@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.68 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBluetoothDriveW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BluetoothDriveW100Filled",
short_name: "BluetoothDrive",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M234.24-336q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm368 0q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5ZM138-252v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-276q0-5 .5-10t2.27-10.23L179-668q5.89-17.78 21.37-28.89Q215.84-708 235-708h329q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H237q-11 0-19 5.5T206-659l-56 159h403q12 0 21.5 8t17.5 16q3 2 6.5 3t7.5 1h90q12.75 0 21.38 8.62Q726-454.75 726-442v256q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-66H138Zm586-468L622-822q-4-4-4.5-9.5T622-842q5-5 10-5t10 5l88 88v-136q0-9.92 9.5-13.46Q749-907 756-900l83 83q5 4.64 5 10.82 0 6.18-5 11.18l-75 75 75 75q5 4.64 5 10.82 0 6.18-5 11.18l-83 83q-7 7-16.5 3.46T730-550v-136l-88 88q-4 4-9.5 4.5T622-598q-5-5-5-10t5-10l102-102Zm34-34 52-52-52-52v104Zm0 172 52-52-52-52v104Z"
}));
});
IconMaterialBluetoothDriveW100Filled.displayName = 'OnesyIconMaterialBluetoothDriveW100Filled';
export default IconMaterialBluetoothDriveW100Filled;