UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.09 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 MediaBluetoothOff = createIcon("MediaBluetoothOff", [ [ "path", { d: "M9.30531 5.46547V2.29547H15.3053V6.29547H11.3053V7.46547L9.30531 5.46547ZM19.7253 14.2955L22.3053 16.8655L21.5053 17.6655L14.7253 10.8855L15.5253 10.0855L18.2753 12.8355V8.29547H18.8753L22.3053 11.7255L19.7253 14.2955ZM19.4753 12.8455L20.6053 11.7155L19.4753 10.5855V12.8455ZM21.4953 20.4855L20.0853 21.8955L16.1053 17.9155L15.5253 18.4955L14.6753 17.6455L15.2553 17.0655L11.3053 13.1255V16.2955C11.3053 18.5055 9.52531 20.2955 7.31531 20.2955C5.10531 20.2955 3.30531 18.5055 3.30531 16.2955C3.30531 14.0855 5.09531 12.2955 7.31531 12.2955C8.04531 12.2955 8.72531 12.5055 9.31531 12.8455V11.1255L1.69531 3.51547L3.10531 2.10547L21.4953 20.4855Z", key: "14qljg" } ] ]); export { MediaBluetoothOff as default }; //# sourceMappingURL=media_bluetooth_off.js.map