@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 599 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const BluetoothIconConfig = {
name: 'BluetoothIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"},
rhUiIcon: null,
};
export const BluetoothIcon = createIconBase(BluetoothIconConfig);
export default BluetoothIcon;