Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
19 lines
777 B
JavaScript
Generated
19 lines
777 B
JavaScript
Generated
"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: "m8 7.5 4 4 4-4V4H8z",
|
|
opacity: ".3"
|
|
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
d: "m8 7.5 4 4 4-4V4H8z",
|
|
opacity: ".3"
|
|
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
d: "M18 2H6v6l4 4-3.99 4.01L6 22h12l-.01-5.99L14 12l4-3.99zm-2 14.5V20H8v-3.5l4-4zm0-9-4 4-4-4V4h8z"
|
|
}, "2")], 'HourglassTopTwoTone'); |