@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 IconPen24 = 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: "m18.1743 14.9018.1814-.5781c.496-1.5807.1705-3.3837-1.5626-5.11691-.4309-.43083-1.1101-.86886-1.9988-1.29368-.8777-.41954-1.9043-.80027-2.9826-1.13896-2.02688-.63656-4.17394-1.1052-5.73364-1.40312l4.90584 4.90567c.767-.45314 1.7715-.3502 2.4306.3089.781.781.781 2.0473 0 2.8284-.781.781-2.0474.781-2.8284 0-.65891-.6589-.76197-1.6631-.3092-2.43L5.37155 6.07873c.29788 1.55958.76642 3.70609 1.40285 5.73247.69508 2.2131 1.53133 4.0801 2.43287 4.9816 1.73373 1.7338 3.53673 2.059 5.11723 1.5628l.5781-.1816.4285.4285 1.3971 1.3971 3.2719-3.2719-1.3974-1.3975zm1.1355-.2787 1.3974 1.3975c.3906.3905.3905 1.0237 0 1.4142l-3.2719 3.2719c-.3905.3905-1.0237.3905-1.4142 0l-1.3971-1.3971c-1.9742.6199-4.1565.1577-6.12383-1.8097-2.18407-2.184-3.57308-8.34286-4.16712-11.53177-.18314-.9831.65235-1.81856 1.63544-1.63541 3.18896.59413 9.34791 1.98324 11.53171 4.16696 1.9668 1.96682 2.4291 4.14912 1.8096 6.12342m-6.6024-1.9162c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3906-1.0237-.3906-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142s1.0237.3905 1.4142 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-pen-24.js.map