google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 503 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 ExpandMore = createIcon("ExpandMore", [
[
"path",
{
d: "M16.59 8.29492L12 12.8749L7.41 8.29492L6 9.70492L12 15.7049L18 9.70492L16.59 8.29492Z",
key: "1h4imv"
}
]
]);
export { ExpandMore as default };
//# sourceMappingURL=expand_more.js.map