iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 657 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 Inspire = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 0v24h24V0H0zm3.873 3.688a1.874 1.874 0 11.003 3.747 1.874 1.874 0 01-.003-3.747zm4.49.507h3.532l6.734 10.813h.045V4.195H22v16.117h-3.547l-6.717-10.79h-.047v10.79H8.364V4.195zM2.24 8.982s.013.004 3.389 0v11.276H2.24V8.982z" }));
exports.default = Inspire;