@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BluetoothConnected = /*#__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: "M10 9.1V4a1 1 0 0 1 1.66-.76l.08.08 4.57 4.95a1 1 0 0 1 0 1.37l-.1.08L13.49 12l2.74 2.28a1 1 0 0 1 .17 1.35l-.08.1-4.57 4.95a1 1 0 0 1-1.73-.57V14.9l-.64.53A1 1 0 0 1 8 13.98l.1-.09L10 12.3v-.59l-1.93-1.6A1 1 0 0 1 9.25 8.5l.1.07.65.54V4v5.1Zm2 4.27v4.07l2.13-2.3L12 13.37ZM17 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM6 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm6-4.44v4.07l2.13-1.77L12 6.56Z"
}));
});
BluetoothConnected.displayName = 'BluetoothConnected';
export var BluetoothConnectedDimensions = {
height: 24,
width: 24
};