UNPKG

@icongo/gy

Version:
34 lines (33 loc) 2.18 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphAlarmClock = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphAlarmClock = function GYSiGlyphAlarmClock(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-alarm-clock", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14.654.659c-1.312-.951-3.05-.764-3.99.383a10.161 10.161 0 0 1 4.922 3.58c.764-1.275.379-3.008-.932-3.963ZM3.644 2.427a10.137 10.137 0 0 1 2.73-1.395C5.433-.104 3.694-.288 2.383.654 1.072 1.6.686 3.316 1.451 4.579a10.185 10.185 0 0 1 2.193-2.152Zm11.28 6.206c0-.198-.012-.393-.028-.586-.272-3.14-2.698-5.646-5.765-5.966-.136-.016-.273-.017-.412-.022-.082-.004-.164-.014-.248-.014h-.004c-3.568 0-6.459 2.949-6.459 6.588 0 .029.004.059.005.088a6.606 6.606 0 0 0 2.028 4.694 1.286 1.286 0 0 0-.693 1.143c0 .709.564 1.284 1.26 1.284.666 0 1.204-.527 1.25-1.194.689.311 1.44.507 2.231.554.126.008.251.02.378.02.145 0 .285-.013.43-.022a6.321 6.321 0 0 0 2.256-.586c.029.684.576 1.229 1.253 1.229.696 0 1.259-.575 1.259-1.284 0-.523-.305-.97-.743-1.171a6.617 6.617 0 0 0 2.002-4.755Zm-6.397 4.681c-2.563 0-4.647-2.116-4.647-4.716s2.084-4.714 4.647-4.714c2.562 0 4.647 2.114 4.647 4.714 0 2.6-2.085 4.716-4.647 4.716Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8 5h1v4H8z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8 8h3v1H8z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphAlarmClock = GYSiGlyphAlarmClock;