@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 970 B
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 IconMaterialAreaChartW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AreaChartW100', short_name: 'AreaChart', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m515-745 147 117h96q13 0 21.5 8.5T788-598v386H172v-304q0-19 16.5-27t31.5 3l72 54 180-253q8-11 20.5-12.5T515-745ZM200-520v144l120 96 160-220 280 218v-318H652L496-725 298-447l-98-73Z" }) })));
});
IconMaterialAreaChartW100.displayName = 'OnesyIconMaterialAreaChartW100';
exports.default = IconMaterialAreaChartW100;
;