UNPKG

@justeattakeaway/pie-icons-vue

Version:
53 lines (48 loc) 2.62 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 IconFanFestival = { name: 'IconFanFestival', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--fanFestival', 'IconFanFestival'); 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: 'M8.324 7.291 7.362 6.4s.7-.779.997-1.943c.315-1.242-.28-2.178-.306-2.222l1.094-.726c.035.06.945 1.443.48 3.263-.375 1.497-1.268 2.477-1.303 2.512v.008Z', }, }), h('path', { attrs: { d: 'm9.532 8.49-.92-.936C8.666 7.5 9.97 6.24 11.939 6.18l.035 1.313c-1.435.043-2.433.98-2.441.997Z', }, }), h('path', { attrs: { d: 'M10.232 9.531c.105.184.175.35.218.473-.498-.175-1.522-.788-2.712-1.978C6.6 6.88 6.005 5.9 5.83 5.41c.123.044.29.114.473.219.122-.149.42-.543.674-1.12-.814-.446-1.637-.674-2.17-.201a1.05 1.05 0 0 0-.237.332l-3.237 7.534a1.502 1.502 0 0 0 .306 1.654l.508.516c.288.297.682.446 1.076.446.21 0 .429-.044.63-.14l7.271-3.343s.026-.017.044-.017h.026v-.017a1.15 1.15 0 0 0 .298-.175c.148-.14.332-.386.34-.797.01-.411-.157-.892-.445-1.408a4.396 4.396 0 0 0-1.147.63l-.008.008Zm-6.93 3.929a.19.19 0 0 1-.22-.044l-.507-.516a.205.205 0 0 1-.043-.21l2.537-5.897c.455.743 1.103 1.522 1.741 2.16.193.193 1.208 1.182 2.293 1.838L3.302 13.46Z', }, }), h('path', { attrs: { d: 'M13.47 7.37a.665.665 0 1 0 0-1.33.665.665 0 0 0 0 1.33Z', }, }), h('path', { attrs: { d: 'M7.082 3.713a.665.665 0 1 0 0-1.33.665.665 0 0 0 0 1.33Z', }, }), h('path', { attrs: { d: 'M13.32 1.849c-.017.184-.105.831-.498 1.207 0 0-.578.49-1.06.298a.393.393 0 0 1-.174-.236l-1.216.612c.157.499 0 .936-.473 1.339H9.89l.858 1.006c.481-.402.787-.884.927-1.391.114.017.228.026.342.026.97 0 1.715-.7 1.723-.709.7-.673.858-1.645.893-2.03l-1.304-.122h-.009Z', }, })]); }, }; exports.default = IconFanFestival;