@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.61 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconRocketShipLarge = {
name: 'IconRocketShipLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--rocketShipLarge', 'IconRocketShipLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'm27.016 5.631-.13-.498-.5-.132c-4.12-1.05-7.875.07-11.138 3.343l-3.115 3.115a.7.7 0 0 1-.508.166H7.696a2.04 2.04 0 0 0-1.54.578l-1.95 1.986L17.75 27.743l1.951-1.952a2.02 2.02 0 0 0 .578-1.496v-3.981a.7.7 0 0 1 .201-.499l3.115-3.115c3.308-3.325 4.454-7.026 3.421-11.069m-4.646 9.835-3.115 3.16a2.43 2.43 0 0 0-.717 1.75v4.033a.3.3 0 0 1-.062.21l-.726.656L6.673 14.19l.717-.718a.34.34 0 0 1 .263-.06h3.972a2.47 2.47 0 0 0 1.75-.718l3.115-3.107c2.66-2.677 5.635-3.683 8.951-3.01.665 3.247-.34 6.16-3.07 8.89m-4.462-5.433a2.878 2.878 0 1 0 4.077 0 2.957 2.957 0 0 0-4.077 0m2.835 2.835a1.129 1.129 0 0 1-1.593-1.593 1.12 1.12 0 0 1 1.593 0 1.11 1.11 0 0 1 0 1.593m-11.664 8.67-3.833 3.833-1.242-1.242 3.832-3.833zm1.382 1.383 1.243 1.243-2.52 2.52L7.94 25.44z',
},
})]);
},
};
export { IconRocketShipLarge as default };