UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.66 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 IconDashboardFilled = { name: 'IconDashboardFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--dashboardFilled', 'IconDashboardFilled'); 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: 'M10.389 10.91a2.415 2.415 0 0 1-.691 1.444c-.018.017-.044.035-.062.052h4.594c.359-.84.551-1.724.551-2.625a6.74 6.74 0 0 0-.735-3.045L10.39 10.92v-.009Z', }, }), h('path', { attrs: { d: 'M6.303 12.363a2.413 2.413 0 0 1 0-3.404 2.382 2.382 0 0 1 1.12-.63l3.893-4.454A6.768 6.768 0 0 0 8 3C4.264 3 1.219 6.045 1.219 9.781c0 .901.192 1.785.551 2.625h4.594s-.044-.035-.061-.052v.009Z', }, }), h('path', { attrs: { d: 'M8.77 11.435c.21-.21.324-.481.324-.779v-.245l5.092-5.818-.989-.867-5.1 5.828-.246.035c-.175.026-.42.096-.63.306a1.093 1.093 0 0 0 0 1.549c.429.428 1.12.428 1.549 0v-.009Z', }, })]); }, }; exports.default = IconDashboardFilled;