@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) • 697 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-pound-24><path d="M19 20H8.3c2.09-2.43 2.87-4.31 2.8-6h5.91c.55 0 1-.45 1-1s-.45-1-1-1H10.6c-.484-1.14-1.252-2.142-1.65-3.32C8.042 5.955 10.135 3 13 3c2.573 0 4.427 1.816 5.03 4.24a1 1 0 0 0 1.94-.48C19.142 3.462 16.48 1 13 1c-2.37 0-4.18 1.2-5.22 2.84-1.03 1.61-1.33 3.67-.73 5.48.314.942.81 1.84 1.32 2.69H5c-.55 0-1 .45-1 1s.45 1 1 1h4.09c.09 1.19-.5 3-3.8 6.29 0 0 0 .01-.01.02-.28.28-.342.706-.21 1.07a.99.99 0 0 0 .92.61H19c.55 0 1-.45 1-1s-.45-1-1-1Z"></path></symbol>';
}