@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 753 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconStrokeWeight24 = 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 6.5c0-.27614.22386-.5.5-.5h11c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-11c-.27614 0-.5-.22386-.5-.5M7 10v1h10v-1zm-.25-1c-.41421 0-.75.33579-.75.75v1.5c0 .4142.33579.75.75.75h10.5c.4142 0 .75-.3358.75-.75v-1.5c0-.41421-.3358-.75-.75-.75zM7 17v-2h10v2zm-1-2.25c0-.4142.33579-.75.75-.75h10.5c.4142 0 .75.3358.75.75v2.5c0 .4142-.3358.75-.75.75H6.75c-.41421 0-.75-.3358-.75-.75z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-stroke-weight-24.js.map