UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.06 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 IconMaterialAreaChartFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AreaChartFilled', short_name: 'AreaChart', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M840-320 529-563q-27-21-60.5-16.5T415-547l-86 118q-10 14-26.5 16.5T272-421L120-540v-60q0-25 22-36t42 4l96 72 151-211q20-28 54-33t61 17l134 107h80q33 0 56.5 23.5T840-600v280ZM120-160v-280l135 108q27 22 60.5 17t53.5-33l87-119q10-14 26.5-16.5T513-475l327 256v59H120Z" }) }))); }); IconMaterialAreaChartFilled.displayName = 'OnesyIconMaterialAreaChartFilled'; exports.default = IconMaterialAreaChartFilled;