iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 719 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 Fontbase = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.079 13.996c-2.702-2.771-5.702-5.703-8.105-8.103-1.62-1.621-4.284-1.621-5.943 0-2.97 2.963-5.248 5.21-8.104 8.066a3.12 3.12 0 000 4.437 3.12 3.12 0 004.437 0l2.2-2.2 2.2 2.2a3.12 3.12 0 004.438 0 3.12 3.12 0 000-4.438l4.4 4.4a3.12 3.12 0 004.438 0c1.274-1.16 1.274-3.165.039-4.362z" }));
exports.default = Fontbase;