UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 939 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWaterfallChartW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WaterfallChartW100", short_name: "WaterfallChart", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialWaterfallChartW100;