UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.54 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 IconZlotyLarge = { name: 'IconZlotyLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--zlotyLarge', 'IconZlotyLarge'); 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: 'M28.524 16c0 6.755-5.495 12.25-12.25 12.25S4.024 22.755 4.024 16 9.519 3.75 16.274 3.75 28.524 9.245 28.524 16Zm-1.75 0c0-5.793-4.708-10.5-10.5-10.5-5.793 0-10.5 4.707-10.5 10.5s4.707 10.5 10.5 10.5c5.792 0 10.5-4.707 10.5-10.5Z', }, }), h('path', { attrs: { d: 'm10.446 19.754 3.544-3.955h-3.421V13.89h6.457v1.488l-3.543 3.955h3.657v1.907h-6.694v-1.487Z', }, }), h('path', { attrs: { d: 'M20.99 21.241h-2.205V17.12l-1.111.42v-1.785l1.11-.42V10.75h2.206v3.806l1.111-.42v1.785l-1.111.42v4.9Z', }, })]); }, }; exports.default = IconZlotyLarge;