@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.32 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLinkedObject16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M11.5 4h-7c-.27614 0-.5.22386-.5.5v7c0 .2761.22386.5.5.5h2c.27614 0 .5.2239.5.5s-.22386.5-.5.5h-2c-.82843 0-1.5-.6716-1.5-1.5v-7C3 3.67157 3.67157 3 4.5 3h7c.8284 0 1.5.67157 1.5 1.5v2c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5v-2c0-.27614-.2239-.5-.5-.5m-.0606 5.43934c.5858-.58579 1.5355-.58579 2.1213 0 .5858.58576.5858 1.53556 0 2.12136-.1953.1952-.1953.5118 0 .7071.1953.1952.5118.1952.7071 0 .9763-.9763.9763-2.55926 0-3.53557s-2.5592-.97631-3.5355 0c-.1953.19527-.1953.51185 0 .70711.1952.19526.5118.19526.7071 0M9.43934 11.4394c.19526-.1953.19526-.5119 0-.7071-.19526-.1953-.51184-.1953-.70711 0-.97631.9763-.97631 2.5592 0 3.5355s2.55927.9763 3.53557 0c.1952-.1953.1952-.5118 0-.7071-.1953-.1953-.5119-.1953-.7071 0-.5858.5858-1.5356.5858-2.12136 0-.58579-.5858-.58579-1.5355 0-2.1213m3.41426-1.293c.1952.1953.1952.5119 0 .7072l-2 2c-.1953.1952-.5119.1952-.7072 0-.19522-.1953-.19522-.5119 0-.7072l2-2c.1953-.19522.5119-.19522.7072 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-linked-object-16.js.map