@icongo/li
Version:
LibreICONS Icons
18 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiStrikethrough = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_jsx("path", {
fill: "red",
d: "M1 6.284h12v1.432H1z"
})]
}));
export { LIGuiStrikethrough };