iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 1.33 kB
JavaScript
"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 Billing = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M7 4v16h10V4H7zm-2-.01C5 2.892 5.897 2 7.006 2h9.988C18.102 2 19 2.898 19 3.99v16.02c0 1.099-.897 1.99-2.006 1.99H7.006A2.003 2.003 0 0 1 5 20.01V3.99z", fillRule: "nonzero" }),
React.createElement("rect", { x: "8", y: "6", width: "8", height: "2", rx: "1" }),
React.createElement("rect", { x: "8", y: "9", width: "5", height: "2", rx: "1" }),
React.createElement("rect", { x: "8", y: "12", width: "5", height: "2", rx: "1" }),
React.createElement("rect", { x: "8", y: "15", width: "5", height: "2", rx: "1" }),
React.createElement("rect", { x: "14", y: "12", width: "2", height: "2", rx: "1" }),
React.createElement("rect", { x: "14", y: "15", width: "2", height: "2", rx: "1" }),
React.createElement("rect", { x: "14", y: "9", width: "2", height: "2", rx: "1" })));
exports.default = Billing;