UNPKG

@justeattakeaway/pie-icons-vue

Version:
96 lines (93 loc) 4.34 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSocialInstagramStatic = { name: 'IconSocialInstagramStatic', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--instagramStatic', 'IconSocialInstagramStatic'); return h('svg', _mergeJSXProps([{ 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: 'url(#prefix__paint0_radial_11431_493)', d: 'M3.628 1.634a3.3 3.3 0 0 0-1.193.777c-.374.372-.604.75-.776 1.19-.167.426-.279.915-.312 1.632s-.04.946-.04 2.773c0 1.826.007 2.056.04 2.772.033.717.148 1.206.312 1.633.172.443.402.817.776 1.192a3.3 3.3 0 0 0 1.193.776c.426.167.916.28 1.632.312.716.033.946.041 2.773.041 1.826 0 2.056-.008 2.772-.04.717-.034 1.206-.149 1.633-.313a3.3 3.3 0 0 0 1.192-.776c.375-.375.604-.75.776-1.192.167-.427.28-.916.312-1.633.033-.716.041-.946.041-2.772 0-1.827-.008-2.057-.04-2.773-.034-.716-.148-1.206-.312-1.633a3.3 3.3 0 0 0-.774-1.189 3.3 3.3 0 0 0-1.192-.777c-.427-.166-.917-.278-1.633-.311s-.946-.041-2.773-.041c-1.826 0-2.056.008-2.772.04-.72.03-1.209.146-1.635.312m7.123.897c.656.03 1.011.14 1.25.233.314.123.538.268.773.503s.38.46.503.774c.093.238.203.593.233 1.25.033.708.038.92.038 2.717s-.008 2.01-.038 2.718c-.03.656-.14 1.012-.233 1.25a2.1 2.1 0 0 1-.503.774c-.235.235-.46.38-.774.503-.238.093-.593.202-1.25.232-.707.033-.92.039-2.717.039s-2.01-.009-2.718-.039c-.657-.03-1.012-.14-1.25-.232a2.1 2.1 0 0 1-.774-.503 2.1 2.1 0 0 1-.503-.774c-.093-.238-.202-.594-.232-1.25-.033-.708-.039-.921-.039-2.718s.009-2.01.039-2.718c.03-.656.14-1.011.232-1.25.123-.314.268-.538.503-.773s.46-.38.774-.503c.238-.093.593-.203 1.25-.233.708-.032.921-.038 2.718-.038s2.01.006 2.718.038', }, }), h('path', { attrs: { fill: 'url(#prefix__paint1_radial_11431_493)', d: 'M4.58 8.008a3.454 3.454 0 1 0 6.906 0 3.454 3.454 0 0 0-6.907 0m5.695 0a2.242 2.242 0 1 1-4.484.001 2.242 2.242 0 0 1 4.484 0', }, }), h('path', { attrs: { fill: '#654c9f', d: 'M11.626 5.225a.807.807 0 1 0 0-1.614.807.807 0 0 0 0 1.614', }, }), h('defs', [h('radialGradient', { attrs: { id: 'prefix__paint0_radial_11431_493', cx: '0', cy: '0', r: '1', gradientTransform: 'rotate(-3 258.553 -22.863)scale(19.45 16.5323)', gradientUnits: 'userSpaceOnUse', }, }, [h('stop', { attrs: { 'stop-color': '#fed576', }, }), h('stop', { attrs: { offset: '.263', 'stop-color': '#f47133', }, }), h('stop', { attrs: { offset: '.609', 'stop-color': '#bc3081', }, }), h('stop', { attrs: { offset: '1', 'stop-color': '#4c63d2', }, })]), h('radialGradient', { attrs: { id: 'prefix__paint1_radial_11431_493', cx: '0', cy: '0', r: '1', gradientTransform: 'rotate(-2.999 354.877 97.096)scale(37.891 32.1937)', gradientUnits: 'userSpaceOnUse', }, }, [h('stop', { attrs: { 'stop-color': '#fed576', }, }), h('stop', { attrs: { offset: '.263', 'stop-color': '#f47133', }, }), h('stop', { attrs: { offset: '.609', 'stop-color': '#bc3081', }, }), h('stop', { attrs: { offset: '1', 'stop-color': '#4c63d2', }, })])])]); }, }; export { IconSocialInstagramStatic as default };