UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 727 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconStrokeCapNone24 = 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: "M4.5 7.5c0-.27614.22386-.5.5-.5h13.5c.2761 0 .5.22386.5.5v3.0854c.5826.2059 1 .7615 1 1.4146s-.4174 1.2087-1 1.4146V16.5c0 .2761-.2239.5-.5.5H5c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h13v-2.5854c-.4262-.1506-.764-.4884-.9146-.9146H5c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h12.0854c.1506-.4262.4884-.764.9146-.9146V8H5c-.27614 0-.5-.22386-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-stroke-cap-none-24.js.map