UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.06 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconImagesSmall24 = 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.5 7h-7c-.27614 0-.5.22386-.5.5v7c0 .2761.22386.5.5.5H8V9.5C8 8.67157 8.67157 8 9.5 8H15v-.5c0-.27614-.2239-.5-.5-.5M9 16.5v-1.2929l2-2L14.7929 17H9.5c-.27614 0-.5-.2239-.5-.5m2.3536-4.3536L16.2071 17H16.5c.2761 0 .5-.2239.5-.5v-7c0-.27614-.2239-.5-.5-.5h-7c-.27614 0-.5.22386-.5.5v4.2929l1.6464-1.6465c.1953-.1952.5119-.1952.7072 0M16.5 18h-7c-.82843 0-1.5-.6716-1.5-1.5V16h-.5c-.82843 0-1.5-.6716-1.5-1.5v-7C6 6.67157 6.67157 6 7.5 6h7c.8284 0 1.5.67157 1.5 1.5V8h.5c.8284 0 1.5.67157 1.5 1.5v7c0 .8284-.6716 1.5-1.5 1.5M15 11.5c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5m1 0c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-images-small-24.js.map