@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 963 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialExposurePlus1Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExposurePlus1Filled",
short_name: "ExposurePlus1",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M240-400h-80q-17 0-28.5-11.5T120-440q0-17 11.5-28.5T160-480h80v-80q0-17 11.5-28.5T280-600q17 0 28.5 11.5T320-560v80h80q17 0 28.5 11.5T440-440q0 17-11.5 28.5T400-400h-80v80q0 17-11.5 28.5T280-280q-17 0-28.5-11.5T240-320v-80Zm390-238-57 41q-14 11-31.5 7.5T514-608q-9-14-6-30.5t17-26.5l123-89q4-3 8.5-4.5t9.5-1.5h22q14 0 23 9t9 23v483q0 19-13 32t-32 13q-19 0-32-13t-13-32v-393Z"
}));
});
IconMaterialExposurePlus1Filled.displayName = 'OnesyIconMaterialExposurePlus1Filled';
export default IconMaterialExposurePlus1Filled;