UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.2 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLink24 = 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.8535 10.8535c1.576-1.57602 1.576-4.13118 0-5.70716-1.5759-1.57597-4.1311-1.57598-5.7071-.00001l-2.5 2.49999c-.1952.19526-.1952.51184 0 .70711.1953.19526.5119.19526.7071 0l2.5-2.49999c1.1855-1.18545 3.1075-1.18544 4.2929 0 1.1855 1.18546 1.1855 3.10746 0 4.29296l-2.5 2.4999c-.1952.1953-.1952.5119 0 .7072.1953.1952.5119.1952.7072 0zM5.14646 13.1464c-1.57597 1.576-1.57598 4.1312 0 5.7071 1.57597 1.576 4.13113 1.576 5.70714 0l2.5-2.4999c.1952-.1953.1952-.5119 0-.7072-.1953-.1952-.5119-.1952-.7071 0l-2.5 2.5c-1.18549 1.1855-3.10748 1.1855-4.29293 0-1.18546-1.1854-1.18545-3.1074 0-4.2929l2.49999-2.5c.19526-.1952.19526-.5118 0-.7071-.19526-.1952-.51184-.1952-.70711 0zm9.70714-3.29283c.1952-.19526.1952-.51185 0-.70711-.1953-.19526-.5119-.19526-.7071 0L9.14648 14.1465c-.19527.1952-.19526.5118 0 .7071.19526.1952.51184.1952.7071 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-link-24.js.map