UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 723 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLinkBroken24 = 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: "M10 8c0-1.10457.8954-2 2-2s2 .89543 2 2v1.5c0 .27614.2239.5.5.5s.5-.22386.5-.5V8c0-1.65685-1.3431-3-3-3-1.6568 0-2.99999 1.34315-2.99999 3v1.5c0 .27614.22385.5.5.5C9.77615 10 10 9.77614 10 9.5zm0 8c0 1.1046.8954 2 2 2s2-.8954 2-2v-1.5c0-.2761.2239-.5.5-.5s.5.2239.5.5V16c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3v-1.5c0-.2761.22386-.5.5-.5s.5.2239.5.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-link-broken-24.js.map