UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.5 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 IconPhoneOff = { name: 'IconPhoneOff', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--phoneOff', 'IconPhoneOff'); 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: 'm8.954 9.75-1.427 1.925a8.7 8.7 0 0 1-1.277-.971L15 1.874h-1.846L5.279 9.75A9.4 9.4 0 0 1 4.273 8.34l1.67-1.286a1.566 1.566 0 0 0 .43-1.969L4.43 1.42l-1.365.735A2.625 2.625 0 0 0 1.683 4.85a11.216 11.216 0 0 0 2.704 5.871L1 14.125h1.846l2.459-2.476a10.7 10.7 0 0 0 2.091 1.47 10.6 10.6 0 0 0 3.702 1.207h.314a2.62 2.62 0 0 0 2.275-1.391l.876-1.645-3.614-1.986a1.52 1.52 0 0 0-1.995.446M2.977 4.675a1.36 1.36 0 0 1 .71-1.365l.2-.105 1.33 2.502a.245.245 0 0 1-.07.307L3.67 7.124a10 10 0 0 1-.691-2.45m9.556 7.7a1.28 1.28 0 0 1-1.26.691A9.4 9.4 0 0 1 8.7 12.34l1.313-1.75a.23.23 0 0 1 .288-.07l2.503 1.391z', }, })]); }, }; exports.default = IconPhoneOff;