Skip to content

feat(@clayui/css): LPD-54300 Adds repeat.svg #6052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/clay-css/src/images/icons/repeat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/clay-css/src/scss/functions/_lx-icons-generated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@

'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>',

'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>',

'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>',

'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>',
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-icon/docs/aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,10 @@ export const iconsData = [
aliases: ['change', 'circle', 'update'],
name: 'reload',
},
{
aliases: [''],
name: 'repeat',
},
{
aliases: [''],
name: 'remove-role',
Expand Down
Loading