UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const MilitaryRank = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-military-rank", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12.555 2.168l6 4A1 1 0 0119 7v12a3 3 0 01-3 3H8a3 3 0 01-3-3V7a1 1 0 01.445-.832l6-4a1 1 0 011.11 0m-.108 12.938a1 1 0 00-.894 0l-2 1a1 1 0 00-.447 1.341l.058.102a1 1 0 001.283.345L12 17.118l1.553.776a1 1 0 00.894-1.788zm0-4a1 1 0 00-.894 0l-2 1a1 1 0 00-.447 1.341l.058.102a1 1 0 001.283.345L12 13.118l1.553.776a1 1 0 00.894-1.788zm0-4a1 1 0 00-.894 0l-2 1a1 1 0 00-.447 1.341l.058.102a1 1 0 001.283.345L12 9.118l1.553.776a1 1 0 00.894-1.788z" })); exports.default = MilitaryRank;