UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.78 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconRocketShipLarge = { name: 'IconRocketShipLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--rocketShipLarge', 'IconRocketShipLarge'); return h('svg', helper.default([{ 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.708.708 0 0 1-.508.166H7.696a2.039 2.039 0 0 0-1.54.578l-1.95 1.986L17.75 27.743l1.951-1.952a2.021 2.021 0 0 0 .578-1.496v-3.981a.69.69 0 0 1 .201-.499l3.115-3.115c3.308-3.325 4.454-7.026 3.421-11.069Zm-4.646 9.835-3.115 3.16a2.433 2.433 0 0 0-.717 1.75v4.033a.288.288 0 0 1-.062.21l-.726.656L6.673 14.19l.717-.718a.34.34 0 0 1 .263-.06h3.972a2.467 2.467 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.89Zm-4.462-5.433a2.878 2.878 0 1 0 4.077 0 2.957 2.957 0 0 0-4.077 0Zm2.835 2.835a1.129 1.129 0 0 1-1.593-1.593 1.121 1.121 0 0 1 1.593 0 1.111 1.111 0 0 1 0 1.593Zm-11.664 8.67-3.833 3.833-1.242-1.242 3.832-3.833L9.08 21.54Zm1.382 1.383 1.243 1.243-2.52 2.52L7.94 25.44l2.52-2.52Z', }, })]); }, }; exports.default = IconRocketShipLarge;