UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.52 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconPhoneLarge = { name: 'IconPhoneLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--phoneLarge', 'IconPhoneLarge'); 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: 'M20.375 19.57a2.485 2.485 0 0 0-3.237.7l-2.818 3.841a17.95 17.95 0 0 1-6.545-6.702l3.334-2.546a2.555 2.555 0 0 0 .717-3.238l-3.43-6.431-2.222 1.181a4.57 4.57 0 0 0-2.38 4.646 20.2 20.2 0 0 0 2.1 6.554 19.8 19.8 0 0 0 8.286 8.453 19.3 19.3 0 0 0 6.711 2.222q.271.02.543 0a4.5 4.5 0 0 0 3.902-2.397l1.47-2.74zM5.5 10.75a2.8 2.8 0 0 1 1.496-2.826l.674-.368 2.625 4.918a.79.79 0 0 1-.21.997l-3.089 2.354A18.1 18.1 0 0 1 5.5 10.75m18.296 14.28a2.7 2.7 0 0 1-2.677 1.47 17.7 17.7 0 0 1-5.25-1.54l2.625-3.631a.735.735 0 0 1 .971-.219l4.9 2.721zm-6.92-17.78V5.5a9.625 9.625 0 0 1 9.624 9.625h-1.75a7.875 7.875 0 0 0-7.875-7.875m0 4.375v-1.75a5.25 5.25 0 0 1 5.25 5.25h-1.75a3.5 3.5 0 0 0-3.5-3.5', }, })]); }, }; export { IconPhoneLarge as default };