@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 793 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPencilSmall24 = 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: "M5.01362 6.16453a1 1 0 0 1 1.15079-1.15079l3 .5a1 1 0 0 1 .54271.27929l8.64648 8.64647c.5858.5858.5858 1.5355 0 2.1213l-1.7929 1.7929c-.5858.5858-1.5356.5858-2.1213 0L5.79291 9.70724a1 1 0 0 1-.27929-.54271zm.98639-.1644.1738 1.04276.3262 1.95724 6.39649 6.39647 2.5-2.5-6.39649-6.39647-1.95724-.3262zM16.1036 13.6037l-2.5 2.5 1.5429 1.5429c.1952.1952.5118.1952.7071 0l1.7929-1.7929c.1952-.1953.1952-.5119 0-.7071z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-pencil-small-24.js.map