google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 592 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 UnfoldLess = createIcon("UnfoldLess", [
[
"path",
{
d: "M7.41016 18.59L8.83016 20L12.0002 16.83L15.1702 20L16.5802 18.59L12.0002 14L7.41016 18.59ZM16.5902 5.41L15.1702 4L12.0002 7.17L8.83016 4L7.41016 5.41L12.0002 10L16.5902 5.41Z",
key: "7aimqt"
}
]
]);
export { UnfoldLess as default };
//# sourceMappingURL=unfold_less.js.map