@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) • 530 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-zoom-out-16><path d="M4 6.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Z"></path><path d="m14.739 13.34.021.01a1 1 0 0 1-1.41 1.41l-3.732-3.732A5.47 5.47 0 0 1 6.5 12 5.5 5.5 0 1 1 12 6.5c0 1.174-.37 2.259-.996 3.151l.025.008 3.71 3.681ZM6.5 3a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Z"></path></symbol>';
}