UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 2.13 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 IconSocialInstagramCircleFilled = { name: 'IconSocialInstagramCircleFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--instagramCircleFilled', 'IconSocialInstagramCircleFilled'); 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: { d: 'M9.963 6.4a.36.36 0 1 1-.72 0 .36.36 0 0 1 .72 0', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M6.46 8a1.54 1.54 0 1 0 3.08 0 1.54 1.54 0 0 0-3.08 0M9 8a1 1 0 1 1-2 .001 1 1 0 0 1 2 0', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M4.237 2.315A6.8 6.8 0 0 1 8 1.175 6.79 6.79 0 0 1 14.78 8 6.781 6.781 0 1 1 4.237 2.315m1.267 3.189c.167-.167.334-.27.532-.346.19-.075.408-.126.729-.14.32-.014.422-.018 1.237-.018s.917.004 1.237.019.538.064.728.139c.197.076.365.179.532.346.166.166.268.334.345.53.073.19.124.41.139.729.015.32.018.422.018 1.237 0 .814-.003.917-.018 1.236-.015.32-.065.538-.14.729-.076.197-.178.364-.345.531-.168.168-.335.27-.532.347-.19.073-.409.124-.729.139-.32.014-.422.018-1.236.018s-.918-.004-1.237-.018a2.2 2.2 0 0 1-.728-.14 1.5 1.5 0 0 1-.532-.346 1.5 1.5 0 0 1-.347-.531 2.2 2.2 0 0 1-.139-.729C5.004 8.916 5 8.814 5 8s.004-.918.018-1.237c.015-.32.065-.538.14-.728.076-.197.179-.365.346-.531', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconSocialInstagramCircleFilled;