UNPKG

@justeattakeaway/pie-icons-vue

Version:
100 lines (95 loc) 4.5 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 IconSocialInstagramStaticLarge = { name: 'IconSocialInstagramStaticLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--instagramStaticLarge', 'IconSocialInstagramStaticLarge'); 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: 'url(#prefix__paint0_radial_11431_485)', d: 'M8.505 5.088c-.76.295-1.402.689-2.044 1.33a5.6 5.6 0 0 0-1.331 2.04c-.286.731-.479 1.57-.535 2.798-.056 1.229-.07 1.622-.07 4.753s.014 3.526.07 4.754.253 2.067.535 2.798c.295.76.689 1.402 1.33 2.044a5.65 5.65 0 0 0 2.045 1.331c.73.286 1.57.478 2.798.534s1.622.07 4.753.07 3.525-.013 4.753-.07c1.228-.056 2.067-.253 2.799-.534a5.65 5.65 0 0 0 2.043-1.331 5.65 5.65 0 0 0 1.332-2.044c.286-.731.478-1.57.534-2.798.056-1.229.07-1.622.07-4.754 0-3.13-.014-3.524-.07-4.753-.056-1.228-.253-2.067-.534-2.798a5.7 5.7 0 0 0-1.327-2.04 5.65 5.65 0 0 0-2.044-1.33c-.73-.286-1.57-.479-2.798-.535s-1.622-.07-4.753-.07-3.525.014-4.753.07c-1.233.052-2.072.249-2.803.535m12.21 1.537c1.125.052 1.735.24 2.143.399.539.21.923.459 1.326.862s.652.788.863 1.327c.16.407.347 1.017.398 2.142.056 1.214.066 1.58.066 4.66s-.014 3.444-.066 4.659c-.051 1.125-.239 1.734-.398 2.142-.211.539-.46.923-.863 1.326a3.6 3.6 0 0 1-1.326.863c-.408.16-1.018.347-2.143.398-1.213.056-1.58.066-4.659.066-3.08 0-3.445-.014-4.66-.066-1.124-.051-1.734-.239-2.141-.398a3.6 3.6 0 0 1-1.327-.863 3.6 3.6 0 0 1-.862-1.326c-.16-.408-.347-1.017-.399-2.142-.056-1.215-.066-1.58-.066-4.66s.015-3.445.066-4.66c.052-1.124.24-1.734.399-2.141.21-.54.459-.924.862-1.327a3.6 3.6 0 0 1 1.327-.862c.407-.16 1.017-.347 2.142-.399 1.214-.056 1.58-.066 4.66-.066s3.445.01 4.659.066', }, }), h('path', { attrs: { fill: 'url(#prefix__paint1_radial_11431_485)', d: 'M10.136 16.014a5.92 5.92 0 1 0 11.841 0 5.92 5.92 0 0 0-11.841 0m9.764 0a3.843 3.843 0 1 1-7.688 0 3.843 3.843 0 1 1 7.688 0', }, }), h('path', { attrs: { fill: '#654c9f', d: 'M22.215 11.242a1.383 1.383 0 1 0 0-2.765 1.383 1.383 0 0 0 0 2.765', }, }), h('defs', [h('radialGradient', { attrs: { id: 'prefix__paint0_radial_11431_485', cx: '0', cy: '0', r: '1', gradientTransform: 'rotate(-3 488.018 -81.694)scale(33.3428 28.3411)', 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_485', cx: '0', cy: '0', r: '1', gradientTransform: 'rotate(-2.999 653.155 123.922)scale(64.9552 55.1895)', 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', }, })])])]); }, }; exports.default = IconSocialInstagramStaticLarge;