UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 1.61 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconEmailFilled = { name: 'IconEmailFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--emailFilled', 'IconEmailFilled'); 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.391 8.971-.945.875a.647.647 0 0 1-.884 0l-.98-.875-4.558 4.13c.168.064.346.097.525.096H13.45c.117.014.234.014.35 0l-4.41-4.226Z', }, }), h('path', { attrs: { d: 'M14.851 12.375c.109-.215.166-.451.167-.692V4.36a1.671 1.671 0 0 0-.114-.595l-4.55 4.313 4.498 4.297Z', }, }), h('path', { attrs: { d: 'M1.088 3.809a1.47 1.47 0 0 0-.088.55v7.28c0 .225.052.446.15.648L5.602 8.08l-4.515-4.27Z', }, }), h('path', { attrs: { d: 'm8 8.472 5.915-5.6a1.61 1.61 0 0 0-.463-.07H2.548c-.176.002-.35.031-.516.088L8 8.472Z', }, })]); }, }; exports.default = IconEmailFilled;