UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.69 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAi16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "m2.9995 2.99992.25746-1.02985c.06312-.25249.42195-.25249.48507 0l.25747 1.02985 1.02986.25747c.25248.06312.25248.42195 0 .48507l-1.02986.25746-.25747 1.02986c-.06312.25249-.42195.25249-.48507 0L2.9995 3.99992l-1.02986-.25746c-.25249-.06312-.25249-.42195 0-.48507zm2.06157 4.48464 1.93845-.48461.48461-1.93845.05822-.23286.10533-.42134.0414-.16557c.08079-.32318.54009-.32318.62089 0l.04139.16557.10534.42134.05821.23286.48461 1.93845 1.93848.48461.2328.05822.4214.10533.1655.04139c.3232.0808.3232.5401 0 .6209l-.1655.04139-.4214.10533-.2328.05822-1.93848.48461-.48461 1.93845-.05822.2329-.10533.4213-.04139.1656c-.0808.3232-.5401.3232-.62089 0l-.0414-.1656-.10533-.4213-.05822-.2329-.48461-1.93845-1.93845-.48461-.23286-.05822-.42133-.10533-.16558-.0414c-.32318-.08079-.32318-.54009 0-.62089l.16558-.04139.42133-.10533zM6.1749 9.82457l-2.17613-.54403c-1.33315-.33329-1.33313-2.2279 0-2.56118l2.17613-.54403.54403-2.17613c.33329-1.33314 2.2279-1.33314 2.56118 0l.54403 2.17613 2.17616.54403c1.3331.33329 1.3331 2.22789 0 2.56118l-2.17616.54403-.54403 2.17613c-.33329 1.3331-2.22789 1.3331-2.56118 0zm6.0821 1.14553-.2575 1.0298-1.0298.2575c-.2525.0631-.2525.422 0 .4851l1.0298.2574.2575 1.0299c.0631.2525.4219.2525.4851 0l.2574-1.0299 1.0299-.2574c.2525-.0631.2525-.422 0-.4851l-1.0299-.2575-.2574-1.0298c-.0632-.2525-.422-.2525-.4851 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ai-16.js.map