@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 944 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Bluetooth = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.58 2.1a1 1 0 0 1 1.07.14l7 6a1 1 0 0 1-.01 1.53L15.56 14l5.08 4.23a1 1 0 0 1 .01 1.53l-7 6A1 1 0 0 1 12 25v-8.03l-3.36 2.8a1 1 0 1 1-1.28-1.54L12 14.37v-.73L7.36 9.77a1 1 0 0 1 1.28-1.54l3.36 2.8V3a1 1 0 0 1 .58-.9ZM14 12.7 18.45 9 14 5.17v7.52Zm0 2.6v7.53L18.45 19 14 15.31Z"
}));
});
Bluetooth.displayName = 'Bluetooth';
export var BluetoothDimensions = {
height: 28,
width: 28
};