UNPKG

@justeattakeaway/pie-icons-vue

Version:
49 lines (44 loc) 1.92 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconSoundwaveLarge = { name: 'IconSoundwaveLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--soundwaveLarge', 'IconSoundwaveLarge'); return h('svg', helper.default([{ 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: 'M6.427 21.714V10.286a.878.878 0 0 0-.875-.875.878.878 0 0 0-.875.875v11.428c0 .481.394.875.875.875a.878.878 0 0 0 .875-.875Z', }, }), h('path', { attrs: { d: 'M11.651 26.526V5.474a.878.878 0 0 0-.875-.875.878.878 0 0 0-.875.875v21.052c0 .482.394.875.875.875a.878.878 0 0 0 .875-.875Z', }, }), h('path', { attrs: { d: 'M16 6.349a.878.878 0 0 0-.875.875v17.552c0 .482.394.875.875.875a.878.878 0 0 0 .875-.875V7.224A.878.878 0 0 0 16 6.349Z', }, }), h('path', { attrs: { d: 'M21.224 11.161a.878.878 0 0 0-.875.875v7.928c0 .481.393.875.875.875a.878.878 0 0 0 .875-.875v-7.928a.878.878 0 0 0-.875-.875Z', }, }), h('path', { attrs: { d: 'M26.448 8.536a.878.878 0 0 0-.875.875V22.59c0 .481.393.875.875.875a.878.878 0 0 0 .875-.875V9.41a.878.878 0 0 0-.875-.875Z', }, })]); }, }; exports.default = IconSoundwaveLarge;