iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 789 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 BaseballHelmetLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M88 130a26 26 0 1026 26 26 26 0 00-26-26zm0 40a14 14 0 1114-14 14 14 0 01-14 14zm160-48h-26.17A102 102 0 0018 128v24a70.08 70.08 0 0070 70h40a70.08 70.08 0 0070-70v-18h50a6 6 0 000-12zm-62 30a58.07 58.07 0 01-58 58h-.85A70 70 0 00158 152v-18h28zm-34-30a6 6 0 00-6 6v24a58 58 0 01-116 0v-24a90 90 0 01179.8-6z" }));
exports.default = BaseballHelmetLight;