UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.01 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconDev24 = 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: "M14.4472 8.22372c.1235-.24699.0234-.54733-.2236-.67082-.247-.1235-.5473-.02339-.6708.2236l-4.00001 8c-.1235.247-.02339.5473.2236.6708.24701.1235.54731.0234.67081-.2236zm1.7235 8.15268c.2079.1819.5237.1608.7056-.047l3.5-4c.1649-.1885.1649-.47 0-.6585l-3.5-4.00002c-.1819-.20782-.4977-.22888-.7056-.04704-.2078.18184-.2288.49772-.047.70554l3.2119 3.67072-3.2119 3.6708c-.1818.2078-.1608.5237.047.7055M7.82925 7.62384c-.20782-.18184-.5237-.16078-.70554.04704l-3.5 4.00002c-.16495.1885-.16495.47 0 .6585l3.5 4c.18184.2078.49772.2289.70554.047.20782-.1818.22888-.4977.04704-.7055l-3.21191-3.6708 3.21191-3.67072c.18184-.20782.16078-.5237-.04704-.70554", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-dev-24.js.map