@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHdrOnW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HdrOnW100Filled",
short_name: "HdrOn",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M656-390v-172q0-9 7-15.5t16-6.5h85q24 0 42 18t18 42v8q0 17-10.5 33.5T780-458l28 63q3 7-1 13t-12 6q-4 0-7.71-2-3.7-2-5.29-6l-32-72h-66v66q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03Zm28-94h80q12 0 22-10t10-22v-8q0-12-10-22t-22-10h-80v72Zm-520 8v86q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03v-180q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v66h112v-66q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v180q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03v-86H164Zm340 100h-85q-9 0-16-7t-7-16v-163q0-9 7-15.5t16-6.5h85q24 0 42 18t18 42v88q0 24-18 42t-42 18Zm-80-28h80q12 0 22-10t10-22v-88q0-12-10-22t-22-10h-80v152Z"
}));
});
IconMaterialHdrOnW100Filled.displayName = 'OnesyIconMaterialHdrOnW100Filled';
export default IconMaterialHdrOnW100Filled;