UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.76 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("@amaui/ui-react"); const IconMaterialAvgTimeW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AvgTimeW100', short_name: 'AvgTime', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5 12.65h3q.1 0 .175.05.075.05.125.15L10 16.2l3.7-7.35q.1-.2.313-.2.212 0 .312.2l1.9 3.8H19q-.125-2.8-2.163-4.725Q14.8 6 12 6T7.163 7.925Q5.125 9.85 5 12.65ZM12 20q2.8 0 4.837-1.925Q18.875 16.15 19 13.35h-3q-.1 0-.175-.05-.075-.05-.125-.15L14 9.8l-3.7 7.375q-.1.2-.312.188-.213-.013-.313-.213l-1.9-3.8H5q.125 2.8 2.163 4.725Q9.2 20 12 20Zm0 .7q-1.6 0-3-.6t-2.45-1.65Q5.5 17.4 4.9 16q-.6-1.4-.6-3H5q0 2.9 2.05 4.95Q9.1 20 12 20q2.9 0 4.95-2.05Q19 15.9 19 13h.7q0 1.6-.6 3t-1.65 2.45Q16.4 19.5 15 20.1q-1.4.6-3 .6ZM4.3 13q0-1.6.6-3t1.65-2.45Q7.6 6.5 9 5.9q1.4-.6 3-.6 1.425 0 2.763.525Q16.1 6.35 17.2 7.3l.75-.75q.1-.1.238-.112.137-.013.262.112t.125.25q0 .125-.125.25l-.75.75q.95 1.1 1.475 2.437.525 1.338.525 2.763H19q0-2.9-2.05-4.95Q14.9 6 12 6 9.1 6 7.05 8.05 5 10.1 5 13ZM9.85 2.35q-.15 0-.25-.1T9.5 2q0-.15.1-.25t.25-.1h4.3q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1ZM12 20q-2.9 0-4.95-2.05Q5 15.9 5 13q0-2.9 2.05-4.95Q9.1 6 12 6q2.9 0 4.95 2.05Q19 10.1 19 13q0 2.9-2.05 4.95Q14.9 20 12 20Zm0-7Z" }) }))); }); IconMaterialAvgTimeW100.displayName = 'AmauiIconMaterialAvgTimeW100'; exports.default = IconMaterialAvgTimeW100;