UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.41 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 IconPhone = { name: 'IconPhone', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--phone', 'IconPhone'); 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: 'M11.412 14.344h-.315a10.6 10.6 0 0 1-3.7-1.208 10.94 10.94 0 0 1-4.56-4.672A11.1 11.1 0 0 1 1.682 4.85a2.625 2.625 0 0 1 1.383-2.695L4.43 1.42l1.942 3.666a1.566 1.566 0 0 1-.428 1.969L4.272 8.34a9.6 9.6 0 0 0 3.255 3.334L8.954 9.75a1.52 1.52 0 0 1 1.994-.429l3.623 2.004-.875 1.645a2.62 2.62 0 0 1-2.284 1.374M8.7 12.296a9.4 9.4 0 0 0 2.572.726 1.28 1.28 0 0 0 1.26-.647l.271-.499-2.502-1.391a.23.23 0 0 0-.289.07zM3.887 3.205l-.201.105a1.36 1.36 0 0 0-.709 1.365c.126.843.358 1.666.692 2.45l1.478-1.111a.245.245 0 0 0 .07-.307z', }, })]); }, }; exports.default = IconPhone;