iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 586 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 Number4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { fill: "#fff", d: "M17.5 22.5v-4h-5v-9h1v8h4v-8h1v8h1v1h-1v4h-1z" }),
React.createElement("path", { d: "M18 10v8-8m1-1h-2v8h-3V9h-2v10h5v4h2v-4h1v-2h-1V9z" }));
exports.default = Number4;