UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.22 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconVisualSearchSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M10 8.5c0 .82843-.67157 1.5-1.5 1.5S7 9.32843 7 8.5 7.67157 7 8.5 7s1.5.67157 1.5 1.5m-.12129 2.0858C9.48349 10.8476 9.00954 11 8.5 11 7.11929 11 6 9.88071 6 8.5S7.11929 6 8.5 6 11 7.11929 11 8.5c0 .50954-.1524.98349-.4142 1.37871l1.2677 1.26779c.1953.1952.1953.5118 0 .707-.1952.1953-.5118.1953-.707 0zM14 6.5c0-.27614.2239-.5.5-.5h1C16.8807 6 18 7.11929 18 8.5v1c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5v-1c0-.82843-.6716-1.5-1.5-1.5h-1c-.2761 0-.5-.22386-.5-.5M6.5 14c.27614 0 .5.2239.5.5v1c0 .8284.67157 1.5 1.5 1.5h1c.27614 0 .5.2239.5.5s-.22386.5-.5.5h-1C7.11929 18 6 16.8807 6 15.5v-1c0-.2761.22386-.5.5-.5m8.5149-.5597L14.7 14.7l-1.2597.3149c-.505.1263-.505.8439 0 .9702L14.7 16.3l.3149 1.2597c.1263.505.8439.505.9702 0L16.3 16.3l1.2597-.3149c.505-.1263.505-.8439 0-.9702L16.3 14.7l-.3149-1.2597c-.1263-.505-.8439-.505-.9702 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-visual-search-small-24.js.map