20 lines
No EOL
1 KiB
JavaScript
20 lines
No EOL
1 KiB
JavaScript
"use strict";
|
|
"use client";
|
|
|
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
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: "M4 4v14l2-2h9v-4.03c-.62-.83-1-1.85-1-2.97s.38-2.14 1-2.97V4zm6 10H6v-2h4zm3-3H6V9h7zm0-3H6V6h7z",
|
|
opacity: ".3"
|
|
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
d: "M6 12h4v2H6zm0-6h7v2H6z"
|
|
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
d: "M15 11.97V16H6l-2 2V4h11v2.03c.52-.69 1.2-1.25 2-1.6V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9c1.1 0 2-.9 2-2v-2.42c-.8-.36-1.48-.92-2-1.61"
|
|
}, "2"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
d: "M6 9h7v2H6zm14-2.82c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V3h2V1h-4z"
|
|
}, "3")], 'LyricsTwoTone'); |