@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 919 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlCalligraphyFill = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlCalligraphyFill = function MCMdlCalligraphyFill(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1600 0v448H448V0h1152zM608 1280h832l-288 576q0 27-10 50t-27.5 40.5-40.5 27.5-50 10-50-10-40.5-27.5T906 1906t-10-50z"
})
}));
};
exports.MCMdlCalligraphyFill = MCMdlCalligraphyFill;