UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.43 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCubic = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCubic = function GYSiGlyphCubic(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-cubic", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M17 13.316a.667.667 0 0 1-.667.667l-6.667 2A.666.666 0 0 1 9 15.316V8.65c0-.369.298-.667.666-.667l6.667-2c.368 0 .667.298.667.667v6.666Zm-9.021 2c0 .369-.283.667-.635.667l-5.711-2c-.35 0-.633-.298-.633-.667V6.65c0-.369.283-.667.633-.667l5.711 2c.352 0 .635.298.635.667v6.666ZM17 4.014c0 .318-.666.538-.666.538L9.666 6.741s-.564.22-1.006.22c-.441 0-.977-.232-.977-.232l-5.996-2.15s-.688-.215-.688-.564.688-.586.688-.586l5.998-2.15s.621-.232.994-.232c.372 0 .99.222.99.222l6.662 2.188c.001-.002.669.238.669.557Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphCubic = GYSiGlyphCubic;