@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.03 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 16 16" id=icon-megaphone-16><path fill-rule=evenodd clip-rule=evenodd d="M9.782 3.805C8.68 4.725 7.83 5.337 7 5.675v2.649c.83.339 1.68.95 2.782 1.871C9.9 9.468 10 8.425 10 7c0-1.426-.101-2.468-.218-3.195ZM9.04 1.813C6.828 3.709 6.15 4 5.35 4H2.333A2.333 2.333 0 0 0 0 6.333v1.334c0 1.25.983 2.27 2.219 2.33l.81 3.245a1 1 0 0 0 1.941-.485L4.28 10h1.07c.801 0 1.478.29 3.69 2.187a1.6 1.6 0 0 0 1.456.345c.529-.141.95-.558 1.087-1.131C11.784 10.554 12 9.146 12 7s-.216-3.554-.417-4.401a1.519 1.519 0 0 0-1.087-1.131 1.602 1.602 0 0 0-1.456.345ZM2.333 6A.333.333 0 0 0 2 6.333v1.334c0 .184.15.333.333.333H5V6H2.333ZM14 6a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2h-1Zm1.894-2.947a1 1 0 0 1-.447 1.341l-1 .5a1 1 0 1 1-.894-1.789l1-.5a1 1 0 0 1 1.341.448Zm-1.447 6.052a1 1 0 1 0-.894 1.79l1 .5a1 1 0 0 0 .894-1.79l-1-.5Z"></path></symbol>';
}