UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 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 Sports = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.672 11.077a7.327 7.327 0 0114.654 0v2.33A2.25 2.25 0 0120.75 15.5V19a2.25 2.25 0 01-4.5 0v-3.5c0-1.008.663-1.861 1.576-2.147v-2.276c0-1.85-.863-3.5-2.208-4.567a3.75 3.75 0 11-7.235-.002 5.817 5.817 0 00-2.211 4.57v2.274A2.251 2.251 0 017.75 15.5V19a2.25 2.25 0 01-4.5 0v-3.5c0-.95.589-1.763 1.422-2.093v-2.33zm7.327-5.827A2.25 2.25 0 1012 9.75a2.25 2.25 0 10-.001-4.5zM5.5 14.75a.75.75 0 00-.75.75V19a.75.75 0 001.5 0v-3.5a.75.75 0 00-.75-.75zm13 0a.75.75 0 00-.75.75V19a.75.75 0 001.5 0v-3.5a.75.75 0 00-.75-.75z", fill: "#323544" })); exports.default = Sports;