@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.76 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMoney3 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMoney3 = function GYSiGlyphMoney3(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-3",
viewBox: "0 0 16 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.345 14.947H1.655c-.9 0-1.634-.703-1.634-1.57V5.616c0-.864.733-1.571 1.634-1.571h10.69c.901 0 1.635.707 1.635 1.571v7.761c-.001.867-.734 1.57-1.635 1.57ZM.995 6.414v6.211l1.369 1.432h9.33l1.327-1.385V6.46l-1.327-1.524h-9.33L.995 6.414Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.248 2.033H3.047l-.004.936h10.213l1.775 1.814v6.154l.896-.016V3.663c0-.87-.766-1.614-1.679-1.63ZM2 9h.953v.984H2zm9 0h.984v.953H11zM5 8h.969v.969H5zm4 2h.984v.969H9z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 6.016h-.969v1.015H6v.938h1.031v1.062H6v.938h1.031v1.062H6v.938h1.031v1H8v-1h.984v-.938H8V9.969h.984v-.938H8V7.969h.984v-.938H8V6.016Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphMoney3 = GYSiGlyphMoney3;