@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlignDistributeRight = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15 1.5a.5.5 0 0 0-1 0v13a.5.5 0 1 0 1 0v-13Zm-7 0a.5.5 0 0 0-1 0v13a.5.5 0 1 0 1 0v-13ZM3.5 13A1.5 1.5 0 0 1 2 11.5v-7C2 3.67 2.67 3 3.5 3h1C5.33 3 6 3.67 6 4.5v7c0 .83-.67 1.5-1.5 1.5h-1ZM9 9.5c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-1C9.67 5 9 5.67 9 6.5v3Z"
}));
});
AlignDistributeRight.displayName = 'AlignDistributeRight';
export var AlignDistributeRightDimensions = {
height: 16,
width: 16
};