@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) • 698 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-flash-off-24><path d="M5.731 1.318A1 1 0 1 0 4.27 2.682l14 15a1 1 0 0 0 1.462-1.364l-14-15ZM14.233 3l-1.91 3.183L14.02 8h3.11l-1.296 1.944 1.403 1.503 2.595-3.892.057-.097A1 1 0 0 0 19 6h-4.235l2.093-3.486A1 1 0 0 0 16 1h-6a1 1 0 0 0-.894.553l-.385.77 1.456 1.56.441-.883h3.615ZM4.106 11.553l2.229-4.459 1.456 1.56L6.618 11H9.98l1.845 1.976-.853 4.262 2.013-3.02 1.402 1.504-4.555 6.833c-.607.911-2.027.323-1.813-.751L9.78 13H5a1 1 0 0 1-.94-1.341l.046-.106Z"></path></symbol>';
}