@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) • 540 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-satchel-24><path fill-rule=evenodd clip-rule=evenodd d="M7 1a3 3 0 0 0-3 3v16a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H7ZM6 4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1.353l-5.795 2.602a.5.5 0 0 1-.41 0L6 5.353V4Zm0 3.545V20a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7.545L13.024 9.78a2.5 2.5 0 0 1-2.048 0L6 7.545Z"></path></symbol>';
}