UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 651 B
/** * @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.355 7.71L12.645 2H11.645V9.59L7.05502 5L5.64502 6.41L11.235 12L5.64502 17.59L7.05502 19L11.645 14.41V22H12.645L18.355 16.29L14.055 12L18.355 7.71ZM13.645 5.83L15.525 7.71L13.645 9.59V5.83ZM15.525 16.29L13.645 18.17V14.41L15.525 16.29Z", key: "jr7cnj" } ] ]); export { Bluetooth as default }; //# sourceMappingURL=bluetooth.js.map