@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) • 826 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 24 24" id=icon-closed-caption-filled-24><path d="M20 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h16ZM8.148 8.84C6.3 8.84 5 10.175 5 12s1.3 3.16 3.148 3.16c1.49 0 2.644-.807 2.992-2.207H9.414c-.202.66-.628.93-1.277.93-.941 0-1.446-.774-1.446-1.883s.505-1.882 1.446-1.882c.65 0 1.075.269 1.277.93h1.726c-.348-1.4-1.502-2.207-2.992-2.207Zm7.86 0c-1.848 0-3.147 1.334-3.148 3.16 0 1.826 1.3 3.16 3.149 3.16 1.49 0 2.644-.807 2.991-2.207h-1.726c-.201.66-.627.93-1.277.93-.94 0-1.445-.774-1.445-1.883s.504-1.882 1.445-1.882c.65 0 1.076.269 1.277.93H19c-.347-1.4-1.501-2.207-2.991-2.207Z"></path></symbol>';
}