@sanity/icons
Version:
The Sanity icons.
24 lines (23 loc) • 855 B
JavaScript
import { jsx } from "react/jsx-runtime";
/**
* @public
*/
function LinkRemovedIcon(props) {
return /* @__PURE__ */ jsx("svg", {
"data-sanity-icon": "link-removed",
width: "1em",
height: "1em",
viewBox: "0 0 25 25",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsx("path", {
d: "M18.5 11C19.281 10.219 19.281 8.78108 18.5 8.00003L18 7.50003C17.2189 6.71898 15.781 6.71898 15 7.50003L13 9.50003M15.5 14C14.7189 14.7811 13.281 14.7811 12.5 14M6.5 14C5.71895 14.7811 5.71894 16.219 6.49999 17L6.99999 17.5C7.78104 18.2811 9.21894 18.2811 9.99999 17.5L12 15.5M12.5 11C11.719 10.219 10.281 10.219 9.5 11M3 12.5H22",
stroke: "currentColor",
strokeWidth: 1.2,
strokeLinejoin: "round"
})
});
}
export { LinkRemovedIcon, LinkRemovedIcon as default };
//# sourceMappingURL=LinkRemoved.js.map