@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) • 538 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-selling-filled-24><path fill-rule=evenodd clip-rule=evenodd d="M1 4.999A4 4 0 0 1 5.003 1h6.166c.806 0 1.577.324 2.141.898l8.832 8.99a2.998 2.998 0 0 1-.018 4.219l-7.004 7.014a3.002 3.002 0 0 1-4.228.02L1.897 13.3a2.998 2.998 0 0 1-.896-2.139V5ZM7.506 9a1.5 1.5 0 1 0 0-3.001 1.5 1.5 0 0 0 0 3.001Z"></path></symbol>';
}