UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Cash = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.654 16.324H5.44a1.11 1.11 0 0 1-1.11-1.11v-1.11h1.11v.554c0 .307.249.555.555.555h11.102a.555.555 0 0 0 .556-.555V7.997a.556.556 0 0 0-.556-.556h-.555v-1.11h1.11c.614 0 1.11.497 1.11 1.11v7.772a1.11 1.11 0 0 1-1.11 1.11zm-3.331-3.331H2.11A1.11 1.11 0 0 1 1 11.883V4.11C1 3.497 1.497 3 2.11 3h12.213c.613 0 1.11.497 1.11 1.11v7.773a1.11 1.11 0 0 1-1.11 1.11zm0-8.327a.555.555 0 0 0-.555-.556H2.665a.555.555 0 0 0-.555.556v6.661c0 .307.249.556.555.556h11.103a.556.556 0 0 0 .555-.556V4.666zm-6.107 6.106a2.776 2.776 0 1 1 .001-5.551 2.776 2.776 0 0 1 0 5.551zm0-4.44a1.666 1.666 0 1 0 0 3.33 1.666 1.666 0 0 0 0-3.33z", fill: "#000", fillRule: "evenodd" })); exports.default = Cash;