@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AppGeneric = /*#__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: "M17.75 3h.18A3.25 3.25 0 0 1 21 6.08v11.86A3.25 3.25 0 0 1 17.94 21l-.19.01H6.25a3.25 3.25 0 0 1-3.24-3.07L3 17.75V6.25a3.25 3.25 0 0 1 3.07-3.24L6.25 3h11.5zM19 8H5v9.75c0 .65.5 1.18 1.12 1.24l.13.01h11.63a1.25 1.25 0 0 0 1.11-1.12l.01-.13V8zm-8.75 1.5c.38 0 .7.28.74.65l.01.1v7c0 .38-.28.7-.65.74l-.1.01h-3.5a.75.75 0 0 1-.74-.65l-.01-.1v-7c0-.38.28-.7.65-.74l.1-.01h3.5zM9.5 11h-2v5.5h2V11zm6.75 1.5a.75.75 0 0 1 .1 1.5h-3.6a.75.75 0 0 1-.1-1.49h3.6zm1-3a.75.75 0 0 1 .1 1.5h-4.6a.75.75 0 0 1-.1-1.5h4.6z"
}));
});
AppGeneric.displayName = 'AppGeneric';
export var AppGenericDimensions = {
height: 24,
width: 24
};