UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.25 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var _mergeJSXProps = require('@vue/babel-helper-vue-jsx-merge-props'); var configsVue = require('./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', _mergeJSXProps([{ 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.624 2.624 0 0 0 2.284-1.374l.875-1.645-3.623-2.004a1.522 1.522 0 0 0-1.994.429l-1.427 1.925a9.625 9.625 0 0 1-3.255-3.334l1.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.13 11.13 0 0 0 1.155 3.614 10.937 10.937 0 0 0 4.559 4.672 10.64 10.64 0 0 0 3.701 1.208Z', }, })]); }, }; exports.default = IconPhoneFilled;