@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.23 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLink16 = 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: "M10.4746 8.35362c-.1952.19526-.1952.51185 0 .70711.1953.19526.5119.19526.7072 0l1.0606-1.06066c1.1716-1.17157 1.1716-3.07107 0-4.24264s-3.07105-1.17157-4.24263 0L6.93911 4.81809c-.19526.19526-.19526.51184 0 .70711.19527.19526.51185.19526.70711 0l1.06066-1.06066c.78105-.78105 2.04742-.78105 2.82842 0 .7811.78104.7811 2.04737 0 2.82842zm-.70691-2.12133c.19526.19526.19526.51184 0 .7071L6.93926 9.76782c-.19526.19526-.51184.19526-.7071 0s-.19527-.51185 0-.70711l2.82842-2.82842c.19527-.19527.51185-.19527.70711 0m-4.24267.70703c.19526.19526.19526.51184 0 .7071L4.46436 8.70708c-.78105.78105-.78105 2.04742 0 2.82842.78104.7811 2.04737.7811 2.82842 0l1.06066-1.0607c.19527-.1952.51185-.1952.70711 0 .19526.1953.19526.5119 0 .7072l-1.06066 1.0606c-1.17157 1.1716-3.07107 1.1716-4.24264 0s-1.17157-3.07105 0-4.24262l1.06066-1.06066c.19526-.19527.51184-.19527.70711 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-link-16.js.map