UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.5 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialRadarW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "RadarW100", short_name: "Radar", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480.17-132q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132Zm-.17-28q62.5 0 117.75-22.5T696-244l-93-93q-25 21-56.63 33-31.62 12-66.37 12-78.33 0-133.17-54.76-54.83-54.77-54.83-133Q292-558 346.76-613q54.77-55 133-55Q558-668 613-613.17q55 54.84 55 133.17 0 35-12 66.37-12 31.36-33 56.63l93 93q39-43 61.5-98T800-480q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-160q29 0 55.5-10t47.5-27l-96-96q-1.7.67-3.4.83-1.69.17-3.39.17-11.21 0-19.71-8.5T452-480q0-11 8.5-19.5T480-508q11 0 19.5 8.5t8.5 19.3q0 1.96-.17 3.76-.16 1.8-.83 3.44l96 96q17-21 27-47.27 10-26.26 10-55.73 0-66-47-113t-113-47q-66 0-113 47t-47 113q0 66 47 113t113 47Z" })); }); IconMaterialRadarW100.displayName = 'OnesyIconMaterialRadarW100'; export default IconMaterialRadarW100;