react-icons-kit
Version:
React Icons Kit using various Svg Icon set
29 lines (28 loc) • 735 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.flag = void 0;
var flag = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M0 0h2v16h-2v-16z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M13 10.047c1.291 0 2.415-0.312 3-0.773v-8c-0.585 0.461-1.709 0.773-3 0.773s-2.415-0.312-3-0.773v8c0.585 0.461 1.709 0.773 3 0.773z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M9.5 0.508c-0.733-0.312-1.805-0.508-3-0.508-1.506 0-2.818 0.312-3.5 0.773v8c0.682-0.461 1.994-0.773 3.5-0.773 1.195 0 2.267 0.197 3 0.508v-8z"
}
}]
};
exports.flag = flag;
;