Skip to content

Commit 90b882e

Browse files
authored
Merge pull request #6017 from liferay/LPD-53585
feat(@clayui/clay-css): LPD-53585 Add pencil 16px icon and generated files
2 parents dfbbff2 + e14cf6e commit 90b882e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

Lines changed: 1 addition & 4 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
@@ -692,7 +692,7 @@
692692

693693
'pause': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline pause-line-1" d="M160 0c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32z" fill="#{$color}"/><path class="lexicon-icon-outline pause-line-2" d="M352 0c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32z" fill="#{$color}"/></svg>',
694694

695-
'pencil': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-body" fill="none" d="M483 31c-16.1-16.1-37.5-25-60.2-25s-44.1 8.9-60.2 24.9L4.1 389.4l4.4 115.3 119.9 1.2L483 151.4c33.2-33.2 33.2-87.2 0-120.4z"/><path class="lexicon-icon-outline" d="M483 31c-16.1-16.1-37.5-25-60.2-25s-44.1 8.9-60.2 24.9L4.1 389.4l4.4 115.3 119.9 1.2L483 151.4c33.2-33.2 33.2-87.2 0-120.4zM105.1 449l-42-.4-1.4-36.5 274.4-274.4 40.1 40.1L105.1 449zm337.8-337.8-26.4 26.4-40.1-40.1 26.4-26.4c10.7-10.7 29.4-10.7 40.1 0 11 11.1 11 29.1 0 40.1z" fill="#{$color}"/></svg>',
695+
'pencil': '<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="M15.21.798a2.689 2.689 0 0 0-1.913-.794 2.7 2.7 0 0 0-1.912.79L1.173 11.005A4 4 0 0 0 0 13.834v1.168a1 1 0 0 0 1 1h1.327a4 4 0 0 0 2.85-1.193L15.209 4.62a2.705 2.705 0 0 0 0-3.822ZM3.897 13.595a2 2 0 0 1-.948.545l-.64.16a.5.5 0 0 1-.607-.606l.16-.64a2 2 0 0 1 .545-.948l8.135-7.92 1.274 1.272-7.919 8.137Zm9.2-9.413.838-.838a.905.905 0 0 0 0-1.273.924.924 0 0 0-1.274 0l-.838.838 1.274 1.273Z" fill="#{$color}"/></svg>',
696696

697697
'percentage-banner': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-percentage-banner-line" d="M164.7 292.7c-14.6 14.6 8 37.2 22.6 22.6l160-160c14.6-14.6-8-37.2-22.6-22.6l-160 160z" fill="#{$color}"/><path class="lexicon-icon-outline lx-percentage-banner-border" d="M0 64v372.5c0 28.3 34.7 42.8 59 28.5 96.4-56.9 119.5 47 197 47 76 0 106.1-102.2 194.4-51.5 25.1 14.4 61.6.1 61.6-28.9V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64zm256 384c-64 0-69.1-83.3-192-62.5V64h384v321.5C326.8 367.1 324.7 448 256 448z" clip-rule="evenodd" fill-rule="evenodd" fill="#{$color}"/><circle class="lexicon-icon-outline lx-percentage-banner-dot-1" cx="192" cy="160" r="32" fill="#{$color}"/><circle class="lexicon-icon-outline lx-percentage-banner-dot-2" cx="320" cy="288" r="32" fill="#{$color}"/></svg>',
698698

0 commit comments

Comments
 (0)