@icongo/li
Version:
LibreICONS Icons
18 lines • 888 B
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 LIGuiUnderline = 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", {
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__*/_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"
})]
}));
export { LIGuiUnderline };