UNPKG

@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) 496 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.symbol = symbol; function symbol() { // eslint-disable-next-line max-len,quotes return '<symbol viewbox="0 0 16 16" id=icon-arrow-down-16><path d="M7.028 2v9.59l-4.307-4.3a1.011 1.011 0 0 0-1.426 0 1.001 1.001 0 0 0 0 1.42l6.024 6a1.007 1.007 0 0 0 1.416 0l6.024-6a.997.997 0 0 0-.053-1.358 1.007 1.007 0 0 0-1.363-.052l-4.307 4.29V2c0-.552-.45-1-1.004-1-.555 0-1.004.448-1.004 1Z"></path></symbol>'; }