google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 591 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 UnfoldMore = createIcon("UnfoldMore", [
[
"path",
{
d: "M12.0002 5.83L15.1702 9L16.5802 7.59L12.0002 3L7.41016 7.59L8.83016 9L12.0002 5.83ZM12.0002 18.17L8.83016 15L7.42016 16.41L12.0002 21L16.5902 16.41L15.1702 15L12.0002 18.17Z",
key: "1hgj27"
}
]
]);
export { UnfoldMore as default };
//# sourceMappingURL=unfold_more.js.map