react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 760 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.plane = void 0;
var plane = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M19.996 13.507l-5.996-3.426v-5.956c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5v5.956l-5.996 3.426c-.439.251-.622.79-.426 1.256.197.466.711.713 1.196.573l5.226-1.492v4.451l-1.625 1.3c-.387.31-.488.856-.239 1.284s.776.608 1.235.425l2.129-.852 2.129.852c.121.048.247.071.371.071.347 0 .681-.181.864-.497.249-.428.147-.975-.239-1.284l-1.625-1.3v-4.451l5.226 1.493.274.039c.394 0 .762-.233.922-.612.196-.466.014-1.005-.426-1.256zm-7.496-9.132c-.276 0-.5-.224-.5-.5s.224-.5.5-.5.5.224.5.5-.224.5-.5.5z"
},
"children": []
}]
};
exports.plane = plane;
;