UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.68 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 IconPhoneFilledLarge = { name: 'IconPhoneFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--phoneFilledLarge', 'IconPhoneFilledLarge'); 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: 'M18.623 19.302a2.485 2.485 0 0 1 1.752.268l6.431 3.544-1.47 2.739a4.498 4.498 0 0 1-3.902 2.397c-.18.013-.362.013-.543 0a19.34 19.34 0 0 1-6.71-2.222 19.81 19.81 0 0 1-8.287-8.453 20.239 20.239 0 0 1-2.1-6.554 4.567 4.567 0 0 1 2.38-4.646l2.222-1.181 3.43 6.431a2.555 2.555 0 0 1-.717 3.238l-3.334 2.546a17.955 17.955 0 0 0 6.545 6.702l2.818-3.84c.359-.495.888-.84 1.485-.969Z', }, }), h('path', { attrs: { d: 'M16.875 5.5v1.75a7.875 7.875 0 0 1 7.875 7.875h1.75A9.625 9.625 0 0 0 16.875 5.5Z', }, }), h('path', { attrs: { d: 'M16.875 9.875v1.75a3.5 3.5 0 0 1 3.5 3.5h1.75a5.25 5.25 0 0 0-5.25-5.25Z', }, })]); }, }; exports.default = IconPhoneFilledLarge;