@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) • 818 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-shirt-24><path fill-rule=evenodd clip-rule=evenodd d="M10 3.01a7 7 0 0 1 .386-.01h3.228a7 7 0 0 1 .386.01 2 2 0 0 1-4 0ZM10.386 1h3.228a9 9 0 0 1 3.027.524l4.368 1.56A3 3 0 0 1 23 5.91V10a1 1 0 0 1-1 1h-3v8.5a.999.999 0 0 1-.051.316C18.607 20.843 16.692 23 12 23c-4.691 0-6.607-2.157-6.949-3.184A1 1 0 0 1 5 19.5V11H2a1 1 0 0 1-1-1V5.91a3 3 0 0 1 1.991-2.826l4.368-1.56A9 9 0 0 1 10.386 1ZM12 21c3.569 0 4.755-1.39 5-1.738V10a1 1 0 0 1 1-1h3V5.91a1 1 0 0 0-.664-.942L15.98 3.412a4 4 0 0 1-7.958 0L3.664 4.968A1 1 0 0 0 3 5.909V9h3a1 1 0 0 1 1 1v9.262C7.245 19.61 8.431 21 12 21Z"></path></symbol>';
}