Skip to content

Commit

Permalink
Merge pull request #766 from amilaw/add-tick-circle-icon
Browse files Browse the repository at this point in the history
Adding oxd-tick-circle icon
  • Loading branch information
amilaw committed Mar 6, 2024
2 parents e9c79be + ef807a8 commit 445ece7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/src/core/components/Icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1516,6 +1516,14 @@ export const oxdMoveDown: icon = {
</svg>`
};

export const oxdTickCircle: icon = {
name: 'oxd-tick-circle',
value: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path style="fill: none; stroke: currentColor" d="M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path style="fill: none; stroke: currentColor" d="M7.75 12L10.58 14.83L16.25 9.17004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>`
};

const icons: Icons = {
'oxd-likes': oxdLikes,
'oxd-birthday': oxdBirthday,
Expand Down Expand Up @@ -1688,6 +1696,7 @@ const icons: Icons = {
'oxd-lock-slash': oxdLockSlash,
'oxd-move-up': oxdMoveUp,
'oxd-move-down': oxdMoveDown,
'oxd-tick-circle': oxdTickCircle,
};

export default icons;

0 comments on commit 445ece7

Please sign in to comment.