UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.25 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSoundOnFilledLarge = { name: 'IconSoundOnFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--soundOnFilledLarge', 'IconSoundOnFilledLarge'); return h('svg', _mergeJSXProps([{ 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: 'M21.688 3.75h-2.39l-.253.245a50 50 0 0 1-4.016 3.439 49 49 0 0 1-4.961 3.316H6.813a2.625 2.625 0 0 0-2.625 2.625v5.25a2.625 2.625 0 0 0 2.625 2.625h3.255a47 47 0 0 1 4.96 3.316 48 48 0 0 1 4.008 3.439l.254.245h2.398z', }, }), h('path', { attrs: { d: 'M23.438 10.129v1.864a4.375 4.375 0 0 1 0 8.015v1.863a6.125 6.125 0 0 0 0-11.742', }, })]); }, }; export { IconSoundOnFilledLarge as default };