@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) • 472 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 12 12" id=icon-arrow-down-12><path d="m5.477 10.79-4.27-4.288A.717.717 0 0 1 1.21 5.49a.71.71 0 0 1 1.007.003l3.054 3.073V1.715a.713.713 0 1 1 1.423 0v6.852l3.054-3.073a.71.71 0 0 1 1.232.298.716.716 0 0 1-.229.71l-4.27 4.287a.71.71 0 0 1-1.004 0Z"></path></symbol>';
}