UNPKG

@justeattakeaway/pie-icons-vue

Version:
27 lines (25 loc) 1.96 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconGoogleVoiceLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--googleVoiceLarge', 'IconGoogleVoiceLarge'); 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: 'M21.967 20.445a1.87 1.87 0 0 0-2.712 0c-.525.534-.875.875-1.216 1.199a1.36 1.36 0 0 1-1.925 0l-5.705-5.845a1.39 1.39 0 0 1 0-1.916l1.015-1.068c1.023-1.059 1.05-1.75 0-2.835L7.6 6.112A1.96 1.96 0 0 0 6.182 5.5a2.06 2.06 0 0 0-1.557.735 7.38 7.38 0 0 0-1.75 4.909 14.64 14.64 0 0 0 2.852 8.575c3.177 4.488 7.07 7.988 12.61 9.161.733.157 1.48.24 2.23.245a7.25 7.25 0 0 0 5.312-2.179 1.35 1.35 0 0 0 .06-2.196c-1.312-1.453-2.642-2.879-3.972-4.305m-1.382 6.93a9 9 0 0 1-1.864-.21c-4.471-.945-8.129-3.631-11.541-8.461a12.88 12.88 0 0 1-2.555-7.552 5.62 5.62 0 0 1 1.312-3.77.29.29 0 0 1 .245-.132.23.23 0 0 1 .193.088L7.994 9l2.187 2.205.158.175q-.09.12-.193.227c-.472.482-.752.77-1.032 1.077a3.13 3.13 0 0 0 .052 4.375l5.705 5.792a3.06 3.06 0 0 0 2.214.937 3.1 3.1 0 0 0 2.17-.875l.175-.175 1.076-1.06a.14.14 0 0 1 .096-.043.12.12 0 0 1 .088.044c1.4 1.487 2.625 2.852 3.867 4.165a5.54 5.54 0 0 1-3.972 1.531m-2.223-24.5h-.113c-.928 0-1.287.333-1.295 1.269 0 3.316 0 6.632-.044 9.957 0 .709.306 1.006.997 1.006 1.663 0 8.295 0 9.958-.043.875 0 1.242-.368 1.234-1.243A11.156 11.156 0 0 0 18.362 2.875m4.734 10.5H18.67V4.678a9.38 9.38 0 0 1 8.706 8.697z', }, })]); }, };