UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.73 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphPiggyBank = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphPiggyBank = function GYSiGlyphPiggyBank(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-piggy-bank", viewBox: "0 0 17 17" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M16.041 6.33c0-.528-1.832-.95-1.93-.939-1.005-1.909-3.206-3.228-5.762-3.358-2.038-.104-3.416.358-4.387 1a3.55 3.55 0 0 0-1.084.001c-.47.081-.809.258-1.18.581-.213.185-.59.58-.231.787.259.15.633-.108.909-.124.079-.006.152.009.225.022-.697.907-.963 1.739-1.264 1.739C.054 6.039.04 6.762.04 7.345v1.333c0 .381.481 1.286.67 1.5 1.041 1.181 1.635 2.057 3.36 2.633.03.663.463 1.189.997 1.189.418 0 1.179-1.039 2.225-1.039 2.5 0 3.369 1.039 3.797 1.039 1.119 0 .996-1.354.992-1.402 1.957-.939 2.614-2.757 2.614-4.879 0-.15-.013-.297-.025-.444.777-.076 1.371-.466 1.371-.945ZM4 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm7.274-2.274c-.432-.386-1.113-.576-1.782-.763-.67-.186-1.226-.341-1.801-.234-.744.139-.986-.216-.392-.447.685-.266 1.605-.4 2.509-.148.86.238 1.538.791 1.978 1.33.421.521.04.76-.512.262Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphPiggyBank = GYSiGlyphPiggyBank;