@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 TableSearch = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M13 17h1.5a2.5 2.5 0 0 0 2.5-2.5V13h-4v4ZM13 12V8h4v4h-4ZM12 12H8.74A4.5 4.5 0 0 0 8 10.67V8h4v4ZM8.56 15.44 10.12 17H12v-4H8.97a4.55 4.55 0 0 1-.4 2.44ZM4.5 9c.93 0 1.78.28 2.5.76V8H3v1.26A4.5 4.5 0 0 1 4.5 9ZM13 7h4V5.5A2.5 2.5 0 0 0 14.5 3H13v4ZM12 3v4H8V3h4ZM7 3v4H3V5.5A2.5 2.5 0 0 1 5.5 3H7Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M4.5 17c.79 0 1.51-.26 2.1-.7l2.55 2.55a.5.5 0 1 0 .7-.7L7.3 15.6A3.5 3.5 0 1 0 4.5 17Zm0-1a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z"
}));
});
TableSearch.displayName = 'TableSearch';
export var TableSearchDimensions = {
height: 20,
width: 20
};