google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 443 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const East = createIcon("East", [
[
"path",
{ d: "M15 5L13.59 6.41L18.17 11H2V13H18.17L13.58 17.59L15 19L22 12L15 5Z", key: "utvh8i" }
]
]);
export { East as default };
//# sourceMappingURL=east.js.map