@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.27 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiUnderline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiUnderline = function LIGuiUnderline(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", {
fill: "red",
d: "M3.483 12.771c-.203 0-.414.083-.502.173a.418.418 0 0 0-.119.288v.307c0 .088.029.179.119.269a.8.8 0 0 0 .502.192h7.034a.785.785 0 0 0 .502-.192.377.377 0 0 0 .119-.269v-.307a.407.407 0 0 0-.119-.288c-.088-.09-.3-.172-.502-.173H3.483z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.9 2H9.023v6.122c0 1.477-.767 2.202-2.003 2.202-1.292 0-2.045-.796-2.045-2.4V2H3.1v6.406C3.1 10.722 4.706 12 6.936 12c2.259 0 3.963-1.278 3.963-4.02V2"
})]
}));
};
exports.LIGuiUnderline = LIGuiUnderline;