@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.64 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMoneyBag = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMoneyBag = function GYSiGlyphMoneyBag(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-bag",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9 11h.922v1.959H9zM7 8h.938v1.974H7z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.296 4.779c.858-1 1.47-3.257 1.47-4.074 0-1.726-1.029.44-2.298.44-1.271 0-2.298-2.188-2.298-.44 0 .831.629 3.148 1.512 4.123-2.608.74-4.664 4.494-4.664 7.794 0 2.918 2.455 3.364 5.482 3.364s5.481-.486 5.481-3.364c0-3.006-2.004-7.201-4.685-7.843Zm1.735 8.268h-1v.984h-1v1.031H7.969v-1.031h-1v-.984l.013-.016H5.969v-1.062h1.047v1.02l.016-.02h.938v-1.938H7v-.984H5.953V7.985H7V6.969h.969V5.938h1.062v1.031h1v1h.984v1.062H9.968V8.01l-.016.006H9.03v1.953h1.016v1.016h.984v2.062h.001Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphMoneyBag = GYSiGlyphMoneyBag;