@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) • 893 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-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-3h16ZM4 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H4Zm4.148 3.84c1.49 0 2.644.808 2.992 2.208H9.414c-.202-.661-.628-.93-1.277-.93-.941 0-1.446.773-1.446 1.882s.505 1.883 1.446 1.883c.65 0 1.075-.27 1.277-.93h1.726c-.348 1.4-1.502 2.207-2.992 2.207C6.3 15.16 5 13.826 5 12s1.3-3.16 3.148-3.16Zm7.86 0c1.49 0 2.645.808 2.992 2.208h-1.726c-.201-.661-.627-.93-1.277-.93-.94 0-1.445.773-1.445 1.882 0 1.11.504 1.883 1.445 1.883.65 0 1.076-.27 1.277-.93H19c-.347 1.4-1.501 2.207-2.991 2.207-1.849 0-3.149-1.334-3.149-3.16s1.3-3.16 3.149-3.16Z"></path></symbol>';
}