@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) • 895 B
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-headphone-16><path fill-rule=evenodd d="M3.011 7.66a5 5 0 0 1 9.978 0c-.695-.373-1.522-.582-2.422-.642C9.67 6.958 9 7.69 9 8.5v5c0 .81.67 1.54 1.567 1.481 1.245-.083 2.348-.45 3.158-1.143.832-.712 1.274-1.703 1.275-2.835V8A7 7 0 1 0 1 8v3.003c0 1.132.443 2.123 1.275 2.835.81.693 1.914 1.06 3.158 1.143C6.33 15.041 7 14.31 7 13.5v-5c0-.81-.67-1.542-1.567-1.482-.9.06-1.727.269-2.422.642ZM3 11c0-.578.208-1.005.576-1.32.307-.262.774-.485 1.424-.6v3.839c-.65-.114-1.117-.337-1.424-.6-.368-.315-.576-.742-.576-1.32Zm9.424-1.32c.368.315.576.742.576 1.32 0 .577-.208 1.004-.576 1.318-.307.264-.774.487-1.424.6V9.082c.65.114 1.117.337 1.424.6Z" clip-rule=evenodd></path></symbol>';
}