@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 996 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BluetoothDisabled = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3.28 2.22a.75.75 0 1 0-1.06 1.06L10 11.06v1.24l-1.9 1.6a1 1 0 1 0 1.28 1.53l.64-.54V20a1 1 0 0 0 1.73.68l3.78-4.1 5.2 5.2a.75.75 0 0 0 1.06-1.06L3.28 2.22zm8.73 10.85 2.1 2.1-2.1 2.27v-4.37zM16.22 9.72l-1.81 1.5-1.42-1.41 1.14-.95L12 6.56v2.26l-2-2V4a1 1 0 0 1 1.73-.68l4.57 4.95a1 1 0 0 1-.1 1.45z"
}));
});
BluetoothDisabled.displayName = 'BluetoothDisabled';
export var BluetoothDisabledDimensions = {
height: 24,
width: 24
};