google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.03 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const BluetoothSearching = createIcon("BluetoothSearching", [
[
"path",
{
d: "M14.2351 12.01L16.5551 14.33C16.8351 13.61 16.9951 12.82 16.9951 12C16.9951 11.18 16.8351 10.41 16.5651 9.69L14.2351 12.01ZM19.5251 6.71L18.2651 7.97C18.8951 9.18 19.2451 10.54 19.2451 11.99C19.2451 13.44 18.8851 14.81 18.2651 16.01L19.4651 17.21C20.4351 15.67 21.0051 13.85 21.0051 11.9C20.9951 10.01 20.4551 8.23 19.5251 6.71ZM15.7051 7.71L9.99512 2H8.99512V9.59L4.40512 5L2.99512 6.41L8.58512 12L2.99512 17.59L4.40512 19L8.99512 14.41V22H9.99512L15.7051 16.29L11.4051 12L15.7051 7.71ZM10.9951 5.83L12.8751 7.71L10.9951 9.59V5.83ZM12.8751 16.29L10.9951 18.17V14.41L12.8751 16.29Z",
key: "jauowa"
}
]
]);
export { BluetoothSearching as default };
//# sourceMappingURL=bluetooth_searching.js.map