UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 882 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SearchInfo = /*#__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: "M17.25 10a7.25 7.25 0 1 0-2.68 5.63l4.9 4.9.08.07a.75.75 0 0 0 .98-1.13l-4.9-4.9A7.22 7.22 0 0 0 17.25 10zM11 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1 2c.41 0 .75.34.75.75v3.5a.75.75 0 0 1-1.5 0v-3.5c0-.41.34-.75.75-.75z" })); }); SearchInfo.displayName = 'SearchInfo'; export var SearchInfoDimensions = { height: 24, width: 24 };