UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.31 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPen16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "m11.0613 8.95704.0586-.48103c.1305-1.07068-.1966-2.13814-.8274-2.76901-.1714-.17142-.55087-.39356-1.17389-.62026-.59494-.21648-1.30735-.40072-2.03951-.55331-.78809-.16423-1.57143-.28622-2.2109-.3721L7.74099 7.0337a1.001 1.001 0 0 1 .25871-.03379c.55229 0 1 .44772 1 1s-.44771 1-1 1-1-.44771-1-1c0-.08969.01181-.17662.03396-.25933L4.16112 4.86847c.0859.63945.20789 1.42276.37214 2.21081.15259.73215.33684 1.44455.55332 2.03949.22671.62302.44884 1.00253.62028 1.17393.62495.625 1.67871.9522 2.74109.8307l.48207-.0551.34165.3445 1.19543 1.2055 2.1213-2.1213-1.1859-1.19587zm1.0513-.36003c.1601-1.31355-.2238-2.7079-1.1129-3.59708-1.32504-1.32515-6.16187-1.86981-7.27191-1.97882-.14636-.01437-.28809.03879-.39209.14279l-.17204.17205c-.104.104-.15717.24573-.14279.3921.10904 1.11004.6538 5.94673 1.97888 7.27185.8812.8812 2.25863 1.2661 3.56184 1.117l1.19542 1.2056c.38999.3933 1.02549.3946 1.41719.0029l2.1213-2.1213c.3894-.3893.3907-1.0202.003-1.41119z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-pen-16.js.map