UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.24 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 IconMaterialPivotTableChartW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PivotTableChartW100', short_name: 'PivotTableChart', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M420-660v-128h308q26 0 43 17t17 43v68H420ZM232-172q-26 0-43-17t-17-43v-308h128v368h-68Zm-60-488v-68q0-26 17-43t43-17h68v128H172Zm252 418 80 80q4 4 4.5 9.5T504-142q-5 5-10 5t-10-5l-93-93q-9-9-9-21t9-21l93-93q4-4 9.5-4.5T504-370q5 5 5 10t-5 10l-80 80h160q44 0 75-31t31-75v-160l-80 80q-4 4-9.5 4.5T590-456q-5-5-5-10t5-10l93-93q9-9 21-9t21 9l93 93q4 4 4.5 9.5T818-456q-5 5-10 5t-10-5l-80-80v160q0 56-39 95t-95 39H424Z" }) }))); }); IconMaterialPivotTableChartW100.displayName = 'OnesyIconMaterialPivotTableChartW100'; exports.default = IconMaterialPivotTableChartW100;