@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) • 743 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-camera-24><path fill-rule=evenodd clip-rule=evenodd d="M12 8a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm-3 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z"></path><path fill-rule=evenodd clip-rule=evenodd d="M9.442 2a3 3 0 0 0-2.847 2.051L6.28 5H3a3 3 0 0 0-3 3v11a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3h-3.28l-.316-.949A3 3 0 0 0 14.56 2H9.442Zm-.95 2.684A1 1 0 0 1 9.443 4h5.117a1 1 0 0 1 .948.684l.544 1.632A1 1 0 0 0 17 7h4a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h4a1 1 0 0 0 .949-.684l.544-1.632Z"></path></symbol>';
}