UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.42 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconDesign24 = 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.35986 5.69366 10.851 10.1441l.0016.0016c.1958-.0936.415-.14598.6464-.14598.8284 0 1.5.67158 1.5 1.49998s-.6716 1.5-1.5 1.5-1.5-.6716-1.5-1.5c0-.2317.0525-.4511.1463-.647L5.72664 6.474l1.88388 6.5874.00507.0177.00375.018c.43611 2.0988 2.29218 3.674 4.51276 3.674.3838 0 .756-.047 1.1115-.1352.379-.094.8119-.008 1.1174.2982l1.2167 1.2196c.2922.2929.7654.2929 1.0576 0l1.5191-1.5227c.2928-.2935.2928-.77 0-1.0636l-1.2382-1.2412c-.3013-.302-.3883-.728-.2993-1.103.0816-.3442.125-.7038.125-1.0741 0-2.15477-1.4708-3.96522-3.4598-4.47717l-.0128-.0033.0001-.00017zm.09967-1.01155c-1.08456-.30998-2.08728.6929-1.77712 1.77741L6.64412 13.319c.53725 2.5426 2.78892 4.4521 5.48798 4.4521.4657 0 .9187-.057 1.3523-.1646.0801-.0199.1401.0053.1686.0339l1.2167 1.2196c.6829.6845 1.7907.6845 2.4736 0l1.519-1.5227c.6823-.6839.6823-1.7922 0-2.4761L17.6241 13.62c-.0282-.0283-.053-.0872-.0343-.166.0995-.4193.1521-.8563.1521-1.3049 0-2.61825-1.7857-4.81835-4.204-5.44392zM11.499 11.9997c.2761 0 .5-.2238.5-.5 0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5c0 .2762.2239.5.5.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-design-24.js.map