UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.03 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNightSightMaxFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NightSightMaxFilled", short_name: "NightSightMax", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M680-640h-80q-17 0-28.5-11.5T560-680q0-17 11.5-28.5T600-720h80v-80q0-17 11.5-28.5T720-840q17 0 28.5 11.5T760-800v80h80q17 0 28.5 11.5T880-680q0 17-11.5 28.5T840-640h-80v80q0 17-11.5 28.5T720-520q-17 0-28.5-11.5T680-560v-80Zm54 327q-38 88-117.5 140.5T440-120q-134 0-227-93t-93-227q0-115 73.5-203T380-754q12-2 21.5 2t14.5 13q5 9 6 21.5t-4 26.5q-9 22-13.5 45t-4.5 46q0 100 70 170t170 70q11 0 21-.5t20-2.5q18-3 29.5 1t18.5 12q7 8 8.5 17.5T734-313Z" })); }); IconMaterialNightSightMaxFilled.displayName = 'OnesyIconMaterialNightSightMaxFilled'; export default IconMaterialNightSightMaxFilled;