UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 3.35 kB
'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 IconPacifierLarge = { name: 'IconPacifierLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pacifierLarge', 'IconPacifierLarge'); return h('svg', helper.default([{ 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: 'M22.685 15.414a5.891 5.891 0 0 0 1.68-.7 5.858 5.858 0 0 0 1.794-1.707 5.864 5.864 0 0 0 .936-2.292 5.771 5.771 0 0 0-.088-2.476 5.885 5.885 0 0 0-1.19-2.354 5.995 5.995 0 0 0-2.09-1.61 5.895 5.895 0 0 0-3.098-.499 5.897 5.897 0 0 0-2.914 1.155 5.894 5.894 0 0 0-1.916 2.485 5.893 5.893 0 0 0-.43 2.485C12.772 8.37 8.196 6.095 6.682 8.107c-.796 1.06-.184 2.74 1.19 4.603a6.957 6.957 0 0 0-1.837 1.776C4.887 16.08 4.45 18.082 4.79 20.113c.411 2.44 1.925 4.742 4.139 6.308 1.802 1.269 3.832 1.943 5.871 1.943 2.616 0 4.935-1.138 6.353-3.124.402-.56.717-1.181.945-1.837 1.11.41 2.065.63 2.817.63.858 0 1.488-.263 1.881-.788 1.514-2.012-1.907-5.749-4.12-7.84l.008.009Zm-5.828-3.063v-.026a3.377 3.377 0 0 0 .298-2.039 4.237 4.237 0 0 1 .262-2.187 4.276 4.276 0 0 1 1.348-1.75 4.105 4.105 0 0 1 2.056-.814 4.237 4.237 0 0 1 2.179.35 4.165 4.165 0 0 1 1.47 1.137c.402.482.691 1.06.84 1.663.14.569.166 1.155.061 1.741a4.072 4.072 0 0 1-.656 1.61c-.333.49-.761.893-1.26 1.199a4.135 4.135 0 0 1-1.628.578 3.4 3.4 0 0 0-1.898.857l-1.033.989-2.686-2.022.656-1.277-.009-.009Zm2.88 11.891c-1.086 1.523-2.888 2.398-4.936 2.398-1.654 0-3.377-.578-4.856-1.628-1.838-1.303-3.089-3.184-3.421-5.17-.263-1.567.07-3.098.936-4.314A5.295 5.295 0 0 1 8.99 14.1c.385.438.796.875 1.243 1.313-.543.28-.998.656-1.348 1.137-.595.832-.822 1.899-.639 3.002.254 1.53 1.243 3 2.713 4.033 1.216.858 2.581 1.278 3.832 1.278 1.444 0 2.748-.552 3.527-1.637a3.74 3.74 0 0 0 .586-1.303c.542.297 1.067.569 1.584.814a5.393 5.393 0 0 1-.753 1.505Zm-9.433-6.676c.358-.498.875-.726 1.338-.831a40.48 40.48 0 0 0 2.678 2.188c.98.735 1.969 1.417 2.94 2.03 0 .384-.07.84-.368 1.25-.883 1.235-3.14 1.208-4.926-.052-1.067-.752-1.811-1.837-1.995-2.896-.079-.455-.079-1.12.333-1.697v.008Zm15.102 4.646c-.446.517-4.41-.446-10.036-4.69-5.635-4.234-7.656-7.77-7.289-8.347.219-.254 2.45-.219 7.07 2.651l-1.181 2.301 5.057 3.807 1.873-1.785c3.78 3.412 4.751 5.678 4.506 6.055v.008Z', }, }), h('path', { attrs: { d: 'M21.276 9c.096 0 .184.017.271.061a.642.642 0 0 1 .228.184.803.803 0 0 1 .14.271.65.65 0 0 1-.096.525.703.703 0 0 1-.202.193.927.927 0 0 1-.227.087l.28 1.724c.306-.053.604-.149.866-.315a2.374 2.374 0 0 0 1.111-1.636 2.438 2.438 0 0 0-.035-1.007 2.343 2.343 0 0 0-.49-.962 2.468 2.468 0 0 0-.848-.656 2.387 2.387 0 0 0-1.26-.202c-.035 0-.07.018-.114.018l.28 1.732S21.24 9 21.276 9Z', }, })]); }, }; exports.default = IconPacifierLarge;