@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 2.33 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 IconPacifier = {
name: 'IconPacifier',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pacifier', 'IconPacifier');
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: 'M13.154 6.539c.253-.376.428-.779.516-1.216a3.314 3.314 0 0 0 0-1.313 3.09 3.09 0 0 0-.595-1.242 2.96 2.96 0 0 0-1.094-.84c-.507-.22-1.067-.298-1.627-.22a3.237 3.237 0 0 0-1.532.657c-.446.35-.805.805-1.023 1.33a3.27 3.27 0 0 0-.245.998c-2.074-1.085-3.667-1.234-4.332-.35-.34.455-.533 1.312.49 2.8.018.026.035.043.053.07a2.946 2.946 0 0 0-.954.875c-.472.682-.647 1.54-.49 2.415.201 1.137.936 2.204 1.995 2.94.875.603 1.873.892 2.791.883 1.13-.008 2.17-.472 2.783-1.356.184-.263.315-.551.402-.857.01 0 .027.008.035.017.595.201 1.077.28 1.462.28.735 0 1.137-.28 1.365-.578.665-.883.087-2.37-1.532-4.05.202-.08.394-.176.578-.29.376-.244.691-.55.954-.918v-.035ZM8.822 12.2c-.708 1.015-2.397 1.076-3.762.14-.779-.534-1.304-1.295-1.453-2.091-.07-.376-.078-.928.272-1.435.2-.289.472-.473.735-.586a16.51 16.51 0 0 0 2.056 1.854 15.906 15.906 0 0 0 2.415 1.497c-.053.227-.14.437-.263.621Zm3.3-1.181c-.272.254-2.17-.123-4.656-1.986-2.476-1.864-3.369-3.597-3.202-3.92.166-.158 1.268-.08 3.053.936l-.595 1.129 2.74 2.056.91-.884c1.46 1.435 1.845 2.468 1.74 2.669h.01ZM11.5 6.355c-.228.14-.464.236-.709.28a1.94 1.94 0 0 0-1.05.508l-.385.367-.945-.709.254-.49a1.96 1.96 0 0 0 .184-1.128 1.897 1.897 0 0 1 .148-.98c.132-.315.35-.595.622-.805.27-.21.586-.342.91-.385.315-.044.638 0 .918.122a1.646 1.646 0 0 1 .937 1.164c.052.254.052.507 0 .77a2.014 2.014 0 0 1-.315.735c-.158.227-.35.411-.578.56l.009-.009Z',
},
})]);
},
};
exports.default = IconPacifier;