iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.48 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 BeachBallDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M161.23 93.36a191.07 191.07 0 00-82-48.09 96.4 96.4 0 0168.68-11.2 191.91 191.91 0 0113.32 59.29zm60.7 14.7a192.2 192.2 0 00-59.29-13.29 191 191 0 0148.09 82 96.37 96.37 0 0011.2-68.67zM32.27 135.19a96 96 0 0088.54 88.54 191.56 191.56 0 0040.5-129 191.61 191.61 0 00-129.04 40.46z", opacity: ".2" }),
React.createElement("path", { d: "M128 24a104 104 0 10104 104A104.11 104.11 0 00128 24zm81.7 71.3a199.77 199.77 0 00-40.94-8.06 199.77 199.77 0 00-8.06-40.94 88.57 88.57 0 0149 49zM216 128a87.83 87.83 0 01-4.28 27.12 200.28 200.28 0 00-29.16-49.93 183.12 183.12 0 0132.31 8.75A88.14 88.14 0 01216 128zm-73.94-86.87a183.12 183.12 0 018.75 32.31 200.28 200.28 0 00-49.93-29.16 88.05 88.05 0 0141.18-3.15zM80.44 54a183.88 183.88 0 0161.25 32.64A200.21 200.21 0 0040.41 119.5 88.11 88.11 0 0180.44 54zm-39.77 84.86a184.08 184.08 0 01112.88-36.41 184.08 184.08 0 01-36.41 112.88 88.18 88.18 0 01-76.47-76.47zm95.83 76.73a200.21 200.21 0 0032.87-101.28A183.88 183.88 0 01202 175.56a88.11 88.11 0 01-65.5 40.03z" }));
exports.default = BeachBallDuotone;