@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 984 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AppRecent = /*#__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: "M18 19.75c0 1.2-.93 2.17-2.1 2.24l-.15.01h-7.5c-1.2 0-2.17-.93-2.24-2.1L6 19.75V4.25c0-1.2.93-2.17 2.1-2.24L8.25 2h7.5c1.2 0 2.17.93 2.24 2.1l.01.15v15.5zM19 5h.75c1.2 0 2.17.93 2.24 2.1l.01.15v9.5c0 1.2-.93 2.17-2.1 2.24l-.15.01H19V5zM5 19h-.75c-1.2 0-2.17-.93-2.24-2.1L2 16.75v-9.5c0-1.2.93-2.17 2.1-2.24L4.25 5H5v14z"
}));
});
AppRecent.displayName = 'AppRecent';
export var AppRecentDimensions = {
height: 24,
width: 24
};