UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 791 B
/** * @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 UnfoldMoreDouble = createIcon("UnfoldMoreDouble", [ [ "path", { d: "M12.0002 7.83L15.1702 11L16.5802 9.59L12.0002 5L7.41016 9.59L8.83016 11L12.0002 7.83ZM12.0002 2.83L15.1702 6L16.5802 4.59L12.0002 0L7.41016 4.59L8.83016 6L12.0002 2.83ZM12.0002 21.17L8.83016 18L7.42016 19.41L12.0002 24L16.5902 19.41L15.1702 18L12.0002 21.17ZM12.0002 16.17L8.83016 13L7.42016 14.41L12.0002 19L16.5902 14.41L15.1702 13L12.0002 16.17Z", key: "egh0pb" } ] ]); export { UnfoldMoreDouble as default }; //# sourceMappingURL=unfold_more_double.js.map