google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 675 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 MilitaryTech = createIcon("MilitaryTech", [
[
"path",
{
d: "M17 10.43V2H7V10.43C7 10.78 7.18 11.11 7.49 11.29L11.67 13.8L10.68 16.14L7.27 16.43L9.86 18.67L9.07 22L12 20.23L14.93 22L14.15 18.67L16.74 16.43L13.33 16.14L12.34 13.8L16.52 11.29C16.82 11.11 17 10.79 17 10.43ZM13 12.23L12 12.83L11 12.23V3H13V12.23Z",
key: "1g26n1"
}
]
]);
export { MilitaryTech as default };
//# sourceMappingURL=military_tech.js.map