UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 691 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 BluetoothConnected = createIcon("BluetoothConnected", [ [ "path", { d: "M7 12L5 10L3 12L5 14L7 12ZM17.71 7.71L12 2H11V9.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L11 14.41V22H12L17.71 16.29L13.41 12L17.71 7.71ZM13 5.83L14.88 7.71L13 9.59V5.83ZM14.88 16.29L13 18.17V14.41L14.88 16.29ZM19 10L17 12L19 14L21 12L19 10Z", key: "y53yyw" } ] ]); export { BluetoothConnected as default }; //# sourceMappingURL=bluetooth_connected.js.map