UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.16 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 IconCannabisLarge = { name: 'IconCannabisLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cannabisLarge', 'IconCannabisLarge'); 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: 'M22.562 19.727c3.772-3.132 5.557-7.113 5.644-7.297l.613-1.391-1.558.227c-3.526.517-6.335 2.074-7.945 3.177-.096-2.844-.884-5.845-2.511-9.67l-.814-1.898-.814 1.907c-1.627 3.824-2.415 6.825-2.51 9.66-1.61-1.102-4.42-2.66-7.946-3.176l-1.557-.227.612 1.391c.088.193 1.881 4.174 5.644 7.297a18.948 18.948 0 0 0-4.559 1.567l-1.234.612 1.103.814c2.502 1.846 5.355 2.144 7.087 2.135l-2.073 4.113 5.355-2.136v2.31h1.75v-2.31l5.355 2.136-2.074-4.113c1.741.026 4.585-.289 7.087-2.135l1.103-.814-1.234-.612a19.34 19.34 0 0 0-4.559-1.567h.035Zm1.934 2.608c-2.791 1.19-5.591.726-5.626.726l-1.698-.306 1.287 2.546c.07.14-.08.289-.228.228l-2.222-.884-2.223.884c-.149.061-.297-.088-.227-.228l1.286-2.546-1.698.306s-2.826.482-5.626-.717c-.14-.062-.131-.271.018-.315 2.292-.805 4.112-.91 4.13-.91l2.607-.131-2.17-1.41c-2.695-1.75-4.567-4.208-5.626-5.897-.088-.131.052-.297.21-.245 3.78 1.138 6.282 3.378 6.317 3.404l1.628 1.479-.158-2.144c-.183-2.511.237-5.066 1.365-8.242.053-.15.29-.15.342 0 1.128 3.176 1.548 5.73 1.365 8.242l-.15 2.144 1.628-1.479s2.53-2.266 6.318-3.404c.149-.043.289.114.21.245-1.059 1.68-2.923 4.139-5.635 5.898l-2.161 1.409 2.607.13s1.838.106 4.13.91c.149.053.158.263.018.316l-.018-.009Z', }, })]); }, }; exports.default = IconCannabisLarge;