UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 903 B
"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 BallAmericanFootball = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-ball-american-football", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M15 9l-6 6M10 12l2 2M12 10l2 2M8 21a5 5 0 00-5-5" }), React.createElement("path", { d: "M16 3C8.82 3 3 8.82 3 16a5 5 0 005 5c7.18 0 13-5.82 13-13a5 5 0 00-5-5M16 3a5 5 0 005 5" })); exports.default = BallAmericanFootball;