google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 704 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 Mode = createIcon("Mode", [
[
"path",
{
d: "M2.99902 17.2515V21.0015H6.74902L17.809 9.94152L14.059 6.19152L2.99902 17.2515Z",
key: "1rkvwp"
}
],
[
"path",
{
d: "M20.709 5.63152L18.369 3.29152C17.979 2.90152 17.349 2.90152 16.959 3.29152L15.129 5.12152L18.879 8.87152L20.709 7.04152C21.099 6.65152 21.099 6.02152 20.709 5.63152Z",
key: "183h7a"
}
]
]);
export { Mode as default };
//# sourceMappingURL=mode.js.map