UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.13 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 IconPieChart = { name: 'IconPieChart', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pieChart', 'IconPieChart'); 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: 'M8.656 8.656H1.22V8A6.79 6.79 0 0 1 8 1.219h.656zM2.531 7.344h4.813V2.566a5.495 5.495 0 0 0-4.778 4.778zm7.412-5.346V3.38A5.031 5.031 0 0 1 8 13.031a5.08 5.08 0 0 1-4.62-3.054H1.998A6.326 6.326 0 0 0 14.344 8a6.3 6.3 0 0 0-4.366-6.002z', }, })]); }, }; exports.default = IconPieChart;