iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 944 B
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 Dollar = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.999 3a.75.75 0 00-1.5 0v1.573H9.703a2.25 2.25 0 00-2.25 2.25v3.016c0 .976.628 1.84 1.556 2.14l6.02 1.952c.309.1.518.389.518.714v3.016a.75.75 0 01-.75.75H9.703a.75.75 0 01-.75-.75v-1.124a.75.75 0 10-1.5 0v1.124a2.25 2.25 0 002.25 2.25h1.796V21.5a.75.75 0 001.5 0v-1.588h1.798a2.25 2.25 0 002.25-2.25v-3.016a2.25 2.25 0 00-1.556-2.14l-6.02-1.952a.75.75 0 01-.518-.714V6.823a.75.75 0 01.75-.75h5.094a.75.75 0 01.75.75v1.124a.75.75 0 001.5 0V6.823a2.25 2.25 0 00-2.25-2.25h-1.798V3z", fill: "#323544" }));
exports.default = Dollar;