UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.45 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphShower = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphShower = function GYSiGlyphShower(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-shower", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6.004 3.051C4.857 3.194 3 4.767 3 6.953h6.953c0-2.157-1.778-3.743-2.955-3.896-.009-1.562.007-2.14 3.47-2.14 3.22 0 3.547 1.425 3.547 4.431v10.061c0 .275.208.499.484.499a.5.5 0 0 0 .5-.499V5.348C15 2.148 14.936 0 10.469 0 6.59 0 6.044.831 6.004 3.051ZM3 8h.959v.916H3z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6 8h.959v.916H6zm3 0h.959v.916H9zm-5 2h.959v.916H4zm4 0h.959v.916H8z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphShower = GYSiGlyphShower;