@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiStrikethrough = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiStrikethrough = function LIGuiStrikethrough(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.763 9.462c0 1.29-1.489 1.747-2.763 1.747-1.374 0-2.401-.478-2.68-1.248l-1.347.488c.26.716.808 1.297 1.588 1.681.68.335 1.524.512 2.439.512 2.51 0 4.195-1.278 4.195-3.18 0-.697-.19-1.28-.566-1.746H6.945c1.958.323 2.818.595 2.818 1.746zM4.237 4.538c0-1.29 1.489-1.747 2.763-1.747 1.374 0 2.4.478 2.68 1.247l1.346-.488c-.259-.716-.808-1.297-1.588-1.68-.68-.335-1.523-.512-2.438-.512-2.51 0-4.195 1.278-4.195 3.18 0 .697.19 1.28.566 1.746h3.692C5.1 5.96 4.237 5.69 4.237 4.538z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "red",
d: "M1 6.284h12v1.432H1z"
})]
}));
};
exports.LIGuiStrikethrough = LIGuiStrikethrough;