UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.17 kB
/** * @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 PhoneBluetoothSpeaker = createIcon("PhoneBluetoothSpeaker", [ [ "path", { d: "M20 16.5C18.75 16.5 17.55 16.3 16.43 15.93C16.33 15.9 16.22 15.88 16.12 15.88C15.86 15.88 15.61 15.98 15.41 16.17L13.21 18.37C10.38 16.93 8.06 14.62 6.62 11.78L8.82 9.57C9.1 9.31 9.18 8.92 9.07 8.57C8.7 7.45 8.5 6.25 8.5 5C8.5 4.45 8.05 4 7.5 4H4C3.45 4 3 4.45 3 5C3 14.39 10.61 22 20 22C20.55 22 21 21.55 21 21V17.5C21 16.95 20.55 16.5 20 16.5ZM5.03 6H6.53C6.6 6.88 6.75 7.75 6.98 8.58L5.78 9.79C5.38 8.58 5.12 7.32 5.03 6ZM19 19.97C17.68 19.88 16.4 19.62 15.2 19.21L16.4 18.01C17.25 18.25 18.12 18.4 19 18.46V19.97ZM14.71 10.5L17 8.21V12H17.5L20.35 9.15L18.21 7L20.36 4.85L17.5 2H17V5.79L14.71 3.5L14 4.21L16.79 7L14 9.79L14.71 10.5ZM18 3.91L18.94 4.85L18 5.79V3.91ZM18 8.21L18.94 9.15L18 10.09V8.21Z", key: "1ufx0n" } ] ]); export { PhoneBluetoothSpeaker as default }; //# sourceMappingURL=phone_bluetooth_speaker.js.map