@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) • 620 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-rotate-portrait-right-24><path d="M13 0a1 1 0 1 0 0 2h1a5 5 0 0 1 5 5v.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L21 7.586V7a7 7 0 0 0-7-7h-1Z"></path><path fill-rule=evenodd clip-rule=evenodd d="M4 5a3 3 0 0 0-3 3v13a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3H4ZM3 8a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8Z"></path></symbol>';
}