@icongo/mc
Version:
Micon Icons
13 lines • 599 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlUnderlineRussian = 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: "M1417 1743H632v-130h785v130zm-66-326h-128V987q-44 23-76 42.5t-61 32.5-58.5 20-67.5 7q-36 0-71.5-6t-67.5-17-60-27-47-35q-78-74-78-209V370h127v420q0 89 51.5 137.5T960 976q35 0 64-7t59-19.5 63.5-29.5 76.5-38V370h128v1047z"
})
}));
export { MCMdlUnderlineRussian };