@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.4 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAiSmall24 = 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: "m6.90012 6.89939.28955-1.15822c.0808-.32319.5401-.32319.62089 0l.28956 1.15822 1.15822.28955c.32318.0808.32318.5401 0 .62089l-1.15822.28956-.28956 1.15821c-.08079.32319-.54009.32319-.62089 0l-.28955-1.15821-1.15822-.28956c-.32318-.08079-.32318-.54009 0-.62089zm8.99998 9.00071.2896-1.1582c.0808-.3232.5401-.3232.6209 0l.2895 1.1582 1.1583.2896c.3231.0808.3231.5401 0 .6209l-1.1583.2895-.2895 1.1583c-.0808.3231-.5401.3231-.6209 0l-.2896-1.1583-1.1582-.2895c-.3232-.0808-.3232-.5401 0-.6209zM10.36 7.21306l-.67429 2.47248-2.47248.67436c-1.67026.4555-1.67027 2.8246 0 3.2802l2.47248.6743.67429 2.4724c.4556 1.6703 2.8247 1.6703 3.2802 0l.6743-2.4724 2.4725-.6743c1.6703-.4556 1.6703-2.8247 0-3.2802l-2.4725-.67436-.6743-2.47247c-.4555-1.67027-2.8246-1.67028-3.2802-.00001m.9648.26312L10.5001 10.5l-3.02375.8246c-.68776.1876-.68776 1.1631 0 1.3507l3.02375.8247.8247 3.0237c.1876.6878 1.1631.6878 1.3507 0l.8246-3.0237 3.0238-.8247c.6878-.1876.6878-1.1631 0-1.3507L13.5001 10.5l-.8246-3.02382c-.1876-.68776-1.1631-.68776-1.3507 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-ai-small-24.js.map