google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 577 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 Merge = createIcon("Merge", [
[
"path",
{
d: "M6.41 21L5 19.59L9.83 14.76C10.58 14.01 11 12.99 11 11.93V6.83L9.41 8.41L8 7L12 3L16 7L14.59 8.41L13 6.83V11.93C13 12.99 13.42 14.01 14.17 14.76L19 19.59L17.59 21L12 15.41L6.41 21Z",
key: "6sxgme"
}
]
]);
export { Merge as default };
//# sourceMappingURL=merge.js.map