UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BluetoothSearching = /*#__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.37zm7.88-6.13a1 1 0 0 1 1.41.11 7.14 7.14 0 0 1 0 9.3 1 1 0 0 1-1.53-1.3 5.14 5.14 0 0 0 0-6.7 1 1 0 0 1 .12-1.41zm-2.26 2a1 1 0 0 1 1.4.11 4.07 4.07 0 0 1 0 5.3 1 1 0 0 1-1.52-1.3 2.07 2.07 0 0 0 0-2.7 1 1 0 0 1 .12-1.41zM12 6.56v4.07l2.12-1.77L12 6.56z" })); }); BluetoothSearching.displayName = 'BluetoothSearching'; export var BluetoothSearchingDimensions = { height: 24, width: 24 };