UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTvRemoteW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TvRemoteW100", short_name: "TvRemote", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M392-120h176q14 0 23-9t9-23v-241q-20 28-51.5 44.5T480-332q-37 0-68.5-16.5T360-393v241q0 14 9 23t23 9Zm88-240q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35ZM360-567q20-28 51.5-44.5T480-628q37 0 68.5 16.5T600-567v-241q0-14-9-23t-23-9H392q-14 0-23 9t-9 23v241Zm32 475q-26 0-43-17t-17-43v-656q0-26 17-43t43-17h176q26 0 43 17t17 43v656q0 26-17 43t-43 17H392Zm88-341q-19.58 0-33.29-13.71T433-480q0-19.58 13.71-33.29T480-527q19.58 0 33.29 13.71T527-480q0 19.58-13.71 33.29T480-433Zm-.04-301q11.04 0 18.54-7.46 7.5-7.47 7.5-18.5 0-11.04-7.46-18.54-7.47-7.5-18.5-7.5-11.04 0-18.54 7.46-7.5 7.47-7.5 18.5 0 11.04 7.46 18.54 7.47 7.5 18.5 7.5Zm.04 402Zm0-296Z" })); }); IconMaterialTvRemoteW100.displayName = 'OnesyIconMaterialTvRemoteW100'; export default IconMaterialTvRemoteW100;