Repository URL to install this package:
Version:
0.9.7 ▾
|
ui-component-library
/
dist
/
components
/
atoms
/
Icons
/
SavingsMoneyBagIcon
/
SavingsMoneyBagIcon.js
|
---|
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = __importDefault(require("react"));
const Vector_1 = __importDefault(require("atoms/Vector"));
const wording = {
description: 'A bag that is full of money. Most likely coins, given the shape of the bag. Has a dollar sign on it, so as to not confuse it with other bags.',
title: 'Savings Money Bag Icon',
vectorClassName: 'savingsmoneybag',
};
class SavingsMoneyBag extends react_1.default.PureComponent {
render() {
const { stroke, fill } = this.props;
return (react_1.default.createElement(Vector_1.default, Object.assign({}, this.props, wording),
react_1.default.createElement("g", { fill: fill },
react_1.default.createElement("path", { d: "M15.9 13h7.95c.66 0 1.27.15 1.65.69l10.67 15.33c1.67 2.37 2.37 5.3 1.36 8.12v.14A9.72 9.72 0 0 1 28.1 45H11.65c-4.61 0-9.26-3.29-10.27-7.74v-.08c-1-2.81.11-5.83 1.78-8.2L14.12 13.7c.38-.54 1.12-.71 1.78-.71zM26 3.92l-1.5 3.73C24.2 8.37 23.46 9 22.65 9H15.5c-.9 0-1.68-.72-1.92-1.54L12 2.09s2.91-2.43 6-.03c2.2 1.7 5.61-3.23 8 1.86z" }),
react_1.default.createElement("path", { d: "M18 9l-1-7", strokeLinejoin: "round" }),
react_1.default.createElement("path", { d: "M21.93 24.9s-.9-1.87-3.15-1.9c-3.54-.04-5.06 5.03-.89 6.47 6.46 2.25 4.13 7.5.95 7.53A4.15 4.15 0 0 1 15 34.9M19 21l.08 18" }))));
}
}
SavingsMoneyBag.defaultProps = {
width: '39px',
height: '46px',
viewBox: '0 0 39 46',
fill: 'none',
stroke: '#000000',
};
exports.SavingsMoneyBag = SavingsMoneyBag;
exports.default = SavingsMoneyBag;
//# sourceMappingURL=SavingsMoneyBagIcon.js.map