UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.13 kB
"use strict"; 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 BeachBall = (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 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 = BeachBall;