@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 468 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var AlignHorizontalRight = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
}), /*#__PURE__*/React.createElement("path", {
d: "M20,2h2v20h-2V2z M2,10h16V7H2V10z M8,17h10v-3H8V17z"
})),
name: 'AlignHorizontalRight'
});
export default AlignHorizontalRight;