UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 851 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconImage24 = 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: "M18 5H6c-.55229 0-1 .44771-1 1v8.2929l3.64645-3.6464c.19526-.1953.51184-.1953.7071 0L17.7071 19H18c.5523 0 1-.4477 1-1V6c0-.55229-.4477-1-1-1M5 18v-2.2929l4-4L16.2929 19H6c-.55229 0-1-.4477-1-1M6 4c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h12c1.1046 0 2-.8954 2-2V6c0-1.10457-.8954-2-2-2zm10 5.5c0 .8284-.6716 1.5-1.5 1.5S13 10.3284 13 9.5c0-.82843.6716-1.5 1.5-1.5s1.5.67157 1.5 1.5m1 0c0 1.3807-1.1193 2.5-2.5 2.5S12 10.8807 12 9.5C12 8.11929 13.1193 7 14.5 7S17 8.11929 17 9.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-image-24.js.map