UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.11 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 IconRefresh = { name: 'IconRefresh', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--refresh', 'IconRefresh'); 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: 'M12.594 1.875v2.791L12.48 4.5a5.67 5.67 0 1 0 1.076 4.629l-1.286-.254a4.375 4.375 0 1 1-.875-3.553l.21.272h-2.73v1.312h3.938a1.094 1.094 0 0 0 1.093-1.093V1.874h-1.312Z', }, })]); }, }; exports.default = IconRefresh;