@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.7 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialReduceCapacityW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ReduceCapacityW100",
short_name: "ReduceCapacity",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M146-106q0-17 9-28.5t24-18.5q23-11 48.5-16t52.5-5q27 0 52.5 5t48.5 16q15 7 24 18.5t9 28.5H146Zm400 0q0-17 9-28.5t24-18.5q23-11 48.5-16t52.5-5q27 0 52.5 5t48.5 16q15 7 24 18.5t9 28.5H546ZM280-266q-23 0-38.5-15.5T226-320q0-23 15.5-38.5T280-374q23 0 38.5 15.5T334-320q0 23-15.5 38.5T280-266Zm400 0q-23 0-38.5-15.5T626-320q0-23 15.5-38.5T680-374q23 0 38.5 15.5T734-320q0 23-15.5 38.5T680-266ZM494-395l55-55q4-4 9-4t9 4q4 4 4 9.5t-4 9.5l-66 67q-9 9-21 9t-21-9l-67-67q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l54 55v-95q0-6 4-10t10-4q6 0 10 4t4 10v95ZM106-586q0-17 9-28.5t24-18.5q23-11 48.5-16t52.5-5q23 0 44.5 3.5T324-640q-8 11-13 24t-5 30H106Zm240 0q0-17 9-28.5t24-18.5q23-11 48.5-16t52.5-5q27 0 52.5 5t48.5 16q15 7 24 18.5t9 28.5H346Zm308 0q0-17-4.5-30T637-640q18-7 39-10.5t44-3.5q27 0 52.5 5t48.5 16q15 7 24 18.5t9 28.5H654ZM240-746q-23 0-38.5-15.5T186-800q0-23 15.5-38.5T240-854q23 0 38.5 15.5T294-800q0 23-15.5 38.5T240-746Zm240 0q-23 0-38.5-15.5T426-800q0-23 15.5-38.5T480-854q23 0 38.5 15.5T534-800q0 23-15.5 38.5T480-746Zm240 0q-23 0-38.5-15.5T666-800q0-23 15.5-38.5T720-854q23 0 38.5 15.5T774-800q0 23-15.5 38.5T720-746Z"
}));
});
IconMaterialReduceCapacityW100.displayName = 'OnesyIconMaterialReduceCapacityW100';
export default IconMaterialReduceCapacityW100;