@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 991 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlignRight = /*#__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: "M41.5 5.25a1.25 1.25 0 1 0-2.5 0v37.5a1.25 1.25 0 1 0 2.5 0V5.25zM32.25 26c2.35 0 4.25 1.9 4.25 4.25v5.5c0 2.35-1.9 4.25-4.25 4.25h-15A4.25 4.25 0 0 1 13 35.75v-5.5C13 27.9 14.9 26 17.25 26h15zm4.25-13.75v5.5c0 2.35-1.9 4.25-4.25 4.25H10a4.25 4.25 0 0 1-4.25-4.25v-5.5C5.75 9.9 7.65 8 10 8h22.25c2.35 0 4.25 1.9 4.25 4.25z"
}));
});
AlignRight.displayName = 'AlignRight';
export var AlignRightDimensions = {
height: 48,
width: 48
};