@icongo/mc
Version:
Micon Icons
13 lines • 590 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlUnderline = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1664 0v1152q0 133-50 249.5T1477 1605t-203.5 137-249.5 50-249.5-50T571 1605t-137-203.5-50-249.5V0h128v1152q0 106 40.5 199t110 162.5 162.5 110 199 40.5 199-40.5 162.5-110 110-162.5 40.5-199V0h128zM384 1920h1280v128H384v-128z"
})
}));
export { MCMdlUnderline };