iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.57 kB
JavaScript
;
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 PlaceholderDollar = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.25 5.5a.75.75 0 01.75.75v.438c.99.15 1.75 1.006 1.75 2.039a.75.75 0 01-1.5 0 .563.563 0 00-.563-.563H12a.75.75 0 00-.75.75v.265a.75.75 0 00.487.703l1.553.582a2.25 2.25 0 011.46 2.107v.265A2.25 2.25 0 0113 15.03v.47a.75.75 0 01-1.5 0v-.438a2.063 2.063 0 01-1.75-2.039.75.75 0 011.5 0c0 .311.252.563.563.563h.687a.75.75 0 00.75-.75v-.265a.75.75 0 00-.487-.702l-1.553-.583a2.25 2.25 0 01-1.46-2.107v-.265A2.25 2.25 0 0111.5 6.72v-.47a.75.75 0 01.75-.75z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.25 2a8.75 8.75 0 00-8.75 8.75c0 3.648 2.185 6.461 4.25 8.311a20.436 20.436 0 003.8 2.675 12.691 12.691 0 00.345.18l.021.01.006.003h.002s.002.001.326-.675l-.324.676a.75.75 0 00.648 0l-.324-.676.324.676h.002l.002-.001.006-.003.02-.01.075-.038a18.591 18.591 0 001.215-.69 20.442 20.442 0 002.857-2.127C18.815 17.211 21 14.398 21 10.75A8.75 8.75 0 0012.25 2zm.855 17.913a17 17 0 01-.855.496 18.923 18.923 0 01-3.5-2.465C6.816 16.209 5 13.77 5 10.75a7.25 7.25 0 0114.5 0c0 3.02-1.815 5.459-3.75 7.194a18.92 18.92 0 01-2.645 1.969z", fill: "#323544" }));
exports.default = PlaceholderDollar;