UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.79 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconGoogleVoice = { name: 'IconGoogleVoice', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--googleVoice', 'IconGoogleVoice'); 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: 'M12.147 10.126a1 1 0 0 0-.743-.323 1.03 1.03 0 0 0-.727.306l-.717.7a.8.8 0 0 1-.534.219.8.8 0 0 1-.551-.228L5.664 7.563a.77.77 0 0 1 0-1.077l.586-.595c.577-.595.595-.997 0-1.583L4.08 2.146a1.12 1.12 0 0 0-1.654.053 4.1 4.1 0 0 0-.997 2.765 8.08 8.08 0 0 0 1.61 4.786c1.75 2.511 3.98 4.471 7.105 5.119.41.089.83.136 1.25.14a4.1 4.1 0 0 0 2.993-1.216.745.745 0 0 0 0-1.234 84 84 0 0 0-2.24-2.433m-.752 3.562a4.5 4.5 0 0 1-.989-.114C8 13.066 5.98 11.614 4.106 8.98A6.8 6.8 0 0 1 2.75 4.964a2.8 2.8 0 0 1 .551-1.75L4.09 4l1.076 1.094c-.193.201-.333.341-.464.49a2.065 2.065 0 0 0 0 2.896l3.211 3.238a2.05 2.05 0 0 0 1.514.656c.54 0 1.057-.21 1.444-.586l.096-.088.429-.42 1.75 1.873a2.8 2.8 0 0 1-1.75.534M9.032 1.228h-.06c-.508 0-.71.175-.71.7V7.44c0 .394.167.56.552.56h5.53c.498 0 .682-.201.682-.682a6.177 6.177 0 0 0-5.994-6.09m4.14 5.442H9.548V2.575a4.86 4.86 0 0 1 4.068 4.086z', }, })]); }, }; exports.default = IconGoogleVoice;