@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.02 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAiSearchSmall24 = 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 15c2.4853 0 4.5-2.0147 4.5-4.5C15 8.01472 12.9853 6 10.5 6 8.01472 6 6 8.01472 6 10.5c0 2.4853 2.01472 4.5 4.5 4.5m0 1c1.3504 0 2.5872-.4867 3.5444-1.2942a.5.5 0 0 0 .1023.1477l3 3c.1953.1953.5118.1953.7071 0 .1953-.1952.1953-.5118 0-.7071l-3-3a.499.499 0 0 0-.1478-.1023C15.5134 13.0869 16 11.8503 16 10.5 16 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.5m-.4851-7.55974-.31489 1.25972-1.25972.31492c-.50498.1262-.50498.8439 0 .9701l1.25972.315.31489 1.2597c.1263.505.8439.505.9702 0L11.3 11.3l1.2597-.315c.505-.1262.505-.8439 0-.9701L11.3 9.69998l-.3149-1.25972c-.1263-.50498-.8439-.50498-.9702 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-ai-search-small-24.js.map