@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 AlignDistributeBottom = /*#__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: "M14.5 15a.5.5 0 0 0 0-1h-13a.5.5 0 0 0 0 1h13Zm0-7a.5.5 0 0 0 0-1h-13a.5.5 0 0 0 0 1h13ZM3 3.5C3 2.67 3.67 2 4.5 2h7c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5h-7A1.5 1.5 0 0 1 3 4.5v-1ZM6.5 9C5.67 9 5 9.67 5 10.5v1c0 .83.67 1.5 1.5 1.5h3c.83 0 1.5-.67 1.5-1.5v-1c0-.83-.67-1.5-1.5-1.5h-3Z"
}));
});
AlignDistributeBottom.displayName = 'AlignDistributeBottom';
export var AlignDistributeBottomDimensions = {
height: 16,
width: 16
};