@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.21 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-closed-caption-16><path d="M13.5 1A2.5 2.5 0 0 1 16 3.5v9a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 12.5v-9A2.5 2.5 0 0 1 2.5 1h11Zm-11 2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-11Zm3.003 2.817c1.018 0 1.827.558 2.07 1.534l.045.186H6.206l-.032-.106c-.058-.19-.142-.308-.245-.38-.104-.073-.244-.113-.433-.113a.67.67 0 0 0-.57.277c-.132.18-.21.448-.21.784s.078.604.21.783a.669.669 0 0 0 .57.277c.189 0 .329-.04.433-.113.102-.072.187-.19.245-.379l.032-.106h1.412l-.046.186c-.242.976-1.051 1.533-2.07 1.533-1.271 0-2.173-.926-2.173-2.181s.902-2.181 2.174-2.182Zm5.054 0c1.017 0 1.826.558 2.068 1.534l.046.186h-1.412l-.032-.106c-.058-.19-.143-.308-.246-.38-.104-.073-.243-.113-.432-.113a.67.67 0 0 0-.57.277c-.132.18-.208.448-.208.784s.076.604.208.783a.67.67 0 0 0 .57.277c.189 0 .329-.04.432-.113.103-.072.188-.19.246-.379l.032-.106h1.412l-.046.186c-.242.976-1.05 1.533-2.068 1.533-1.273 0-2.174-.926-2.174-2.181s.901-2.182 2.174-2.182Z"></path></symbol>';
}