Skip to content

Commit bcb3cb3

Browse files
committed
feat(clay-css): SVG Icons adds shield-check
1 parent 3bd63bb commit bcb3cb3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

packages/clay-css/src/scss/functions/_global-functions.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,8 @@
815815

816816
'sheets': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline sheets-page3" d="M499.8 364.7l-61.1-25.6-38.6 16 67.5 28.8-212.1 92.8-208.8-92.8 67.5-28.8-38.6-16-61.1 25.6c-19.3 6.4-19.3 32 0 41.6l241 105.6 244.2-108.7c16.2-6.5 16.2-32.1.1-38.5z" fill="#{$color}"/><path class="lexicon-icon-outline sheets-page2" d="M499.9 236.8l-60.7-25.6-38.3 16 63.9 28.8-207.6 92.8L49.6 256l67.1-28.8L75.2 208l-60.7 28.8c-19.2 6.4-19.2 32 0 41.6L257.2 384l242.7-108.7c16-6.5 16-32.1 0-38.5z" fill="#{$color}"/><path class="lexicon-icon-outline sheets-page1" d="M256 .1L14.3 108.9c-19.1 6.4-19.1 32 0 41.6L256 256l241.7-108.7c19.1-6.4 19.1-32 0-41.6L256 .1z" fill="#{$color}"/></svg>',
817817

818+
'shield-check': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M474.7 54.4c-3.5-5.5-8.6-10-14.6-12.7C395.8 13.6 326.2-.6 256 0 185.8-.6 116.2 13.6 51.9 41.6c-6 2.8-11.1 7.2-14.6 12.7-3.5 5.5-5.4 12-5.3 18.6v170c-.1 55.2 16.6 109.1 47.9 154.6 31.3 45.6 75.7 80.6 127.4 100.7l23.9 9.2c15.9 6.1 33.6 6.1 49.5 0l23.9-9.2c51.7-20 96.2-55.1 127.4-100.7 31.3-45.6 48-99.5 47.9-154.6v-170c.1-6.5-1.7-13-5.2-18.5zM419 170.3L251.7 353.7c-5.1 5.4-12.2 8.6-19.6 8.8h-.8c-7.2 0-14.2-2.7-19.4-7.7l-96.5-92.5c-6.3-6.3-8.6-13.4-8-20.1.7-6.7 4.2-12.6 9.1-17 9.7-8.7 26-11.9 37.7-.2l75.8 72.7 148-162.5c5.8-6.3 12.9-8.9 19.9-8.8 6.9.1 13.4 2.9 18.4 7.2 5 4.3 8.7 10.2 9.6 16.8.9 6.6-1.1 13.6-6.9 19.9z" fill="#{$color}"/></svg>',
819+
818820
'shopping-cart': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><circle class="lexicon-icon-outline shopping-cart-wheel1" cx="144" cy="464" r="48" fill="#{$color}"/><circle class="lexicon-icon-outline shopping-cart-wheel2" cx="432" cy="464" r="48" fill="#{$color}"/><path class="lexicon-icon-outline shopping-cart-basket" d="M495.9 352.1H192.5c-17.7 0-32.4-14.2-32.4-31.8s14.9-31.9 32.6-31.9c2.5 0 305-34.8 305-34.8 8.1-.9 14.2-7.7 14.2-15.9V80.1c0-8.8-7.1-15.9-15.9-15.9H129.2l-20.8-53.9C106 4.1 100.1 0 93.5 0H16c-21.5.7-21.1 31.7.1 32h66.5l88.2 228.5c-24.4 9-42.6 32.2-42.6 59.7 0 35.3 29.2 63.8 64.5 63.8H496c21.9-1.5 20.6-31-.1-31.9zm-207.8-192v-64h94.5L384 160l-95.9.1zm192-.1H416l.1-64h64v64zM256 96.1l.1 63.9h-89.9l-24.7-63.9H256z" fill="#{$color}"/></svg>',
819821

820822
'shortcut': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-shortcut-border" d="M480 320c-17.673 0-32 14.327-32 32v96H64V64h96c17.673 0 32-14.327 32-32S177.673 0 160 0H64C28.71 0 0 28.71 0 64v384c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64v-96c0-17.673-14.327-32-32-32z" fill="#{$color}"/><path class="lexicon-icon-outline lx-shortcut-arrow" d="M480 0H320c-17.673 0-32 14.327-32 32s14.327 32 32 32h82.746L265.373 201.373c-12.497 12.497-12.497 32.757 0 45.255C271.621 252.875 279.811 256 288 256s16.379-3.124 22.627-9.373L448 109.254V192c0 17.673 14.327 32 32 32s32-14.327 32-32V32c0-17.673-14.327-32-32-32z" fill="#{$color}"/></svg>',

0 commit comments

Comments
 (0)