UNPKG

@justeattakeaway/pie-icons-vue

Version:
34 lines (29 loc) 1.8 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 IconSocialTwitterStaticLarge = { name: 'IconSocialTwitterStaticLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--twitterStaticLarge', 'IconSocialTwitterStaticLarge'); 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: { fill: '#242E30', d: 'M3.02 4.73s.86 1.1 1.92 2.41 3.33 4.1 5.03 6.19l3.09 3.81-.2.21c-.11.11-2.39 2.37-5.05 5.02-2.66 2.65-4.85 4.84-4.86 4.86-.01.02.45.04 1.12.04h1.14l.37-.38c.21-.21 2.15-2.13 4.31-4.28l4.07-4.05.13-.14 1.07 1.32c.59.72 2.21 2.72 3.6 4.44l2.54 3.11h3.88c3.23 0 3.87 0 3.85-.06-.02-.04-1-1.26-2.19-2.72-1.19-1.46-2.55-3.13-3.02-3.71-.48-.58-1.87-2.31-3.11-3.83-1.24-1.53-2.26-2.8-2.26-2.82 0-.03 6.56-6.59 8.79-8.78l.64-.63h-2.34L24.18 6.1c-.75.75-2.58 2.58-4.08 4.06l-2.71 2.7-3.29-4.05-3.3-4.05-3.88-.02c-2.13-.01-3.89 0-3.91 0l.01-.01Zm9.19 4.36c1.27 1.57 3.23 3.97 4.35 5.36 1.12 1.38 3.62 4.45 5.54 6.82 1.93 2.37 3.52 4.34 3.55 4.37.03.04-.35.06-1.73.06h-1.77l-3.51-4.32C10.54 11.42 6.45 6.39 6.41 6.31c-.03-.04.33-.06 1.73-.06h1.77l2.31 2.84h-.01Z', }, })]); }, }; exports.default = IconSocialTwitterStaticLarge;