google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 714 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 ShieldMoon = createIcon("ShieldMoon", [
[
"path",
{
d: "M12 2L4 5V11.09C4 16.14 7.41 20.85 12 22C16.59 20.85 20 16.14 20 11.09V5L12 2ZM15.97 14.41C14.13 16.58 10.76 16.51 9.01 14.34C6.82 11.62 8.36 7.62 11.7 7.01C12.04 6.95 12.33 7.28 12.21 7.61C11.75 8.84 11.82 10.25 12.53 11.47C13.24 12.69 14.42 13.46 15.71 13.67C16.05 13.72 16.2 14.14 15.97 14.41Z",
key: "18o92l"
}
]
]);
export { ShieldMoon as default };
//# sourceMappingURL=shield_moon.js.map