@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.73 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWallet = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWallet = function GYSiGlyphWallet(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-wallet",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.988 10.635V8.327c0-.749.573-1.358 1.279-1.358h4.697V5.531c0-.682-.404-1.252-.957-1.438v.001l-1.651-.014-.02-.058H4.925l-.141.048-2.614-.002-.005-.021c-.636.12-1.148.696-1.148 1.437v7.953c0 .832.648 1.555 1.391 1.555h11.214c.743 0 1.343-.676 1.343-1.508v-1.453h-4.697c-.706 0-1.28-.647-1.28-1.396Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.996 8.061h-5.007c-.529 0-.958.468-.958 1.045v.816c0 .576.429 1.044.958 1.044h5.007c.529 0 .959-.468.959-1.044v-.816c0-.578-.43-1.045-.959-1.045Zm-2.965 1.955h-2.062V9h2.062v1.016ZM4.926 4.022l6.631-2.269.78 2.269h1.285c.135 0 .263.029.386.07L12.619.051 2.049 3.572l.117.476c.079-.015.16-.025.242-.025h2.518v-.001Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphWallet = GYSiGlyphWallet;