@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentTableSearch = /*#__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 25"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M10.47 19.5h4.78c.97 0 1.75-.78 1.75-1.75v-4c0-.97-.78-1.75-1.75-1.75h-6.5c-.24 0-.47.05-.68.14A5.48 5.48 0 0 0 4 11.7V4.5c0-1.1.9-2 2-2h6v6c0 1.1.9 2 2 2h6v10a2 2 0 0 1-2 2h-5.02c-.05-.36-.21-.7-.5-.99l-2-2.01Zm5.03-3v1.25c0 .14-.11.25-.25.25H11.5v-1.5h4Zm-4-1.5v-1.5h3.75c.14 0 .25.11.25.25V15h-4Zm2-12v5.5c0 .28.22.5.5.5h5.5l-6-6ZM9.17 19.6a4.5 4.5 0 1 0-1.06 1.06l2.61 2.62a.75.75 0 1 0 1.06-1.06l-2.61-2.61ZM8.5 17a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
}));
});
DocumentTableSearch.displayName = 'DocumentTableSearch';
export var DocumentTableSearchDimensions = {
height: 25,
width: 24
};