@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) • 684 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 16 16" id=icon-image-16><path d="M10 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path><path fill-rule=evenodd d="M1 3.5A2.5 2.5 0 0 1 3.5 1h9A2.5 2.5 0 0 1 15 3.5v9a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9Zm12 0v6.086l-1.293-1.293a1 1 0 0 0-1.414 0L9.108 9.478 6.8 6.4a1 1 0 0 0-1.58-.025L3 9.15V3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5Zm-10 9v-.15l2.974-3.717L8.2 11.6a1 1 0 0 0 1.507.107L11 10.414l2 2v.086a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5Z" clip-rule=evenodd></path></symbol>';
}