@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.17 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconWrite24 = 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: "M9.28063 13.0164c-.39421 1.0161.61 2.0148 1.62387 1.615l1.6886-.6658c.1913-.0754.3651-.1894.5105-.3348l3.7421-3.74211.7071-.70711c.5858-.58578.5858-1.53553 0-2.12132l-.7071-.7071c-.5858-.58579-1.5355-.58579-2.1213 0l-.7071.7071-3.7401 3.74014a1.499 1.499 0 0 0-.33781.5181zm1.25707.6847c-.2028.08-.4036-.1197-.3248-.323l.6588-1.6979a.499.499 0 0 1 .1126-.1727l3.3865-3.38658 1.4142 1.41422-3.3885 3.38856a.499.499 0 0 1-.1702.1116zm5.9545-4.87307-1.4143-1.41421.3536-.35355c.1953-.19527.5118-.19527.7071-.00001l.7071.70711c.1953.19526.1953.51185 0 .70711zM11.5 5.9999c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-4c-.27614 0-.5.22386-.5.5v9c0 .2761.22386.5.5.5h9c.2761 0 .5-.2239.5-.5v-4c0-.2761.2239-.5.5-.5s.5.2239.5.5v4c0 .8284-.6716 1.5-1.5 1.5h-9c-.82843 0-1.5-.6716-1.5-1.5v-9c0-.82843.67157-1.5 1.5-1.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-write-24.js.map