UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.45 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphColumnWave = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphColumnWave = function GYSiGlyphColumnWave(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-column-wave", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M14 2.057c0-.584.447-1.057.999-1.057S16 1.473 16 2.057v12.719c0 .584-.449 1.057-1.001 1.057-.552 0-.999-.473-.999-1.057V2.057Zm-4 3c0-.584.449-1.057.999-1.057C11.552 4 12 4.473 12 5.057v9.719c0 .584-.448 1.057-1.001 1.057-.55 0-.999-.473-.999-1.057V5.057Zm-3.998 3C6.002 7.473 6.449 7 7 7c.552 0 1 .473 1 1.057v6.719c0 .584-.448 1.057-1 1.057-.551 0-.998-.473-.998-1.057V8.057Zm-3.959 3c0-.584.438-1.057.978-1.057S4 10.473 4 11.057v3.719c0 .584-.439 1.057-.979 1.057s-.978-.473-.978-1.057v-3.719Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphColumnWave = GYSiGlyphColumnWave;