iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 776 B
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 Info = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fillRule: "evenodd" },
React.createElement("path", { d: "M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12z", fill: "currentColor" }),
React.createElement("rect", { fill: "inherit", x: "11", y: "10", width: "2", height: "7", rx: "1" }),
React.createElement("circle", { fill: "inherit", cx: "12", cy: "8", r: "1" })));
exports.default = Info;