UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.13 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCheckCircleFilled = { name: 'IconCheckCircleFilled', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--checkCircleFilled', 'IconCheckCircleFilled'); return h('svg', _mergeJSXProps([{ 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', }, })]); }, }; export { IconCheckCircleFilled as default };