@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSleep = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSleep = function GYSiGlyphSleep(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-sleep",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.953 14H1.027a.945.945 0 0 1-.867-.589 1.02 1.02 0 0 1 .168-1.063l5.531-6.375H.988C.465 5.973 0 5.572 0 5.028c0-.545.425-.985.947-.985h7.026c.374 0 .716.23.866.589.15.359.085.774-.168 1.063l-5.492 6.387h4.773c.523 0 .947.389.947.933.001.544-.422.985-.946.985Zm7.802-5.065H9.701a.64.64 0 0 1-.586-.391.675.675 0 0 1 .107-.711l5.116-5.869h-5c-.354 0-.318-.93.035-.93h6.098c.253 0 .446.117.55.354a.675.675 0 0 1-.107.712L10.88 7.963h4.875c.354.001.354.972 0 .972Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSleep = GYSiGlyphSleep;