iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.3 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 BaseballCapDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 152v32a16 16 0 01-25.48 12.88C182.53 185.26 159 176 128 176s-54.53 9.26-70.52 20.88A16 16 0 0132 184v-32a160 160 0 01192 0z", opacity: ".2" }),
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 24zm88 104v8.87a166 166 0 00-40.94-18.22 167 167 0 00-28.87-76.75A88.15 88.15 0 01216 128zm-88-83.73a152.47 152.47 0 0130.4 70.46 170.85 170.85 0 00-60.84 0A153.31 153.31 0 01128 44.27zm-18.19-2.37a167 167 0 00-28.87 76.76A166 166 0 0040 136.88V128a88.15 88.15 0 0169.81-86.1zm101.85 149.21a8 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.93a152 152 0 01176 0V184a7.77 7.77 0 01-4.34 7.11z" }));
exports.default = BaseballCapDuotone;