google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 801 B
JavaScript
/**
* @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 SettingsBluetooth = createIcon("SettingsBluetooth", [
[
"path",
{
d: "M11.6445 24H13.6445V22H11.6445V24ZM7.64453 24H9.64453V22H7.64453V24ZM15.6445 24H17.6445V22H15.6445V24ZM18.3545 5.71L12.6445 0H11.6445V7.59L7.05453 3L5.64453 4.41L11.2345 10L5.64453 15.59L7.05453 17L11.6445 12.41V20H12.6445L18.3545 14.29L14.0545 10L18.3545 5.71ZM13.6445 3.83L15.5245 5.71L13.6445 7.59V3.83ZM15.5245 14.29L13.6445 16.17V12.41L15.5245 14.29Z",
key: "3f10y1"
}
]
]);
export { SettingsBluetooth as default };
//# sourceMappingURL=settings_bluetooth.js.map