@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 463 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var AlignHorizontalLeft = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
}), /*#__PURE__*/React.createElement("path", {
d: "M4,22H2V2h2V22z M22,7H6v3h16V7z M16,14H6v3h10V14z"
})),
name: 'AlignHorizontalLeft'
});
export default AlignHorizontalLeft;