UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.39 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 IconMaterialBatchPrediction = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BatchPrediction', short_name: 'BatchPrediction', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7 22q-.825 0-1.412-.587Q5 20.825 5 20V10q0-.825.588-1.413Q6.175 8 7 8h10q.825 0 1.413.587Q19 9.175 19 10v10q0 .825-.587 1.413Q17.825 22 17 22Zm5-1.5q.425 0 .713-.288.287-.287.287-.712V19h-2v.5q0 .425.288.712.287.288.712.288ZM11 18h2q0-.575.387-1.137.388-.563.863-1.175.475-.613.863-1.276.387-.662.387-1.412 0-1.45-1.025-2.475Q13.45 9.5 12 9.5q-1.45 0-2.475 1.025Q8.5 11.55 8.5 13q0 .75.387 1.412.388.663.863 1.276.475.612.863 1.175Q11 17.425 11 18ZM6 6.5q0-.625.438-1.062Q6.875 5 7.5 5h9q.625 0 1.062.438Q18 5.875 18 6.5Zm1-3q0-.625.438-1.062Q7.875 2 8.5 2h7q.625 0 1.062.438Q17 2.875 17 3.5Z" }) }))); }); IconMaterialBatchPrediction.displayName = 'AmauiIconMaterialBatchPrediction'; exports.default = IconMaterialBatchPrediction;