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