@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) • 548 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-24><path d="M10 1h6a1 1 0 0 1 .857 1.514L14.765 6H19a1 1 0 0 1 .889 1.458l-.057.097-10 15c-.608.911-2.028.323-1.813-.751L9.78 13H5a1 1 0 0 1-.94-1.341l.046-.106 5-10A1 1 0 0 1 10 1Zm2.142 5.486L14.232 3h-3.614l-4 8H11a1 1 0 0 1 .997 1.08l-.017.116-1.008 5.042L17.13 8H13a1 1 0 0 1-.911-1.413l.053-.101Z"></path></symbol>';
}