@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Apps = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M20.84 2.66a2.25 2.25 0 0 0-3.18 0L13.5 6.8v-.56c0-1.24-1-2.25-2.25-2.25h-7A2.268 2.268 0 0 0 2 6.25v18c0 .97.78 1.75 1.75 1.75h18c1.24 0 2.25-1 2.25-2.25v-7c0-1.24-1-2.25-2.25-2.25h-.56l4.16-4.15c.88-.88.88-2.3 0-3.19l-4.5-4.5zm-7.34 8.03 3.8 3.81h-3.8v-3.8zM12 14.5H3.5V6.25c0-.41.34-.75.75-.75h7c.41 0 .75.34.75.75v8.25zM3.5 16H12v8.5H4.25a.75.75 0 0 1-.75-.75V16zm10 8.5V16h8.25c.41 0 .75.34.75.75v7c0 .42-.34.75-.75.75H13.5z"
}));
});
Apps.displayName = 'Apps';
export var AppsDimensions = {
height: 28,
width: 28
};