@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 924 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Class = /*#__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.25 2A2.75 2.75 0 0 1 20 4.75v14.5A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25V4.75A2.75 2.75 0 0 1 6.75 2h.3v8.17c0 .75.78 1.01 1.31.74l.09-.06 2.1-1.2 2.13 1.23c.45.31 1.26.1 1.35-.59l.01-.12V2h3.21Zm-4.7 0v7.08l-1.63-.94a.93.93 0 0 0-.8.03l-.1.06-1.48.85V2h4Z"
}));
});
Class.displayName = 'Class';
export var ClassDimensions = {
height: 24,
width: 24
};