UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.07 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconSocialTwitterCircle = { name: 'IconSocialTwitterCircle', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--twitterCircle', 'IconSocialTwitterCircle'); 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: { 'fill-rule': 'evenodd', d: 'M5.184 5.705c-.277-.33-.49-.615-.49-.615h-.01.012c.072-.001.488-.008.987 0h.989l1.676 2.068.695-.686c.383-.375.855-.847 1.043-1.034l.347-.348h.597L8.633 7.488c0 .004.07.091.181.228.105.13.246.303.398.494.312.392.669.829.793.98l.001.001 1.327 1.64c.01.017-.16.017-.98.017h-.99l-.65-.793-.918-1.132-.276-.339-.036.036-.022.022c-.1.1-.52.528-1.012 1.012-.552.543-1.042 1.033-1.096 1.087l-.098.098H4.96c-.17 0-.285-.009-.285-.009 0-.005.206-.21.52-.522l.718-.717 1.337-1.337-.784-.971-.558-.688c-.286-.354-.56-.691-.725-.89m2.959 1.863c-.286-.348-.785-.963-1.106-1.364l-.017-.009-.589-.721h-.454c-.357 0-.437.008-.437.017q.01.01.433.533.726.9 2.687 3.309l.89 1.105h.455c.357 0 .446-.009.446-.018 0-.005-.163-.206-.406-.505l-.494-.609-.331-.41a314 314 0 0 0-1.077-1.328', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M8 1.18a6.78 6.78 0 1 0 0 13.56A6.78 6.78 0 0 0 8 1.18M2.748 7.96a5.252 5.252 0 1 1 10.504 0 5.252 5.252 0 0 1-10.504 0', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconSocialTwitterCircle;