UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.81 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 IconMaterialAvgTime = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AvgTime', short_name: 'AvgTime', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.075 12H8q.275 0 .525.137.25.138.375.413l1.1 2.2 3.1-6.2q.275-.575.9-.575t.9.575L16.625 12h2.3Q18.55 9.45 16.6 7.725 14.65 6 12 6 9.35 6 7.4 7.725 5.45 9.45 5.075 12ZM12 20q2.65 0 4.6-1.725Q18.55 16.55 18.925 14H16q-.275 0-.525-.137-.25-.138-.375-.413l-1.1-2.2-3.1 6.2q-.275.575-.9.575t-.9-.575L7.375 14h-2.3q.375 2.55 2.325 4.275Q9.35 20 12 20Zm0 2q-1.85 0-3.488-.712-1.637-.713-2.862-1.938t-1.938-2.862Q3 14.85 3 13h2q0 2.9 2.05 4.95Q9.1 20 12 20q2.9 0 4.95-2.05Q19 15.9 19 13h2q0 1.85-.712 3.488-.713 1.637-1.938 2.862t-2.862 1.938Q13.85 22 12 22Zm-9-9q0-1.85.712-3.488.713-1.637 1.938-2.862t2.862-1.937Q10.15 4 12 4q1.55 0 2.975.5t2.675 1.45l.7-.7q.275-.275.7-.275.425 0 .7.275.275.275.275.7 0 .425-.275.7l-.7.7Q20 8.6 20.5 10.025 21 11.45 21 13h-2q0-2.9-2.05-4.95Q14.9 6 12 6 9.1 6 7.05 8.05 5 10.1 5 13Zm7-10q-.425 0-.712-.288Q9 2.425 9 2t.288-.713Q9.575 1 10 1h4q.425 0 .713.287Q15 1.575 15 2t-.287.712Q14.425 3 14 3Zm2 17q-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" }) }))); }); IconMaterialAvgTime.displayName = 'AmauiIconMaterialAvgTime'; exports.default = IconMaterialAvgTime;