react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 503 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.shield = void 0;
var shield = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M17.604,3.332C12.99,4,12.075,2.833,10,1C7.925,2.833,7.01,4,2.396,3.332C-0.063,15.58,10,19,10,19\r\n\tS20.063,15.58,17.604,3.332z M12.473,13.309L10,12.009l-2.472,1.3L8,10.556L6,8.606l2.764-0.401L10,5.7l1.236,2.505L14,8.606\r\n\tl-2,1.949L12.473,13.309z"
}
}]
};
exports.shield = shield;
;