@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.41 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconDesignSmall24 = 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: "m16.3715 13.595.0816-.505c.1876-1.1616-.1796-2.4023-1.1598-3.38254-.242-.24201-.6917-.52204-1.358-.80993-.6481-.28006-1.4248-.53561-2.2505-.76316-1.2559-.3461-2.57835-.6148-3.64756-.80479l3.81656 3.81652c.5575-.2663 1.2455-.1686 1.7073.2932.5858.5858.5858 1.5356 0 2.1214-.5858.5857-1.5355.5857-2.1213 0-.4619-.4619-.5596-1.15-.2932-1.7075L7.32935 8.0359c.19 1.06946.45878 2.3925.80502 3.6489.22755.8257.4831 1.6024.76315 2.2506.28789.6662.56791 1.1159.80991 1.3579 1.00247 1.0025 2.24007 1.3787 3.39567 1.1819l.5095-.0867.3654.3655 1.2312 1.2311 2.7762-2.7762-1.2522-1.2523zm1.0688-.3455c.2404-1.4883-.2396-3.0488-1.4399-4.24914-1.5021-1.5021-6.38831-2.44004-8.7283-2.81398-.64393-.1029-1.18862.44179-1.08572 1.08572.37394 2.34001 1.31189 7.2263 2.81395 8.7283 1.21397 1.214 2.77147 1.7159 4.27057 1.4607l1.2312 1.2311c.3905.3905 1.0237.3905 1.4142 0l2.7762-2.7762c.3906-.3905.3906-1.0237 0-1.4142zm-4.5863-1.1031c.1952.1953.1952.5119 0 .7072-.1953.1952-.5119.1952-.7071 0-.1953-.1953-.1953-.5119 0-.7072.1952-.1952.5118-.1952.7071 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-design-small-24.js.map