UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 2.85 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.BluetoothSearchingDimensions = exports.BluetoothSearching = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var React = _interopRequireWildcard(require("react")); var _styledIcon = require("@styled-icons/styled-icon"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } var BluetoothSearching = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({ 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" })); }); exports.BluetoothSearching = BluetoothSearching; BluetoothSearching.displayName = 'BluetoothSearching'; var BluetoothSearchingDimensions = { height: 24, width: 24 }; exports.BluetoothSearchingDimensions = BluetoothSearchingDimensions;