@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.5 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconRocketShip = {
name: 'IconRocketShip',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--rocketShip', 'IconRocketShip');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'm14.659 1.814-.097-.377-.376-.096A6.32 6.32 0 0 0 7.834 3.24L6.478 4.596a.2.2 0 0 1-.158.061H4.141a1.24 1.24 0 0 0-.98.368L1.954 6.25l7.796 7.752 1.207-1.199a1.28 1.28 0 0 0 .368-.953V9.636a.25.25 0 0 1 .061-.157l1.357-1.357a6.29 6.29 0 0 0 1.916-6.308m-2.87 5.38-1.357 1.357c-.282.29-.442.68-.446 1.085v2.24l-.28.271L3.818 6.25l.288-.28H6.32a1.52 1.52 0 0 0 1.085-.446l1.356-1.357a5.06 5.06 0 0 1 4.708-1.645 5.03 5.03 0 0 1-1.68 4.673m-.796-2.187a1.138 1.138 0 1 1-1.611 1.608 1.138 1.138 0 0 1 1.61-1.608M4.5 10.625 1.945 13.25 1 12.305 3.625 9.75zm.875.875.875.875-1.68 1.75-.945-.945z',
},
})]);
},
};
exports.default = IconRocketShip;