@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SlideMultipleSearch = /*#__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: "M5.25 3A3.25 3.25 0 0 0 2 6.25v6c.7-.58 1.56-.99 2.5-1.16V8.75c0-1.8 1.46-3.25 3.25-3.25H19v-.25C19 4.01 18 3 16.75 3H5.25zm14.5 17.5h-7.78l-1.54-1.55A5.5 5.5 0 0 0 5.5 11V8.75c0-1.24 1-2.25 2.25-2.25h12c1.24 0 2.25 1 2.25 2.25v9.5c0 1.24-1 2.25-2.25 2.25zm-11.64-.33a4.5 4.5 0 1 1 1.06-1.06l2.61 2.61a.75.75 0 1 1-1.06 1.06l-2.61-2.61zM2.5 16.5a3 3 0 1 0 6 0 3 3 0 0 0-6 0z"
}));
});
SlideMultipleSearch.displayName = 'SlideMultipleSearch';
export var SlideMultipleSearchDimensions = {
height: 24,
width: 24
};