@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 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: "M2 7.75A4.75 4.75 0 0 1 6.75 3h10C17.99 3 19 4 19 5.25v.25H7.75A3.25 3.25 0 0 0 4.5 8.75v2.34c-.94.17-1.8.58-2.5 1.17V7.75Zm8.43 11.2 1.54 1.55h7.78c1.24 0 2.25-1 2.25-2.25v-9.5c0-1.24-1-2.25-2.25-2.25h-12c-1.24 0-2.25 1-2.25 2.25V11a5.5 5.5 0 0 1 4.93 7.95ZM5.5 21c.97 0 1.87-.3 2.6-.83l2.62 2.61a.75.75 0 1 0 1.06-1.06l-2.61-2.61A4.5 4.5 0 1 0 5.5 21Zm0-1.5a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z"
}));
});
SlideMultipleSearch.displayName = 'SlideMultipleSearch';
export var SlideMultipleSearchDimensions = {
height: 24,
width: 24
};