Skip to content

Commit a009d8d

Browse files
Merge pull request #6052 from pat270/LPD-54300
feat(@clayui/css): LPD-54300 Adds repeat.svg
2 parents e20f5bc + 1c7c596 commit a009d8d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
Lines changed: 7 additions & 0 deletions
Loading

packages/clay-css/src/scss/functions/_lx-icons-generated.scss

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

755755
'remove-style': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline remove-style-t" d="M0 64.426h116.531L54.685 352.273h70.601l57.645-287.847h110.736V0H0l-.001 64.426z" fill="#{$color}"/><path class="lexicon-icon-outline remove-style-t-underline" d="M0 384h288v32H0v-32z" fill="#{$color}"/><path class="lexicon-icon-outline remove-style-x" d="M481 512c-8.281 0-16.065-3.224-21.921-9.08l-45.962-45.962-45.962 45.962c-5.856 5.856-13.64 9.08-21.92 9.08s-16.065-3.224-21.921-9.08c-5.856-5.854-9.08-13.639-9.08-21.92s3.224-16.065 9.08-21.921l45.962-45.962-45.962-45.962c-12.087-12.087-12.087-31.753 0-43.841 5.854-5.856 13.639-9.08 21.92-9.08s16.065 3.224 21.921 9.08l45.962 45.962 45.962-45.962c5.854-5.856 13.639-9.08 21.92-9.08s16.065 3.224 21.921 9.08c12.086 12.087 12.086 31.754 0 43.841l-45.962 45.962 45.962 45.962c5.856 5.854 9.08 13.639 9.08 21.92s-3.224 16.065-9.08 21.921c-5.855 5.855-13.639 9.079-21.92 9.079z" fill="#{$color}"/></svg>',
756756

757+
'repeat': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path class="lexicon-icon-outline" d="M5.174 2.293a1.008 1.008 0 0 1 1.416 0l2.12 2.122c.389.39.389 1.028 0 1.416L6.59 7.952a1.008 1.008 0 0 1-1.416 0 1.007 1.007 0 0 1 0-1.415l.534-.534H2v6h12v-6h-2a1 1 0 0 1 0-2h3c.5 0 1 .5 1 1v8c0 .517-.5.999-1 .999H1c-.47-.048-.952-.53-1-1v-8c0-.55.45-1 1-1h4.468l-.294-.293a1.007 1.007 0 0 1 0-1.416Z" fill="#{$color}"/></svg>',
758+
757759
'reply': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path class="lexicon-icon-outline" d="M14.4 4.5H5.655l.47-.514c.62-.684.62-1.8 0-2.478a1.513 1.513 0 0 0-1.934-.277c-.118.075-.23.167-.331.277L.465 5.222c-.62.683-.62 1.799 0 2.477l3.395 3.713c.102.11.214.203.334.277a1.507 1.507 0 0 0 1.931-.277c.62-.683.62-1.799 0-2.477L5.27 8h7.53v5.25c0 .963.72 1.75 1.6 1.75.88 0 1.6-.787 1.6-1.75v-7c0-.963-.72-1.75-1.6-1.75Z" fill="#{$color}"/></svg>',
758760

759761
'repository': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M448 384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-96L241.1 12.8C230 4.5 216.5 0 202.7 0H64C28.7 0 0 28.7 0 64v256c0 35.3 28.7 64 64 64h160v64H32c-42 0-42 64 0 64h448c43 0 42-64 0-64H288v-64h160z" fill="#{$color}"/></svg>',

packages/clay-icon/docs/aliases.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,10 @@ export const iconsData = [
15481548
aliases: ['change', 'circle', 'update'],
15491549
name: 'reload',
15501550
},
1551+
{
1552+
aliases: [''],
1553+
name: 'repeat',
1554+
},
15511555
{
15521556
aliases: [''],
15531557
name: 'remove-role',

0 commit comments

Comments
 (0)