@icongo/gy
Version:
Glyph Iconset Icons
53 lines (52 loc) • 2.58 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMoneyCoin = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMoneyCoin = function GYSiGlyphMoneyCoin(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-money-coin",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 12.473,
cy: 5.973,
className: "prefix__si-glyph-fill",
rx: 3.473,
ry: 1.973
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.525 9.081c-2.484 0-3.473-1.041-3.473-1.644v2.583c0 1.09 1.555 1.972 3.473 1.972 1.92 0 3.475-.882 3.475-1.972V7.499c0 .604-.99 1.582-3.475 1.582Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.525 13.072c-2.222 0-3.473-1.001-3.473-1.604v2.559c0 1.09 1.555 1.973 3.473 1.973 1.92 0 3.475-.883 3.475-1.973v-2.59c0 .603-1.252 1.635-3.475 1.635Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 3.937,
cy: 1.973,
className: "prefix__si-glyph-fill",
rx: 3.937,
ry: 1.973
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.062 5.081C1.247 5.081.125 4.04.125 3.437V6.02c0 1.09 1.763 1.972 3.937 1.972C6.238 7.992 8 7.11 8 6.02V3.499c0 .604-1.123 1.582-3.938 1.582Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.062 9.072C1.543 9.072.125 8.071.125 7.468v2.559C.125 11.117 1.888 12 4.062 12 6.238 12 8 11.117 8 10.027v-2.59c0 .603-1.42 1.635-3.938 1.635Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.062 13.072c-2.519 0-3.937-1.001-3.937-1.604v2.559C.125 15.117 1.888 16 4.062 16 6.238 16 8 15.117 8 14.027v-2.59c0 .603-1.42 1.635-3.938 1.635Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphMoneyCoin = GYSiGlyphMoneyCoin;