google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 666 B
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 Bluetooth = createIcon("Bluetooth", [
[
"path",
{
d: "M18.3545 7.71L12.6445 2H11.6445V9.59L7.05453 5L5.64453 6.41L11.2345 12L5.64453 17.59L7.05453 19L11.6445 14.41V22H12.6445L18.3545 16.29L14.0545 12L18.3545 7.71ZM13.6445 5.83L15.5245 7.71L13.6445 9.59V5.83ZM15.5245 16.29L13.6445 18.17V14.41L15.5245 16.29Z",
key: "1puqp6"
}
]
]);
export { Bluetooth as default };
//# sourceMappingURL=bluetooth.js.map