UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.31 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLinkedobjectSmall24 = 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: "M16 7H8c-.55228 0-1 .44772-1 1v8c0 .5523.44772 1 1 1h1.5c.27614 0 .5.2239.5.5s-.22386.5-.5.5H8c-1.10457 0-2-.8954-2-2V8c0-1.10457.89543-2 2-2h8c1.1046 0 2 .89543 2 2v1.5c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5V8c0-.55228-.4477-1-1-1m-.9142 5.5858c.7811-.7811 2.0474-.7811 2.8284 0 .7811.781.7811 2.0474 0 2.8284-.1952.1953-.1952.5119 0 .7071.1953.1953.5119.1953.7072 0 1.1715-1.1716 1.1715-3.071 0-4.2426-1.1716-1.1716-3.0711-1.1716-4.2427 0-.1952.1952-.1952.5118 0 .7071.1953.1952.5119.1952.7071 0m-2.5 2.5c.1952-.1952.1952-.5118 0-.7071-.1953-.1952-.5119-.1952-.7071 0-1.1716 1.1716-1.1716 3.0711 0 4.2427 1.1716 1.1715 3.071 1.1715 4.2426 0 .1953-.1953.1953-.5119 0-.7072-.1952-.1952-.5118-.1952-.7071 0-.781.7811-2.0474.7811-2.8284 0-.7811-.781-.7811-2.0473 0-2.8284m4.2678-1.4394c.1952.1953.1952.5119 0 .7072l-2.5 2.5c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072l2.5-2.5c.1953-.1952.5119-.1952.7072 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-linkedobject-small-24.js.map