UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.22 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 IconPhoneFilled = { name: 'IconPhoneFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--phoneFilled', 'IconPhoneFilled'); 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.097 14.344h.315a2.62 2.62 0 0 0 2.284-1.374l.875-1.645-3.623-2.004a1.52 1.52 0 0 0-1.994.429l-1.427 1.925A9.6 9.6 0 0 1 4.272 8.34l1.672-1.286a1.566 1.566 0 0 0 .428-1.969L4.43 1.42l-1.365.735A2.625 2.625 0 0 0 1.682 4.85a11.1 11.1 0 0 0 1.155 3.614 10.94 10.94 0 0 0 4.559 4.672 10.6 10.6 0 0 0 3.701 1.208', }, })]); }, }; exports.default = IconPhoneFilled;