@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) • 454 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-arrow-down-24><path d="M11 3v15.585l-6.287-6.298a1.002 1.002 0 0 0-1.679.45c-.093.347.006.716.26.97l7.996 7.997a1 1 0 0 0 1.419 0l7.995-7.998a1.001 1.001 0 0 0 0-1.42 1 1 0 0 0-1.419 0l-6.286 6.299V3a1 1 0 0 0-2 0Z"></path></symbol>';
}