google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 448 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 South = createIcon("South", [
[
"path",
{ d: "M19 15L17.59 13.59L13 18.17V2H11V18.17L6.41 13.58L5 15L12 22L19 15Z", key: "11xfg6" }
]
]);
export { South as default };
//# sourceMappingURL=south.js.map