iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 kB
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 BaseballCapFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 24A104.12 104.12 0 0024 128v56a24 24 0 0024 24 24.11 24.11 0 0014.18-4.64C74.33 194.53 95.6 184 128 184s53.67 10.52 65.81 19.35A24 24 0 00232 184v-56A104.12 104.12 0 00128 24zM40 128a88.15 88.15 0 0169.81-86.1 167 167 0 00-28.87 76.76A166 166 0 0040 136.88zm176 56a7.77 7.77 0 01-4.34 7.1 8 8 0 01-8.44-.69C189.16 180.2 164.7 168 128 168s-61.16 12.2-75.22 22.42a8 8 0 01-8.44.69A7.77 7.77 0 0140 184v-27.93a150.62 150.62 0 0149.93-23.28 7.06 7.06 0 001-.26 154.06 154.06 0 0174.17 0 8.64 8.64 0 001 .27 150.49 150.49 0 0149.9 23.27zm0-47.13a166 166 0 00-40.94-18.22 167 167 0 00-28.87-76.75A88.15 88.15 0 01216 128z" }));
exports.default = BaseballCapFill;