@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (40 loc) • 2.22 kB
JavaScript
'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 IconBabyKid = {
name: 'IconBabyKid',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--babyKid', 'IconBabyKid');
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: 'M6.206 7.956a.586.586 0 1 0 0-1.172.586.586 0 0 0 0 1.172Z',
},
}), h('path', {
attrs: {
d: 'M9.697 7.956a.586.586 0 1 0 0-1.172.586.586 0 0 0 0 1.172Z',
},
}), h('path', {
attrs: {
d: 'M8.779 9.75A1.476 1.476 0 0 1 8 9.986c-.271 0-.551-.079-.779-.236a1.344 1.344 0 0 1-.525-.621H5.63a2.44 2.44 0 0 0 2.38 1.829c.551 0 1.067-.184 1.505-.508.428-.332.735-.796.875-1.321H9.32a1.455 1.455 0 0 1-.525.621H8.78Z',
},
}), h('path', {
attrs: {
d: 'M13.644 6.11A5.929 5.929 0 0 0 8 2.05a5.929 5.929 0 0 0-5.644 4.06c-.875.166-1.444 1.164-1.312 2.336.122 1.024.743 1.803 1.505 1.943A5.96 5.96 0 0 0 7.99 13.95a5.936 5.936 0 0 0 5.443-3.561c.76-.14 1.382-.919 1.505-1.952.14-1.163-.438-2.17-1.313-2.336l.018.009Zm0 2.179c-.062.551-.377.813-.455.805l-.604-.184-.201.595A4.644 4.644 0 0 1 8 12.637a4.644 4.644 0 0 1-4.384-3.132l-.21-.586-.604.183c-.105.018-.385-.262-.446-.805-.061-.55.166-.883.271-.883l.692.245.166-.718a4.61 4.61 0 0 1 3.929-3.535c.008.088.035.166.026.254-.044.691-.621 1.032-.656 1.059l.665 1.207c.131-.07 1.268-.744 1.365-2.179 0-.105 0-.21-.01-.315a4.614 4.614 0 0 1 3.702 3.51l.201.708.692-.245c.096.035.306.359.245.892V8.29Z',
},
})]);
},
};
exports.default = IconBabyKid;