@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 940 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarSearch = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14 11.5V6H7.33a4.5 4.5 0 0 1 1.23 5.44l2 2c.16.16.28.36.35.56h.59a2.5 2.5 0 0 0 2.5-2.5zm0-7A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5V5h12v-.5zm-7.4 7.8a3.5 3.5 0 1 1 .7-.7l2.55 2.55a.5.5 0 0 1-.7.7L6.6 12.3zM7 9.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0z"
}));
});
CalendarSearch.displayName = 'CalendarSearch';
export var CalendarSearchDimensions = {
height: 16,
width: 16
};