@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) • 435 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-sharpen-24><path fill-rule=evenodd d="M12.893 2.553a1 1 0 0 0-1.79 0l-8.996 18A1 1 0 0 0 3.002 22h17.996a1 1 0 0 0 .895-1.448l-9-17.999Zm6.486 17.446L12 5.238 4.62 19.999h14.76Z" clip-rule=evenodd></path></symbol>';
}