iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 775 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 Fox = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.069 9.7h3.42L6.3 6.932H0v10.136h3.069V13.8h2.789v-2.778H3.069zM24 6.932h-3.291L19.48 9.1l-1.231-2.168h-3.292l2.871 5.076-2.871 5.06h3.308l1.215-2.142 1.213 2.142H24l-2.871-5.06zm-12.592 0A5.067 5.067 0 1016.475 12a5.067 5.067 0 00-5.067-5.065zm.888 7.146a.867.867 0 01-.873.847.847.847 0 01-.837-.858V9.919a.882.882 0 01.837-.9.913.913 0 01.873.9z" }));
exports.default = Fox;