react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 479 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosPaperplaneOutline = void 0;
var iosPaperplaneOutline = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M96,249.6l116.6,51.3L269.8,416L416,96L96,249.6z M228.1,296.5l155.7-166.2L269.2,379.2L228.1,296.5z M381.8,128.3\r\n\tL216.8,285.4L134,249L381.8,128.3z"
},
"children": []
}]
};
exports.iosPaperplaneOutline = iosPaperplaneOutline;
;