UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBarChartW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BarChartW100", short_name: "BarChart", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M670-212q-12.75 0-21.37-8.63Q640-229.25 640-242v-106q0-12.75 8.63-21.38Q657.25-378 670-378h48q12.75 0 21.38 8.62Q748-360.75 748-348v106q0 12.75-8.62 21.37Q730.75-212 718-212h-48Zm-214 0q-12.75 0-21.37-8.63Q426-229.25 426-242v-476q0-12.75 8.63-21.38Q443.25-748 456-748h48q12.75 0 21.38 8.62Q534-730.75 534-718v476q0 12.75-8.62 21.37Q516.75-212 504-212h-48Zm-214 0q-12.75 0-21.37-8.63Q212-229.25 212-242v-285.52q0-13.48 8.63-21.98 8.62-8.5 21.37-8.5h48q12.75 0 21.38 8.62Q320-540.75 320-528v285.52q0 13.48-8.62 21.98-8.63 8.5-21.38 8.5h-48Z" })); }); IconMaterialBarChartW100.displayName = 'OnesyIconMaterialBarChartW100'; export default IconMaterialBarChartW100;