@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 988 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlignLeft = /*#__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: "M6.5 5.25a1.25 1.25 0 1 1 2.5 0v37.5a1.25 1.25 0 1 1-2.5 0V5.25zM15.75 26a4.25 4.25 0 0 0-4.25 4.25v5.5c0 2.35 1.9 4.25 4.25 4.25h15C33.1 40 35 38.1 35 35.75v-5.5C35 27.9 33.1 26 30.75 26h-15zM11.5 12.25v5.5c0 2.35 1.9 4.25 4.25 4.25H38c2.35 0 4.25-1.9 4.25-4.25v-5.5C42.25 9.9 40.35 8 38 8H15.75a4.25 4.25 0 0 0-4.25 4.25z"
}));
});
AlignLeft.displayName = 'AlignLeft';
export var AlignLeftDimensions = {
height: 48,
width: 48
};