@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) • 936 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-car-brake-24><path fill-rule=evenodd clip-rule=evenodd d="M14 2.42c0-1.342-1.12-2.588-2.622-2.4C5.484.763.763 5.484.021 11.378-.168 12.881 1.078 14 2.42 14h.63c.501 5.053 4.765 9 9.95 9 5.523 0 10-4.477 10-10 0-5.185-3.947-9.449-9-9.95v-.63Zm0 2.642V5.5c0 1.424-1.142 2.375-2.238 2.654a5.01 5.01 0 0 0-3.608 3.608C7.875 12.858 6.924 14 5.5 14h-.438A8.001 8.001 0 0 0 21 13a8.001 8.001 0 0 0-7-7.938Zm-2.372-3.056a.279.279 0 0 1 .239.082.46.46 0 0 1 .133.332V5.5c0 .233-.222.586-.732.716a7.01 7.01 0 0 0-5.052 5.052c-.13.51-.483.732-.716.732H2.42a.46.46 0 0 1-.332-.133.278.278 0 0 1-.082-.24c.627-4.987 4.634-8.994 9.622-9.621ZM13 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z"></path></symbol>';
}