UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (34 loc) 1.82 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 IconSocialTiktokCircle = { name: 'IconSocialTiktokCircle', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--tiktokCircle', 'IconSocialTiktokCircle'); 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: 'M8 1.22a6.78 6.78 0 1 0 0 13.56A6.78 6.78 0 0 0 8 1.22M2.7 8a5.3 5.3 0 1 1 10.6 0A5.3 5.3 0 0 1 2.7 8', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'M10.222 5.866a2 2 0 0 1-.157-.09A1.874 1.874 0 0 1 9.21 4.51h.001c-.034-.202-.02-.331-.018-.331H7.824v5.239q0 .106-.002.208l-.002.026v.015a1.14 1.14 0 0 1-.585.913 1.152 1.152 0 0 1-1.72-1.003 1.152 1.152 0 0 1 1.51-1.095v-1.38a2.56 2.56 0 0 0-1.957.568 2.7 2.7 0 0 0-.586.716c-.058.098-.275.495-.302 1.138-.016.365.094.743.147.9v.003c.033.091.162.406.371.67q.257.321.593.554v-.003l.003.003c.662.446 1.397.417 1.397.417.127-.005.553 0 1.036-.227.536-.252.842-.627.842-.627a2.6 2.6 0 0 0 .458-.755c.124-.322.165-.709.165-.863v-2.78l.238.155s.318.202.815.334c.357.093.837.113.837.113V6.073c-.168.018-.51-.034-.86-.207', }, })]); }, }; exports.default = IconSocialTiktokCircle;