UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 980 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAiSearch24 = 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.5 16c3.0376 0 5.5-2.4624 5.5-5.5C16 7.46243 13.5376 5 10.5 5 7.46243 5 5 7.46243 5 10.5c0 3.0376 2.46243 5.5 5.5 5.5m0 1c1.6149 0 3.0923-.589 4.2291-1.5638l4.4173 4.4174c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072l-4.4174-4.4173C16.411 13.5923 17 12.1149 17 10.5 17 6.91015 14.0899 4 10.5 4 6.91015 4 4 6.91015 4 10.5c0 3.5899 2.91015 6.5 6.5 6.5m-.4851-9.55974-.51489 2.05972-2.05972.51492c-.50497.1262-.50498.8439 0 .9701l2.05972.515.51489 2.0597c.1263.505.8439.505.9702 0L11.5 11.5l2.0597-.515c.505-.1262.505-.8439 0-.9701L11.5 9.49998l-.5149-2.05972c-.1263-.50498-.8439-.50498-.9702 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ai-search-24.js.map