@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.4 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPenSmall24 = 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: "m16.371 13.5946.0816-.5049c.1876-1.1617-.1796-2.4024-1.1598-3.3826-.242-.24201-.6917-.52205-1.358-.80994-.6481-.28005-1.4248-.5356-2.2505-.76316-1.2559-.3461-2.57833-.6148-3.64755-.80479L11.354 10.6465c.5575-.2661 1.2453-.1683 1.707.2934.5858.5858.5858 1.5355 0 2.1213s-1.5356.5858-2.1213 0c-.462-.4619-.5597-1.1502-.293-1.7078L7.32886 8.03553c.19 1.06947.45878 2.39247.80502 3.64887.22755.8258.4831 1.6025.76315 2.2506.28789.6663.56792 1.1159.80991 1.3579 1.00246 1.0025 2.24006 1.3787 3.39566 1.182l.5095-.0868.3654.3655 1.2312 1.2311 2.7762-2.7762-1.2522-1.2522zm1.0688-.3455c.2404-1.4883-.2396-3.0488-1.4399-4.24911-1.5021-1.5021-6.3883-2.44004-8.72829-2.81397-.64393-.10291-1.18862.44178-1.08572 1.08571.37394 2.34001 1.31189 7.22627 2.81395 8.72837 1.21396 1.2139 2.77146 1.7159 4.27056 1.4606l1.2312 1.2312c.3905.3905 1.0237.3905 1.4142 0l2.7762-2.7763c.3906-.3905.3906-1.0237 0-1.4142zm-5.0859-.895c.1952-.1952.1952-.5118 0-.7071-.1953-.1952-.5119-.1952-.7071 0-.1953.1953-.1953.5119 0 .7071.1952.1953.5118.1953.7071 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-pen-small-24.js.map