@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M24.8 2.95a3.25 3.25 0 0 0-4.59 0L17 6.17A3.25 3.25 0 0 0 13.75 3h-7.5A3.25 3.25 0 0 0 3 6.25v19.5C3 27.55 4.46 29 6.25 29h19.5c1.8 0 3.25-1.46 3.25-3.25v-7.5c0-1.76-1.4-3.2-3.16-3.25l3.21-3.2a3.25 3.25 0 0 0 0-4.6l-4.24-4.25ZM17 12.82 19.18 15H17v-2.18ZM15 15H5V6.25C5 5.56 5.56 5 6.25 5h7.5c.69 0 1.25.56 1.25 1.25V15ZM5 17h10v10H6.25C5.56 27 5 26.44 5 25.75V17Zm12 10V17h8.75c.69 0 1.25.56 1.25 1.25v7.5c0 .69-.56 1.25-1.25 1.25H17Z"
}));
});
Apps.displayName = 'Apps';
export var AppsDimensions = {
height: 32,
width: 32
};