iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.1 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 BeachBallLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 26a102 102 0 10102 102A102.12 102.12 0 00128 26zm85 72.45a197.9 197.9 0 00-46.09-9.37A197.9 197.9 0 00157.55 43 90.47 90.47 0 01213 98.45zm-69.48-59.11a186.57 186.57 0 0110.11 39 198.45 198.45 0 00-58.48-34.13 90.17 90.17 0 0148.37-4.87zM80.15 51.81A186.09 186.09 0 01147 88.47a198.32 198.32 0 00-108.92 35 90.05 90.05 0 0142.07-71.66zM38.55 138a186.16 186.16 0 01117-37.46 186.16 186.16 0 01-37.46 117A90.18 90.18 0 0138.55 138zm94 79.94a198.33 198.33 0 0035-108.93 186.21 186.21 0 0136.66 66.89 90.05 90.05 0 01-71.66 41.99zm79.24-57a198.45 198.45 0 00-34.11-58.48 186.57 186.57 0 0139 10.11 90.17 90.17 0 01-4.87 48.37z" }));
exports.default = BeachBallLight;