iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 629 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 Fontawesome = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.393 4.5a2.438 2.438 0 10-2.8-.141V24h3v-3h17.513c.684 0 1.238-.554 1.238-1.237a1.237 1.237 0 00-.107-.503l-2.893-6.51 2.893-6.51a1.237 1.237 0 00.107-.503c0-.683-.554-1.237-1.238-1.237z" }));
exports.default = Fontawesome;