@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.18 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPluginSmall24 = 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: "M8.00005 13.9998c1.10457 0 1.99995-.8954 1.99995-2s-.89538-2-1.99995-2v-1H11.25v-.96035c0-.19724-.0714-.38462-.1423-.5705-.0167-.04379-.0334-.08749-.0491-.13122C11.0207 7.23217 11 7.1184 11 6.9998c0-.55228.4478-1 1-1 .5523 0 1 .44772 1 1 0 .1186-.0206.23237-.0585.33793-.0157.04373-.0324.08743-.0491.13122-.0709.18588-.1424.37326-.1424.5705v.96035H16v1c-1.1045 0-2 .8954-2 2s.8955 2 2 2v1h-3.25v.9604c0 .1972.0715.3846.1424.5705.0167.0437.0334.0875.0491.1312.0379.1055.0585.2193.0585.3379 0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1 0-.1186.0207-.2324.0586-.3379.0157-.0437.0324-.0875.0491-.1312.0709-.1859.1423-.3733.1423-.5705v-.9604H8.00005v-1m2.29995 1.95H8.00005c-.52467 0-.95-.4253-.95-.95v-1c0-.5247.42533-.95.95-.95.5799 0 1.05-.4701 1.05-1.05s-.4701-1.05-1.05-1.05c-.52467 0-.95-.4253-.95-.95v-1c0-.52467.42533-.95.95-.95H10.3v-.00433c-.0007-.0044-.0028-.01625-.0088-.03752-.0133-.04689-.033-.10041-.0711-.2004M10.3 15.9498v.0043c-.0007.0044-.0028.0163-.0088.0376-.0133.0468-.033.1004-.0711.2004l.8876.3386-.8876-.3386-.0013.0033c-.0159.0417-.0354.0929-.0543.1455l.8941.321-.8941-.321c-.0744.2071-.1145.4294-.1145.6589 0 1.077.8731 1.95 1.95 1.95 1.077 0 1.95-.873 1.95-1.95 0-.2295-.04-.4518-.1144-.6589-.0189-.0527-.0384-.1039-.0543-.1456l-.0013-.0032c-.0381-.1-.0578-.1536-.0711-.2004-.006-.0213-.0081-.0332-.0089-.0376v-.0043H16c.5247 0 .95-.4253.95-.95v-1c0-.5247-.4253-.95-.95-.95-.5799 0-1.05-.4701-1.05-1.05s.4701-1.05 1.05-1.05c.5247 0 .95-.4253.95-.95v-1c0-.52467-.4253-.95-.95-.95h-2.3v-.00433c.0008-.0044.0029-.01625.0089-.03752.0133-.04689.033-.10041.0711-.2004l.0013-.00335c.0159-.04169.0354-.09286.0543-.1455.0744-.20706.1144-.42934.1144-.6589 0-1.07695-.873-1.95-1.95-1.95-1.0769 0-1.95.87305-1.95 1.95 0 .22956.0401.45184.1145.6589.0189.05267.0384.10386.0543.14555l.0013.0033", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-plugin-small-24.js.map