UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2 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 IconImageFilledLarge = { name: 'IconImageFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--imageFilledLarge', 'IconImageFilledLarge'); 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: { d: 'M19.211 19.334a6.33 6.33 0 0 0 4.664-.709c.463-.234.88-.548 1.234-.927l.14-.167a2.5 2.5 0 0 0 .428-.735l.132-.315s.043-.114.14-.429c-3.824-.734-6.449.998-8.847 2.573.526.21 1.015.394 1.497.534q.3.105.612.175', }, }), h('path', { attrs: { d: 'M2.875 5.5v21h26.25v-21zm24.5 1.75v10.036a4 4 0 0 1-.297.674l-.08.14c-.043.07-.104.149-.157.236-.052.088-.096.123-.14.193l-.201.236-.219.236-.245.228q-.196.15-.411.271c-.079.061-.157.131-.254.192-.096.062-.402.263-.638.394l-.088.053c-.341.175-.674.323-.997.463l-.184.07a9 9 0 0 1-.875.298h-.149a7 7 0 0 1-.796.158h-.131a7 7 0 0 1-.823.052 2 2 0 0 1-.219 0h-.63l-.428-.052h-.193c-.201 0-.402-.07-.604-.123l-.586-.157-.604-.202-.122-.044h-.088l-.437-.227h-.184l-.516-.21h-.07l-.63-.262-.123-.053a33 33 0 0 0-1.75-.691 15 15 0 0 0-1.977-.586h-.21a10.4 10.4 0 0 0-5.434.297c-.411.131-.875.289-1.269.473V7.25z', }, }), h('path', { attrs: { d: 'M10.024 16.525a3.9 3.9 0 0 0 1.601.35c.149 0 .28 0 .42-.044a3.912 3.912 0 1 0-2.021-.306', }, })]); }, }; exports.default = IconImageFilledLarge;