@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.08 kB
JavaScript
;
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 IconMaterialAreaChartW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AreaChartW100Filled', short_name: 'AreaChart', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M788-295 523-502q-20-16-45-12.5T438-490L333-345q-8 11-20.5 12.5T290-339l-118-94v-83q0-19 16.5-27t31.5 3l72 54 161-227q15-21 41-24.5t46 12.5l122 97h66q25 0 42.5 17.5T788-568v273Zm-616 83v-187l99 80q20 16 45.5 12.5T357-331l105-144q8-11 20-12.5t22 6.5l284 221v48H172Z" }) })));
});
IconMaterialAreaChartW100Filled.displayName = 'OnesyIconMaterialAreaChartW100Filled';
exports.default = IconMaterialAreaChartW100Filled;