iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 571 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 Number1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { fill: "#fff", d: "M12.5 22.5v-1h3v-11h-3v-1h4v12h3v1h-7z" }),
React.createElement("path", { d: "M16 10v12-12m1-1h-5v2h3v10h-3v2h8v-2h-3V9z" }));
exports.default = Number1;