UNPKG

@semcore/icon

Version:
27 lines 1.2 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootLinkAltBroken({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "LinkAltBroken", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12a5 5 0 0 1 5-5l2-1.5V3L6.5 5C5 5 3.363 5.737 2.05 7.05A7 7 0 0 0 7 19h3l1-2H7a5 5 0 0 1-5-5Zm15-7h-3l-1 2h4a5 5 0 1 1 0 10l-2 1.5V21l2.5-2c1.5 0 3.137-.738 4.45-2.05A7 7 0 0 0 17 5Z", shapeRendering: "geometricPrecision" })); } RootLinkAltBroken.displayName = 'LinkAltBroken'; const LinkAltBroken = createBaseComponent(RootLinkAltBroken); export { LinkAltBroken as default };