@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.18 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-live-broadcast-thin-16><path d="M14.549 12.647a.75.75 0 0 1-1.232-.857l1.232.857Zm-11.866-.859a.75.75 0 0 1-1.232.857l1.232-.857Zm10.822-8.62a.75.75 0 0 1 1.044.187A8.115 8.115 0 0 1 16 8a8.12 8.12 0 0 1-1.451 4.646l-.615-.429-.617-.428A6.614 6.614 0 0 0 14.5 8.001a6.613 6.613 0 0 0-1.183-3.789.751.751 0 0 1 .188-1.045ZM1.45 3.352a.751.751 0 0 1 1.232.857A6.614 6.614 0 0 0 1.5 8c0 1.412.438 2.718 1.183 3.788l-.617.428-.615.429A8.114 8.114 0 0 1 0 7.999c0-1.727.537-3.331 1.451-4.646Zm3.077.86a.75.75 0 1 1 1.077 1.043A3.932 3.932 0 0 0 4.5 8c0 1.07.422 2.039 1.105 2.745a.75.75 0 1 1-1.077 1.043A5.433 5.433 0 0 1 3 8c0-1.472.583-2.81 1.528-3.787Zm5.883-.018a.75.75 0 0 1 1.06.018A5.432 5.432 0 0 1 13 8a5.433 5.433 0 0 1-1.528 3.788.75.75 0 0 1-1.077-1.043A3.933 3.933 0 0 0 11.5 8c0-1.07-.422-2.038-1.105-2.744a.75.75 0 0 1 .016-1.06ZM6.684 6.671a.4.4 0 0 1 .608-.342l2.17 1.33a.4.4 0 0 1 0 .681l-2.17 1.33a.4.4 0 0 1-.608-.343V6.671Z"></path></symbol>';
}