@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (38 loc) • 3.1 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 IconBabyKidLarge = {
name: 'IconBabyKidLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--babyKidLarge', 'IconBabyKidLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M11.835 14.364a1.138 1.138 0 0 0-.814-.333c-.228 0-.446.07-.639.193a1.106 1.106 0 0 0-.42.516 1.08 1.08 0 0 0-.061.665c.044.219.158.429.315.586.158.158.368.271.586.315.219.044.455.018.665-.061a1.15 1.15 0 0 0 .516-.42c.123-.192.193-.411.193-.639 0-.306-.123-.595-.332-.813l-.01-.01Z',
},
}), h('path', {
attrs: {
d: 'M20.979 14.031c-.228 0-.447.07-.64.193a1.106 1.106 0 0 0-.42.516 1.08 1.08 0 0 0-.06.665c.043.219.157.429.314.586.158.158.368.271.587.315.218.044.455.018.665-.061a1.15 1.15 0 0 0 .516-.42c.123-.192.193-.411.193-.639 0-.306-.123-.595-.333-.813a1.137 1.137 0 0 0-.814-.333l-.008-.009Z',
},
}), h('path', {
attrs: {
d: 'M17.409 19.745c-.42.271-.91.42-1.41.42-.498 0-.988-.149-1.408-.42a2.607 2.607 0 0 1-.962-1.12h-1.62a4.167 4.167 0 0 0 1.47 2.214 4.1 4.1 0 0 0 2.52.857c.91 0 1.795-.297 2.52-.857a4.07 4.07 0 0 0 1.47-2.214h-1.618c-.21.455-.543.849-.962 1.12Z',
},
}), h('path', {
attrs: {
d: 'M28.6 14.197c-.429-.848-1.138-1.382-1.943-1.478h-.07A11.024 11.024 0 0 0 16.01 4.922c-4.91 0-9.162 3.16-10.588 7.788h-.07c-.805.096-1.514.63-1.942 1.479-.377.743-.525 1.671-.412 2.616.114.945.473 1.811 1.007 2.45.498.586 1.128.936 1.776.998a11.091 11.091 0 0 0 10.229 6.825c4.488 0 8.513-2.713 10.228-6.825.648-.062 1.278-.412 1.777-.998.542-.639.9-1.505 1.006-2.45.105-.945-.035-1.873-.412-2.616l-.008.008Zm-1.322 2.416c-.07.595-.288 1.146-.603 1.513-.105.131-.394.429-.648.394l-.927-.28-.272.796a9.326 9.326 0 0 1-8.82 6.3 9.326 9.326 0 0 1-8.82-6.3l-.35-.77-.804.245c-.324.044-.587-.262-.7-.385-.315-.367-.534-.919-.604-1.514-.07-.595.017-1.18.236-1.618.079-.149.289-.499.586-.534.053 0 .132.009.219.044l.919.324.219-.954A9.289 9.289 0 0 1 13.917 6.9c.018.052.044.105.053.166.148.761-.289 1.724-1.181 1.943l.42 1.697c1.715-.42 2.826-2.205 2.476-3.972 0-.018-.009-.035-.018-.053.105 0 .219-.017.324-.017.446 0 .893.035 1.33.096.044.096.079.192.096.297.149.762-.289 1.724-1.181 1.943l.42 1.697c1.558-.384 2.599-1.89 2.529-3.482a9.296 9.296 0 0 1 5.897 6.65l.219.954.919-.324a.669.669 0 0 1 .219-.044c.306.035.516.385.586.534.219.429.306 1.024.236 1.619l.018.009Z',
},
})]);
},
};
export { IconBabyKidLarge as default };