UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.27 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialSportsMotorsportsW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsMotorsportsW100', short_name: 'SportsMotorsports', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-480Zm80 240q100 0 170-70t70-170q0-101-73.5-170.5T550-720q-61 0-113.5 15T336-660l124 48q33 14 53.5 43.5T534-504q0 50-34 84t-82 34H170q-5 20-7.5 45t-2.5 69q0 12 10 22t22 10h368ZM174-414h242q38 0 64-26t26-64q0-27-15-49t-41-33l-140-56q-50 42-84.5 99.5T174-414Zm386 202H192q-26 0-43-17t-17-43v-12q0-104 30-189.5T247-620q55-61 132-94.5T550-748q57 0 107.5 21t88.5 57q38 36 60 85t22 105q0 55-21 104t-57.5 85.5Q713-254 664.5-233T560-212Z" }) }))); }); IconMaterialSportsMotorsportsW100.displayName = 'OnesyIconMaterialSportsMotorsportsW100'; exports.default = IconMaterialSportsMotorsportsW100;