@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 982 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlignTop = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5.25 6.5a1.25 1.25 0 1 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5H5.25ZM26 15.75c0-2.35 1.9-4.25 4.25-4.25h5.5c2.35 0 4.25 1.9 4.25 4.25v15C40 33.1 38.1 35 35.75 35h-5.5A4.25 4.25 0 0 1 26 30.75v-15ZM12.25 11.5h5.5c2.35 0 4.25 1.9 4.25 4.25V38c0 2.35-1.9 4.25-4.25 4.25h-5.5A4.25 4.25 0 0 1 8 38V15.75c0-2.35 1.9-4.25 4.25-4.25Z"
}));
});
AlignTop.displayName = 'AlignTop';
export var AlignTopDimensions = {
height: 48,
width: 48
};