UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBluetoothSearchingFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BluetoothSearchingFilled", short_name: "BluetoothSearching", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M360-384 204-228q-11 11-28 11t-28-11q-11-11-11-28t11-28l196-196-196-196q-11-11-11-28t11-28q11-11 28-11t28 11l156 156v-247q0-18 12-29.5t28-11.5q8 0 15 3t13 9l172 172q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L456-480l144 144q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L428-108q-6 6-13 9t-15 3q-16 0-28-11.5T360-137v-247Zm80-192 76-76-76-74v150Zm0 342 76-74-76-76v150Zm194-181-50-51q-6-6-6-14t6-14l50-50q12-12 24.5-9t16.5 19q4 14 5.5 27t1.5 27q0 14-1.5 28t-5.5 28q-4 16-16.5 18.5T634-415Zm113 112q-7-7-9-18t3-20q15-32 23-67.5t8-71.5q0-36-8-71t-23-67q-5-10-3-21t10-19q14-14 31-10t25 23q18 39 27 80.5t9 84.5q0 43-9.5 84T804-317q-8 19-25.5 23.5T747-303Z" })); }); IconMaterialBluetoothSearchingFilled.displayName = 'OnesyIconMaterialBluetoothSearchingFilled'; export default IconMaterialBluetoothSearchingFilled;