Skip to content
Open
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
6 changes: 3 additions & 3 deletions packages/clay-css/src/images/icons/semantic-search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@

'select': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path class="lexicon-icon-outline" d="M8.715 7.002h4.24L10.837 4.88 8.715 7.002Zm0 2h4.24l-2.118 2.122-2.122-2.122Zm-2.411.475c-.068 1.647-2.584.744-3.027.113l-.728.881c.78 1.297 5.109 1.797 5.021-1.09-.075-1.523-1.224-1.949-2.178-2.302-.712-.264-1.316-.488-1.284-1.099-.04-.787 1.263-1.353 2.612-.234 0 0 .438-.556.631-.825C5.986 3.44 3.05 3.627 2.861 6.043 2.826 7.367 3.957 7.85 4.932 8.268c.755.323 1.417.606 1.372 1.21Z" fill="#{$color}"/><path class="lexicon-icon-outline" fill-rule="evenodd" clip-rule="evenodd" d="M2.002.002C1 0 .002 1 .002 2.002v12c0 .998.998 2 2 2h12c.998 0 2-1.002 2-2v-12c0-1.002-1.002-2-2-2h-12Zm12 2v12h-12v-12h12Z" fill="#{$color}"/></svg>',

'semantic-search': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path class="lexicon-icon-outline" d="M3.5.704a.427.427 0 0 0-.418.343l-.365 1.824a.7.7 0 0 1-.55.55l-1.823.364a.427.427 0 0 0 0 .838l1.824.365a.7.7 0 0 1 .55.549l.364 1.824a.427.427 0 0 0 .837 0l.365-1.824a.7.7 0 0 1 .55-.55l1.823-.364a.427.427 0 0 0 0-.838l-1.824-.364a.7.7 0 0 1-.549-.55L3.92 1.047a.427.427 0 0 0-.418-.343Z" fill="#{$color}"/><path class="lexicon-icon-outline" d="M6.99.01a6.494 6.494 0 0 1 4.23 10.295c.1.048.194.113.276.196l3.72 3.72a1 1 0 0 1-1.413 1.415l-3.722-3.721a.997.997 0 0 1-.194-.276A6.491 6.491 0 0 1 .07 9.045c-.218-.496.099-1.039.621-1.18.523-.14 1.052.176 1.302.656a4.534 4.534 0 0 0 5.62 2.147 4.532 4.532 0 0 0-.627-8.665c-.529-.117-.973-.545-.973-1.086 0-.542.442-.989.977-.907Z" fill="#{$color}"/></svg>',
'semantic-search': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path class="lexicon-icon-outline" d="M8.175.088a6.131 6.131 0 0 1 4.144 9.351 6.123 6.123 0 0 1-.625.81l4.009 4.009a1.022 1.022 0 0 1-1.445 1.445l-4.184-4.184c-.054.03-.106.062-.161.09A6.132 6.132 0 0 1 2.09 9.59c-.317-.464-.088-1.076.423-1.312.51-.236 1.107-.002 1.462.435a4.096 4.096 0 0 0 6.627-.372 4.094 4.094 0 0 0-2.436-6.175c-.545-.139-1.007-.583-1.007-1.145 0-.563.46-1.027 1.015-.933Z" fill="#{$color}"/><path class="lexicon-icon-outline" d="M3.691.002c.104 0 .205.035.286.1.08.064.136.153.156.252l.385 1.872a.714.714 0 0 0 .201.367c.103.1.235.17.377.197l1.924.375c.102.02.194.074.26.152a.431.431 0 0 1 0 .556.454.454 0 0 1-.26.151L5.096 4.4a.745.745 0 0 0-.377.196.714.714 0 0 0-.201.368l-.385 1.872a.434.434 0 0 1-.156.253.459.459 0 0 1-.57 0 .439.439 0 0 1-.157-.253l-.384-1.872a.714.714 0 0 0-.202-.368.746.746 0 0 0-.377-.196L.363 4.024a.453.453 0 0 1-.26-.151.433.433 0 0 1 .26-.708l1.924-.375a.746.746 0 0 0 .377-.197.715.715 0 0 0 .202-.367L3.25.354c.02-.1.076-.188.156-.252a.46.46 0 0 1 .285-.1Z" fill="#{$color}"/></svg>',

'send': '<svg class="lexicon-icon" 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.343 9.148c.876-.427.876-1.869 0-2.296L1.488.098C.78-.246 0 .356 0 1.246v3.377c0 .951.736 1.74 1.684 1.806l4.65.326h.638c.592 0 1.073.557 1.073 1.245 0 .688-.48 1.245-1.073 1.245h-.637l-4.65.326A1.81 1.81 0 0 0 0 11.377v3.377c0 .89.781 1.492 1.488 1.148l13.855-6.754Z" fill="#{$color}"/></svg>',

Expand Down
Loading