UNPKG

@justeattakeaway/pie-icons-vue

Version:
44 lines (39 loc) 2.66 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 IconSocialTiktokStaticLarge = { name: 'IconSocialTiktokStaticLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--tiktokStaticLarge', 'IconSocialTiktokStaticLarge'); 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: '#FF004F', d: 'M21.24 12.844a9.797 9.797 0 0 0 5.674 1.795v-4.025c-.4 0-.8-.042-1.192-.124v3.17a9.798 9.798 0 0 1-5.673-1.796v8.215c0 4.11-3.369 7.44-7.524 7.44a7.548 7.548 0 0 1-4.19-1.258 7.543 7.543 0 0 0 5.38 2.239c4.157 0 7.526-3.331 7.526-7.441v-8.215Zm1.47-4.061a5.582 5.582 0 0 1-1.47-3.285V4.98h-1.128a5.635 5.635 0 0 0 2.598 3.803ZM10.964 23.108a3.366 3.366 0 0 1-.702-2.06c0-1.88 1.541-3.404 3.442-3.404.354 0 .707.053 1.044.16v-4.116a7.675 7.675 0 0 0-1.19-.068v3.203a3.484 3.484 0 0 0-1.045-.16c-1.901 0-3.442 1.524-3.442 3.404a3.4 3.4 0 0 0 1.893 3.04Z', }, }), h('path', { attrs: { fill: '#000', d: 'M20.05 11.864a9.798 9.798 0 0 0 5.672 1.795V10.49a5.71 5.71 0 0 1-3.012-1.707 5.635 5.635 0 0 1-2.598-3.803h-2.966v16.079c-.007 1.874-1.545 3.392-3.442 3.392a3.45 3.45 0 0 1-2.74-1.343 3.4 3.4 0 0 1-1.893-3.04c0-1.88 1.54-3.404 3.442-3.404.364 0 .715.056 1.044.159V13.62c-4.082.083-7.366 3.382-7.366 7.439 0 2.025.818 3.86 2.145 5.202a7.548 7.548 0 0 0 4.189 1.259c4.155 0 7.524-3.331 7.524-7.441v-8.215Z', }, }), h('path', { attrs: { fill: '#00F2EA', d: 'M25.722 10.49v-.857a5.72 5.72 0 0 1-3.012-.85 5.705 5.705 0 0 0 3.012 1.707Zm-5.61-5.51a5.711 5.711 0 0 1-.063-.462V4h-4.095v16.079c-.006 1.874-1.544 3.392-3.441 3.392-.557 0-1.083-.13-1.549-.363a3.45 3.45 0 0 0 2.74 1.343c1.897 0 3.435-1.518 3.442-3.392V4.98h2.966Zm-6.555 8.64v-.912a7.683 7.683 0 0 0-1.032-.07C8.369 12.638 5 15.97 5 20.08c0 2.576 1.324 4.847 3.336 6.182A7.373 7.373 0 0 1 6.19 21.06c0-4.057 3.284-7.356 7.366-7.44Z', }, })]); }, }; exports.default = IconSocialTiktokStaticLarge;