Skip to content

Commit 86d8f17

Browse files
Merge pull request #6010 from liferay/LPD-53575
feat(@clayui/clay-css): LPD-53575 Add transform 16px icon and generated files
2 parents 90b882e + 864931e commit 86d8f17

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

packages/clay-css/src/images/icons/transform.svg

Lines changed: 1 addition & 5 deletions
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926

927927
'times': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M300.4 256 467 89.4c29.6-29.6-14.8-74.1-44.4-44.4L256 211.6 89.4 45C59.8 15.3 15.3 59.8 45 89.4L211.6 256 45 422.6c-29.7 29.7 14.7 74.1 44.4 44.4L256 300.4 422.6 467c29.7 29.7 74.1-14.7 44.4-44.4L300.4 256z" fill="#{$color}"/></svg>',
928928

929-
'transform': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-transform-center" d="M352 96H160V0H96v352c0 35.3 28.7 64 64 64h192v96h64V160c0-35.3-28.7-64-64-64zM160 352V160h192v192H160z" fill="#{$color}"/><path class="lexicon-icon-outline lx-transform-right" fill="#{$color}" d="M448 352h64v64h-64z"/><path class="lexicon-icon-outline lx-transform-left" fill="#{$color}" d="M0 96h64v64H0z"/></svg>',
929+
'transform': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path class="lexicon-icon-outline" fill-rule="evenodd" clip-rule="evenodd" d="M5 3.005h6c1.103 0 2 .897 2 2v10a1 1 0 1 1-2 0v-2H5c-1.104 0-2-.897-2-2v-10a1 1 0 0 1 2 0v2Zm0 2v6h6v-6H5Zm9 6h1a1 1 0 1 1 0 2h-1v-2Zm-12-8H1a1 1 0 0 0 0 2h1v-2Z" fill="#{$color}"/></svg>',
930930

931931
'trash': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-trash-body-border" d="M64.4 440.7c0 39.3 31.9 71.3 71.3 71.3h240.6c39.3 0 71.3-31.9 71.3-71.3v-312H64.4v312zm63.8-248.1h255.5v231.7c0 13.1-10.7 23.8-23.8 23.8H152c-13.1 0-23.8-10.7-23.8-23.8V192.6z" fill="#{$color}"/><path class="lexicon-icon-outline lx-trash-lid" fill="#{$color}" d="M351.8 32.9V0H160.2v32.9H64.4v63.2h383.2V32.9z"/><path class="lexicon-icon-outline lx-trash-line-2" fill="#{$color}" d="M287.9 223.6h63.9v191.6h-63.9z"/><path class="lexicon-icon-outline lx-trash-line-1" fill="#{$color}" d="M160.2 223.6h63.9v191.6h-63.9z"/></svg>',
932932

0 commit comments

Comments
 (0)