16 lines
768 B
Plaintext
16 lines
768 B
Plaintext
"use strict";
|
|
|
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
var _default = exports.default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
d: "M13.5 9H15v1.5h-1.5zm0-2.5H15V8h-1.5z"
|
|
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
d: "M3 3v18h18V3H3zm9 2.5h4.5v6H12v-6zm-5 0h3v6H8.5V7H7V5.5zm5.5 13H11V14h-1v3H8.5v-3h-1v4.5H6v-6h6.5v6zM18 17h-3v1.5h-1.5v-6H18V17z"
|
|
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
d: "M15 14h1.5v1.5H15z"
|
|
}, "2")], 'EightteenMpSharp'); |