@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 998 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentSearch = /*#__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: "M13 8V2H7a2 2 0 0 0-2 2v5.3a6 6 0 0 1 8.2 8.18l3.54 3.53c.28.28.44.63.5.99H19a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2Zm1.97 14.78a.75.75 0 1 0 1.06-1.06l-4.11-4.11a4.98 4.98 0 0 0-.35-6.61A4.98 4.98 0 0 0 3 14.5a5 5 0 0 0 7.82 4.13l4.15 4.15ZM8 11a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm6.5-3V2.5l6 6H15a.5.5 0 0 1-.5-.5Z"
}));
});
DocumentSearch.displayName = 'DocumentSearch';
export var DocumentSearchDimensions = {
height: 24,
width: 24
};