UNPKG

@justeattakeaway/pie-icons-vue

Version:
35 lines (30 loc) 2.06 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 IconSocialTwitterCircleFilled = { name: 'IconSocialTwitterCircleFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--twitterCircleFilled', 'IconSocialTwitterCircleFilled'); 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: 'M14.78 7.96a6.78 6.78 0 1 1-13.56 0 6.78 6.78 0 0 1 13.56 0ZM4.826 5.42c-.311-.372-.553-.693-.553-.693h-.01.013c.082-.002.55-.01 1.112 0h1.115l1.889 2.33.783-.773c.432-.422.964-.954 1.175-1.165l.392-.392h.673l-.18.18-2.522 2.522c0 .005.08.103.205.257.118.146.277.342.448.556.352.442.753.935.894 1.105l.864 1.065c.122.152.239.294.337.415.176.215.296.362.296.368.01.02-.181.02-1.105.02H9.537l-.733-.893c-.327-.4-.694-.854-.911-1.123l-.124-.153-.311-.382-.04.04-.025.025c-.112.114-.587.596-1.14 1.14-.624.613-1.176 1.166-1.236 1.226l-.11.11h-.332c-.191 0-.322-.01-.322-.01 0-.006.233-.237.586-.588.23-.228.51-.507.81-.808l1.447-1.446.06-.06-.884-1.095c-.196-.24-.415-.512-.629-.776-.322-.398-.63-.778-.817-1.002Zm3.335 2.1A193.77 193.77 0 0 1 6.915 5.98l-.02-.01-.663-.813H5.72c-.402 0-.492.01-.492.02a1890.391 1890.391 0 0 0 3.516 4.33l1.004 1.245h.512c.402 0 .502-.01.502-.02 0-.007-.185-.235-.462-.575l-.552-.681-.372-.46c-.468-.58-.963-1.19-1.215-1.499Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconSocialTwitterCircleFilled;