UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.51 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconReplaceContentSmall24 = 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: "M6 7.5c0-.27614.22386-.5.5-.5h12c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-12c-.27614 0-.5-.22386-.5-.5m.5 2.5c-.27614 0-.5.2239-.5.5s.22386.5.5.5h4c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm8 0c-.2761 0-.5.2239-.5.5s.2239.5.5.5h4c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm-8 3c-.27614 0-.5.2239-.5.5s.22386.5.5.5h2c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5zm11.5.5c0-.2761.2239-.5.5-.5s.5.2239.5.5-.2239.5-.5.5-.5-.2239-.5-.5m-1.5-.5c-.2761 0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5m-4.8-.3.3149-1.2597c.1263-.505.8439-.505.9702 0L13.3 12.7l1.2597.3149c.505.1263.505.8439 0 .9702L13.3 14.3l-.3149 1.2597c-.1263.505-.8439.505-.9702 0L11.7 14.3l-1.2597-.3149c-.50499-.1263-.50499-.8439 0-.9702zM6 16.5c0-.2761.22386-.5.5-.5s.5.2239.5.5-.22386.5-.5.5-.5-.2239-.5-.5m2.5-.5c-.27614 0-.5.2239-.5.5s.22386.5.5.5.5-.2239.5-.5-.22386-.5-.5-.5m1.5.5c0-.2761.2239-.5.5-.5s.5.2239.5.5-.2239.5-.5.5-.5-.2239-.5-.5m4 0c0-.2761.2239-.5.5-.5s.5.2239.5.5-.2239.5-.5.5-.5-.2239-.5-.5m2.5-.5c-.2761 0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5m1.5.5001c0-.2761.2239-.5.5-.5s.5.2239.5.5c0 .2762-.2239.5-.5.5s-.5-.2238-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-replace-content-small-24.js.map