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 IconMegaphone = { name: 'IconMegaphone', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--megaphone', 'IconMegaphone'); 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: 'M14.781 7.125a2.835 2.835 0 0 0-2.625-2.817v-3.09h-1.479l-.175.15a28 28 0 0 1-1.986 1.46c-.682.456-1.137.692-1.75 1.016H2.75a1.54 1.54 0 0 0-1.531 1.531v3.5a1.53 1.53 0 0 0 1.094 1.461l.76 4.445h2.853l.744-4.375h.123c.586.324 1.163.656 1.75 1.015.586.359 1.356.945 1.986 1.462l.175.148h1.478V9.943a2.835 2.835 0 0 0 2.6-2.818m-12.25-1.75a.22.22 0 0 1 .219-.219h2.844v3.938H2.75a.22.22 0 0 1-.219-.219zm2.293 8.094h-.648l-.551-3.063h1.75zm6.02-1.969a23 23 0 0 0-1.61-1.146A25 25 0 0 0 6.906 8.97V5.28a25 25 0 0 0 2.328-1.356c.516-.36 1.094-.744 1.61-1.173zm1.312-2.844V5.62a1.523 1.523 0 0 1 0 3.01z', }, })]); }, }; exports.default = IconMegaphone;