@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 1.63 kB
JavaScript
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 IconConversionRateFilled = {
name: 'IconConversionRateFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--conversionRateFilled', 'IconConversionRateFilled');
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: 'M7.921 10.485a2.327 2.327 0 1 0 0-4.655 2.327 2.327 0 0 0 0 4.655Z',
},
}), h('path', {
attrs: {
d: 'M13.836 7.125a5.864 5.864 0 0 0-1.654-3.299A5.843 5.843 0 0 0 8.01 2.094a5.843 5.843 0 0 0-4.174 1.732l.928.928a4.568 4.568 0 0 1 3.246-1.348c1.225 0 2.38.482 3.246 1.348a4.509 4.509 0 0 1 1.251 2.371H11.23l2.03 2.625 1.75-2.625h-1.173Z',
},
}), h('path', {
attrs: {
d: 'M8 12.594a4.568 4.568 0 0 1-3.246-1.348 4.51 4.51 0 0 1-1.251-2.371H4.78L2.75 6.25 1 8.875h1.164a5.863 5.863 0 0 0 1.653 3.299 5.843 5.843 0 0 0 4.174 1.732 5.843 5.843 0 0 0 4.174-1.732l-.927-.928a4.568 4.568 0 0 1-3.247 1.348H8Z',
},
})]);
},
};
export { IconConversionRateFilled as default };