@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 966 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 0C6.76 0 3.148 2.49 3.148 12S6.76 24 12 24s8.852-2.49 8.852-12S17.24 0 12 0zm-.777 1.682 6.214 6.215L13.335 12l4.104 4.104-6.215 6.214v-8.193l-3.418 3.42-1.243-1.244L10.852 12l-4.29-4.3 1.243-1.245 3.418 3.42V1.682zm1.748 4.244v3.969l1.984-1.985-1.984-1.984zm0 8.181v3.967l1.984-1.984-1.984-1.983Z"
}));
});
Bluetooth.displayName = 'Bluetooth';
export var BluetoothDimensions = {
height: 24,
width: 24
};