@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
8 lines (7 loc) • 1.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 24 24" id=icon-megaphone-24><path fill-rule=evenodd clip-rule=evenodd d="M15.473 5.135c-2.368 2.04-3.894 3.22-5.473 3.662v4.406c1.582.443 3.114 1.625 5.482 3.663.246-1.134.518-3.029.518-5.866 0-2.84-.277-4.734-.527-5.865ZM8.5 7H3a3 3 0 0 0-3 3v2c0 1.386.94 2.552 2.216 2.897l1.719 6.015A1.5 1.5 0 0 0 5.377 22h2.96a1.5 1.5 0 0 0 1.442-1.912L8.326 15h.224c1.366.016 2.506.687 5.791 3.524.492.424 1.142.58 1.744.418a1.792 1.792 0 0 0 1.28-1.337c.3-1.26.635-3.386.635-6.605 0-3.228-.342-5.356-.648-6.614a1.79 1.79 0 0 0-1.282-1.328 1.907 1.907 0 0 0-1.737.419C11.005 6.352 9.89 7 8.5 7ZM3 9a1 1 0 0 0-1 1v2a1 1 0 0 0 1.023 1H8V9H3Zm3.246 6h-1.92l1.428 5h1.92l-1.428-5ZM21 10a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Zm2.894-4.447a1 1 0 0 1-.447 1.342l-2 1a1 1 0 1 1-.894-1.79l2-1a1 1 0 0 1 1.341.448Zm-2.447 8.553a1 1 0 1 0-.894 1.789l2 1a1 1 0 0 0 .894-1.79l-2-1Z"></path></symbol>';
}