@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) • 797 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-camera-16><path fill-rule=evenodd clip-rule=evenodd d="M8 5.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"></path><path fill-rule=evenodd clip-rule=evenodd d="M6.427 1a2.5 2.5 0 0 0-2.236 1.382L3.882 3H2.5A2.5 2.5 0 0 0 0 5.5v7A2.5 2.5 0 0 0 2.5 15h11a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 13.5 3h-1.382l-.309-.618A2.5 2.5 0 0 0 9.573 1H6.427ZM5.98 3.276A.5.5 0 0 1 6.427 3h3.146a.5.5 0 0 1 .447.276l.586 1.171A1 1 0 0 0 11.5 5h2a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h2a1 1 0 0 0 .894-.553l.586-1.17Z"></path></symbol>';
}