@icongo/gy
Version:
Glyph Iconset Icons
50 lines (49 loc) • 2.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCasette = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCasette = function GYSiGlyphCasette(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-casette",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
fillRule: "evenodd",
transform: "translate(1 3)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.629 4C3.178 4 2 5.189 2 6.656s1.178 2.656 2.629 2.656c1.453 0 2.629-1.189 2.629-2.656S6.082 4 4.629 4Zm6.981 0C10.169 4 9 5.189 9 6.656s1.169 2.656 2.61 2.656c1.442 0 2.611-1.189 2.611-2.656S13.053 4 11.61 4Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M14.654 0h-.347l-.843 1.954H2.61L1.756 0h-.36C.65 0 .046.624.046 1.392L.001 9.608c0 .768.604 1.392 1.35 1.392h13.32c.746 0 1.285-.624 1.285-1.392L16 1.392C16.002.624 15.398 0 14.654 0ZM4.5 9a2.5 2.5 0 1 1 .001-5.001A2.5 2.5 0 0 1 4.5 9Zm7 0a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M3.529.908h8.707L12.927 0H3.033l.496.908Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 4.453,
cy: 6.469,
fill: "#434343",
className: "prefix__si-glyph-fill",
rx: 1.453,
ry: 1.469
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 11.453,
cy: 6.469,
fill: "#434343",
className: "prefix__si-glyph-fill",
rx: 1.453,
ry: 1.469
})]
})
}));
};
exports.GYSiGlyphCasette = GYSiGlyphCasette;