@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 998 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlignDistributeLeft = /*#__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: "M1 14.5a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-1 0v13Zm7 0a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-1 0v13ZM4.5 13A1.5 1.5 0 0 1 3 11.5v-7C3 3.67 3.67 3 4.5 3h1C6.33 3 7 3.67 7 4.5v7c0 .83-.67 1.5-1.5 1.5h-1ZM10 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-1c-.83 0-1.5.67-1.5 1.5v3Z"
}));
});
AlignDistributeLeft.displayName = 'AlignDistributeLeft';
export var AlignDistributeLeftDimensions = {
height: 16,
width: 16
};