@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphIpod = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphIpod = function GYSiGlyphIpod(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-ipod",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(4)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 4.469,
cy: 11.488,
className: "prefix__si-glyph-fill",
rx: 1.469,
ry: 1.488
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.301.021H.779C.371.021.04.326.04.7v14.595c0 .375.33.679.739.679h7.522c.41 0 .739-.304.739-.679V.7c0-.374-.33-.679-.739-.679ZM4.5 14a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5ZM8 6H1V1h7v5Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphIpod = GYSiGlyphIpod;