@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 432 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var East = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
}), /*#__PURE__*/React.createElement("path", {
d: "M15,5l-1.41,1.41L18.17,11H2V13h16.17l-4.59,4.59L15,19l7-7L15,5z"
})),
name: 'East'
});
export default East;