UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.49 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphTimeGlass = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphTimeGlass = function GYSiGlyphTimeGlass(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-time-glass", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M12 2.026C12 .908 11.135 0 10.065 0h-3.12C5.877 0 5.01.908 5.01 2.026v3.536l2.021 2.427-2.021 2.448v3.516c0 1.118.866 2.025 1.935 2.025h3.12c1.069 0 1.935-.907 1.935-2.025v-3.578L9.906 8.001 12 5.625V2.026ZM11 5 9 7.989 11 11v3a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-3l2-3.011L6 5.02V2a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10 14H7v-2l1.5-1.979L10 12v2Zm0-10L8.521 5.979 7 4h3Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphTimeGlass = GYSiGlyphTimeGlass;