@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.32 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconDesign16 = 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: "m11.0613 8.9571.0586-.48103c.1305-1.07068-.1966-2.13814-.8274-2.76901-.1714-.17142-.55087-.39356-1.17389-.62026-.59494-.21648-1.30735-.40072-2.03951-.5533-.78809-.16424-1.57143-.28622-2.2109-.37211l2.87279 2.87237a1.001 1.001 0 0 1 .25871-.03379c.55229 0 1 .44772 1 1s-.44771 1-1 1-1-.44771-1-1c0-.08969.01181-.17662.03396-.25933L4.16112 4.86853c.0859.63945.20789 1.42276.37214 2.21081.15259.73215.33684 1.44456.55332 2.03949.22671.62302.44884 1.00257.62028 1.17397.62495.625 1.67871.9522 2.74109.8307l.48207-.0552.34165.3446 1.19543 1.2055 2.1213-2.1213-1.1859-1.19591zm1.0513-.36003c.1601-1.31355-.2238-2.70789-1.1129-3.59708-1.32504-1.32515-6.16187-1.86981-7.27191-1.97882-.14636-.01437-.28809.0388-.39209.14279l-.17204.17205c-.104.104-.15717.24573-.14279.3921.10904 1.11004.6538 5.94673 1.97888 7.27179.8812.8812 2.25863 1.2662 3.56184 1.1171l1.19542 1.2055c.38999.3934 1.02549.3947 1.41719.003l2.1213-2.1213c.3894-.3894.3907-1.0202.003-1.41123z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-design-16.js.map