UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.19 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 IconMaterialAvgTimeW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AvgTimeW100Filled', short_name: 'AvgTime', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M394-866q-6 0-10-4t-4-10q0-6 4-10t10-4h172q6 0 10 4t4 10q0 6-4 10t-10 4H394Zm6 554-68-134q-2-4-5-6t-7-2H172q5-124 94-209t214-85q57 0 110.5 21t97.5 59l30-30q5-5 10-5t10 5q5 4 5 9.5t-5 10.5l-30 30q35 41 56.5 90.5T788-454H649l-76-152q-4-8-12.5-8t-12.5 8L400-312Zm80 180q-125 0-214-85.5T172-426h139l76 152q4 8 12.5 8.5T412-273l148-295 68 134q2 4 5 6t7 2h148q-5 123-94 208.5T480-132Z" }) }))); }); IconMaterialAvgTimeW100Filled.displayName = 'OnesyIconMaterialAvgTimeW100Filled'; exports.default = IconMaterialAvgTimeW100Filled;