UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.33 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 IconImageAdd = { name: 'IconImageAdd', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--imageAdd', 'IconImageAdd'); 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: 'M13.469 7.469v.35a2.75 2.75 0 0 1-1.208 1.619l-.061.043c-1.75 1.103-2.922.525-4.375-.192s-3.062-1.514-5.25-.525v-5.25h7V2.219H1.219V14.03H14.78V7.47zm0 5.25H2.53V10.25c1.969-1.12 3.229-.507 4.699.21a6.9 6.9 0 0 0 3.08.945 4.86 4.86 0 0 0 2.581-.805q.303-.195.578-.429z', }, }), h('path', { attrs: { d: 'M14.125 4.844h-1.969V2.875h-1.312v1.969H8.875v1.312h1.969v1.969h1.312V6.156h1.969z', }, })]); }, }; exports.default = IconImageAdd;