UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.29 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconVectorPaintSmall24 = 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: "M8.85357 5.14645c-.19527-.19527-.51185-.19527-.70711 0-.19526.19526-.19526.51184 0 .7071l1.54289 1.5429-3.83578 3.83575c-.97631.9763-.97631 2.5593 0 3.5356l3.37868 3.3786c.97635.9764 2.55925.9764 3.53555.0001l5.9393-5.9394c.3905-.3905.3905-1.0237 0-1.4142l-5.5-5.50001c-.3905-.39052-1.0237-.39052-1.4142 0l-1.3964 1.39645zm1.54293 2.95711L6.56068 11.9393c-.58579.5858-.58579 1.5356 0 2.1214l3.37868 3.3786c.58574.5858 1.53554.5858 2.12134 0l5.2322-5.2322L18 11.5l-.7071-.7071-4.0858-4.08579L12.5 6l-.7071.70711-.6893.68934 2.1374 2.13742A1 1 0 0 1 13.5 9.5c.5523 0 1 .44772 1 1 0 .5523-.4477 1-1 1s-1-.4477-1-1c0-.0896.0118-.1764.0339-.259zM18 17.5c0 .2761-.2238.5-.5.5-.2761 0-.5-.2239-.5-.5 0-.4334.234-.8403.5079-1.1604.2648.3088.4921.7101.4921 1.1604m1 0c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5c0-1.1056.8149-1.9396 1.2434-2.3017.1511-.1276.3638-.13.5166-.0046.4295.3523 1.24 1.168 1.24 2.3063", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-vector-paint-small-24.js.map