UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.17 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconVisualSearch24 = 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: "M5 14.5c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5V17c0 1.6569 1.34315 3 3 3h2.5c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5H7c-1.10457 0-2-.8954-2-2zM14.5 4c-.2761 0-.5.22386-.5.5s.2239.5.5.5H17c1.1046 0 2 .89543 2 2v2.5c0 .27614.2239.5.5.5s.5-.22386.5-.5V7c0-1.65685-1.3431-3-3-3zM10 7.5C10 8.88071 8.88071 10 7.5 10S5 8.88071 5 7.5 6.11929 5 7.5 5 10 6.11929 10 7.5m-.4039 2.8032C9.01181 10.7408 8.28618 11 7.5 11 5.567 11 4 9.433 4 7.5S5.567 4 7.5 4 11 5.567 11 7.5c0 .78618-.2592 1.51181-.6968 2.0961l1.5503 1.5504c.1953.1952.1953.5118 0 .707-.1952.1953-.5118.1953-.707 0zm6.4188 3.1371L15.5 15.5l-2.0597.5149c-.505.1263-.505.8439 0 .9702L15.5 17.5l.5149 2.0597c.1263.505.8439.505.9702 0L17.5 17.5l2.0597-.5149c.505-.1263.505-.8439 0-.9702L17.5 15.5l-.5149-2.0597c-.1263-.505-.8439-.505-.9702 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-visual-search-24.js.map