@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SlideSearch = /*#__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: "M5.25 4A3.25 3.25 0 0 0 2 7.25v6.56A6.48 6.48 0 0 1 9.97 13h10.28a.75.75 0 0 1 0 1.5h-8.63c.57.73.99 1.57 1.2 2.5h5.43a.75.75 0 0 1 0 1.5H13c0 1.16-.3 2.25-.84 3.19L14.47 24h8.28c1.8 0 3.25-1.45 3.25-3.25V7.25C26 5.45 24.55 4 22.75 4H5.25zM7 9.75c0-.41.34-.75.75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7 9.75z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.88 21.82a5.5 5.5 0 1 0-1.06 1.06l2.9 2.9a.75.75 0 1 0 1.06-1.06l-2.9-2.9zm-.38-3.32a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"
}));
});
SlideSearch.displayName = 'SlideSearch';
export var SlideSearchDimensions = {
height: 28,
width: 28
};