Skip to content

Commit

Permalink
added a new icon oxd-open-new-tab
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanramyakumara committed Oct 22, 2024
1 parent 2383dd7 commit 3b66970
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion components/src/core/components/Icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,21 @@ export const oxdWelcomeEmail: icon = {
</svg>`,
};

export const oxdOpenNewTab: icon = {
name: 'oxd-open-new-tab',
value: `<svg viewBox="0 0 250 250" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_106_6)">
<path style="fill:currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M134.937 54.6875C134.937 52.6155 134.114 50.6284 132.649 49.1632C131.184 47.6981 129.197 46.875 127.125 46.875H23.4375C17.2215 46.875 11.2601 49.3443 6.86468 53.7397C2.4693 58.1351 0 64.0965 0 70.3125L0 226.562C0 232.779 2.4693 238.74 6.86468 243.135C11.2601 247.531 17.2215 250 23.4375 250H179.688C185.904 250 191.865 247.531 196.26 243.135C200.656 238.74 203.125 232.779 203.125 226.562V122.875C203.125 120.803 202.302 118.816 200.837 117.351C199.372 115.886 197.385 115.062 195.312 115.062C193.24 115.062 191.253 115.886 189.788 117.351C188.323 118.816 187.5 120.803 187.5 122.875V226.562C187.5 228.635 186.677 230.622 185.212 232.087C183.747 233.552 181.76 234.375 179.688 234.375H23.4375C21.3655 234.375 19.3784 233.552 17.9132 232.087C16.4481 230.622 15.625 228.635 15.625 226.562V70.3125C15.625 68.2405 16.4481 66.2534 17.9132 64.7882C19.3784 63.3231 21.3655 62.5 23.4375 62.5H127.125C129.197 62.5 131.184 61.6769 132.649 60.2118C134.114 58.7466 134.937 56.7595 134.937 54.6875Z" fill="black"/>
<path style="fill:currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M250 7.8125C250 5.7405 249.177 3.75336 247.712 2.28823C246.247 0.8231 244.26 0 242.188 0L164.063 0C161.991 0 160.003 0.8231 158.538 2.28823C157.073 3.75336 156.25 5.7405 156.25 7.8125C156.25 9.8845 157.073 11.8716 158.538 13.3368C160.003 14.8019 161.991 15.625 164.063 15.625H223.328L96.0314 142.906C95.305 143.633 94.7288 144.495 94.3357 145.444C93.9426 146.393 93.7402 147.41 93.7402 148.437C93.7402 149.465 93.9426 150.482 94.3357 151.431C94.7288 152.38 95.305 153.242 96.0314 153.969C96.7577 154.695 97.6201 155.271 98.5691 155.664C99.5182 156.058 100.535 156.26 101.563 156.26C102.59 156.26 103.607 156.058 104.556 155.664C105.505 155.271 106.367 154.695 107.094 153.969L234.375 26.6719V85.9375C234.375 88.0095 235.198 89.9966 236.663 91.4618C238.128 92.9269 240.116 93.75 242.188 93.75C244.26 93.75 246.247 92.9269 247.712 91.4618C249.177 89.9966 250 88.0095 250 85.9375V7.8125Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_106_6">
<rect width="250" height="250" fill="white"/>
</clipPath>
</defs>
</svg>`,
};

const icons: Icons = {
'oxd-likes': oxdLikes,
'oxd-birthday': oxdBirthday,
Expand Down Expand Up @@ -2093,7 +2108,8 @@ const icons: Icons = {
'oxd-join-email': oxdJoinEmail,
'oxd-migration': oxdMigration,
'oxd-self-intro': oxdSelfIntro,
'oxd-welcome-email':oxdWelcomeEmail
'oxd-welcome-email':oxdWelcomeEmail,
'oxd-open-new-tab': oxdOpenNewTab
};

export default icons;

0 comments on commit 3b66970

Please sign in to comment.