UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 654 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 BluetoothDisabled = createIcon("BluetoothDisabled", [ [ "path", { d: "M13 5.83L14.88 7.71L13.28 9.31L14.69 10.72L17.71 7.7L12 2H11V7.03L13 9.03V5.83ZM5.41 4L4 5.41L10.59 12L5 17.59L6.41 19L11 14.41V22H12L16.29 17.71L18.59 20L20 18.59L5.41 4ZM13 18.17V14.41L14.88 16.29L13 18.17Z", key: "bcbiip" } ] ]); export { BluetoothDisabled as default }; //# sourceMappingURL=bluetooth_disabled.js.map