@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.17 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 IconMaterialWaterfallChartW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WaterfallChartW100', short_name: 'WaterfallChart', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M204-212q-14 0-23-9t-9-23v-109q0-14 9-23t23-9q14 0 23 9t9 23v109q0 14-9 23t-23 9Zm184-218q-14 0-23.5-9.5T355-463v-72q0-14 9-23t23-9q14 0 23.5 9.5T420-534v72q0 14-9 23t-23 9Zm184-182q-14 0-23.5-9.5T539-645v-71q0-14 9-23t23-9q14 0 23.5 9.5T604-715v71q0 14-9 23t-23 9Zm184 400q-14 0-23.5-9t-9.5-23v-472q0-14 9-23t23-9q14 0 23.5 9t9.5 23v472q0 14-9 23t-23 9Z" }) })));
});
IconMaterialWaterfallChartW100.displayName = 'OnesyIconMaterialWaterfallChartW100';
exports.default = IconMaterialWaterfallChartW100;
;