UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlHandwriting = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlHandwriting = function MCMdlHandwriting(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: "M1562 384q26 0 62.5-3t76-3.5 79 3.5 70.5 18.5 50.5 41.5 19.5 71v896q0 27-10 50t-27.5 40.5-40.5 27.5-50 10H128q-27 0-50-10t-40.5-27.5T10 1458t-10-50V512q0-27 10-50t27.5-40.5T78 394t50-10h870l325-325q28-28 64.5-43.5T1464 0q41 0 77 16t63 43 43 63.5 16 77.5q0 33-7.5 57.5t-21 45.5-32 40.5T1562 384zm-98-256q-29 0-50 21L594 969l-34 135 135-34 681-680q-2-2 .5-5t4.5-1q12-12 38-34t52-47.5 45.5-52.5 19.5-50q0-30-21.5-51t-50.5-21zm328 384h-358l-673 674-377 94 94-377 392-391H128v896h1664V512z" }) })); }; exports.MCMdlHandwriting = MCMdlHandwriting;