UNPKG

@justeattakeaway/pie-icons-vue

Version:
49 lines (46 loc) 2.13 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconMicrophoneOff = { name: 'IconMicrophoneOff', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--microphoneOff', 'IconMicrophoneOff'); 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: 'm6.556 8.341-.009-.009-.927.928.009.009.927-.928Z', }, }), h('path', { attrs: { d: 'm9.969 4.911 1.225-1.234V3.66L9.969 4.894v.017Z', }, }), h('path', { attrs: { d: 'm4.692 10.196-.918.928.008.008.92-.927-.01-.009Z', }, }), h('path', { attrs: { d: 'M9.969 7.011A1.972 1.972 0 0 1 8 8.98c-.079 0-.149-.018-.228-.026L6.705 10.02a3.282 3.282 0 0 0 4.568-3.019V5.42L9.96 6.74v.262l.009.01Z', }, }), h('path', { attrs: { d: 'M12.594 7.011A4.604 4.604 0 0 1 8 11.605a4.552 4.552 0 0 1-2.249-.613l-.954.963H4.78c.752.49 1.627.822 2.564.928v2.003h1.312v-2.003a5.913 5.913 0 0 0 5.25-5.872h-1.312Z', }, }), h('path', { attrs: { d: 'M6.547 8.332 9.97 4.894l1.225-1.234 2.537-2.555h-1.829l-1.294 1.304a3.273 3.273 0 0 0-2.6-1.304 3.282 3.282 0 0 0-3.28 3.281v2.625c0 .394.078.761.2 1.103l-.988.988c-.324-.63-.534-1.338-.534-2.1H2.094c0 1.13.315 2.18.866 3.08l-1.855 1.873h1.837l.832-.831 1.855-1.855.927-.928-.009-.009Zm-.516-3.946c0-1.085.884-1.969 1.969-1.969.7 0 1.321.377 1.662.928l-3.63 3.657V4.386Z', }, })]); }, }; export { IconMicrophoneOff as default };