@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 988 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconDevSmall24 = 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: "M15.1799 15.3841c.2121.1768.5274.1481.7042-.064l2.5-3c.1545-.1854.1545-.4548 0-.6402l-2.5-2.99998c-.1768-.21214-.4921-.2408-.7042-.06402s-.2408.49207-.064.7042L17.3491 12l-2.2332 2.6799c-.1768.2122-.1481.5274.064.7042M8.82009 8.61591c-.21214-.17678-.52742-.14812-.7042.06402l-2.5 2.99997c-.15452.1855-.15452.4548 0 .6402l2.5 3c.17678.2122.49206.2408.7042.064.21214-.1767.2408-.492.06402-.7042L6.65085 12l2.23326-2.67988c.17678-.21214.14812-.52742-.06402-.70421m4.65421.54236c.0874-.26197-.0542-.54513-.3162-.63246-.262-.08732-.5451.05426-.6324.31623l-2 5.99996c-.0874.262.0542.5452.3162.6325s.5451-.0543.6324-.3162z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-dev-small-24.js.map