@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) • 586 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 20 20" id=icon-pencil-20><path fill-rule=evenodd clip-rule=evenodd d="M17.975 2.026a3.5 3.5 0 0 0-4.95 0L2.292 12.794a1 1 0 0 0-.268.49l-1 4.5a1 1 0 0 0 1.193 1.192l4.5-1a1 1 0 0 0 .489-.267L17.975 6.975a3.5 3.5 0 0 0 0-4.95Zm-4.327 2.208.791-.794a1.5 1.5 0 0 1 2.122 2.121l-.794.792-2.119-2.12ZM12.236 5.65 3.913 14l-.596 2.683L6 16.087l8.35-8.323-2.114-2.114Z"></path></symbol>';
}