iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.14 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 BeachBallThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 28a100 100 0 10100 100A100.11 100.11 0 00128 28zm88.14 73.64A195.13 195.13 0 00165 91a195.13 195.13 0 00-10.68-51.1 92.33 92.33 0 0161.82 61.74zM145 37.58a187.54 187.54 0 0111.3 45.68 196.37 196.37 0 00-66.63-38.88A91.34 91.34 0 01128 36a92.41 92.41 0 0117 1.58zM79.86 49.63a188.08 188.08 0 0172.45 40.82A196.19 196.19 0 0036 127.39a92 92 0 0143.86-77.76zM36.44 137a188.17 188.17 0 01121-38.48 188.17 188.17 0 01-38.48 121A92.17 92.17 0 0136.44 137zm92.17 83a196.19 196.19 0 0036.94-116.3 188.08 188.08 0 0140.82 72.45A92 92 0 01128.61 220zm83-53.66a196.37 196.37 0 00-38.87-66.64 187.54 187.54 0 0145.68 11.3 92.41 92.41 0 011.58 17 91.34 91.34 0 01-8.38 38.33z" }));
exports.default = BeachBallThin;