@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (44 loc) • 1.77 kB
JavaScript
'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 IconSoundwave = {
name: 'IconSoundwave',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--soundwave', 'IconSoundwave');
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: 'M1.74 4.38c-.41 0-.75.34-.75.75v5.75c0 .41.34.75.75.75s.75-.34.75-.75V5.13c0-.41-.34-.75-.75-.75Z',
},
}), h('path', {
attrs: {
d: 'M4.85 1.07c-.41 0-.75.34-.75.75v12.36c0 .41.34.75.75.75s.75-.34.75-.75V1.82c0-.41-.34-.75-.75-.75Z',
},
}), h('path', {
attrs: {
d: 'M7.96 2.62c-.41 0-.75.34-.75.75v9.26c0 .41.34.75.75.75s.75-.34.75-.75V3.37c0-.41-.34-.75-.75-.75Z',
},
}), h('path', {
attrs: {
d: 'M11.07 5.21c-.41 0-.75.34-.75.75v4.08c0 .41.34.75.75.75s.75-.34.75-.75V5.96c0-.41-.34-.75-.75-.75Z',
},
}), h('path', {
attrs: {
d: 'M14.18 3.74c-.41 0-.75.34-.75.75v7.03c0 .41.34.75.75.75s.75-.34.75-.75V4.49c0-.41-.34-.75-.75-.75Z',
},
})]);
},
};
exports.default = IconSoundwave;