google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 466 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 SouthEast = createIcon("SouthEast", [
[
"path",
{ d: "M19.5 9.5H17.5V16.09L5.91 4.5L4.5 5.91L16.09 17.5H9.5V19.5H19.5V9.5Z", key: "sb4c9c" }
]
]);
export { SouthEast as default };
//# sourceMappingURL=south_east.js.map