@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.2 kB
JavaScript
;
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 IconCheckCircleFilled = {
name: 'IconCheckCircleFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--checkCircleFilled', 'IconCheckCircleFilled');
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 1.478A6.524 6.524 0 0 0 1.478 8c0 3.6 2.922 6.522 6.522 6.522S14.52 11.6 14.52 8 11.6 1.478 8 1.478Zm-.27 8.844a1.006 1.006 0 0 1-1.47.009L4.696 8.616l.966-.878L6.99 9.2l3.34-3.626.956.887-3.565 3.87.008-.01Z',
},
})]);
},
};
exports.default = IconCheckCircleFilled;