@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) • 839 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-speedometer-24><path fill-rule=evenodd clip-rule=evenodd d="M13 3.05V5a1 1 0 1 1-2 0V3.05a9.946 9.946 0 0 0-5.327 2.206l1.38 1.38A1 1 0 0 1 5.639 8.05l-1.38-1.38A9.954 9.954 0 0 0 2.048 12H4a1 1 0 1 1 0 2H2.05a9.955 9.955 0 0 0 2.413 5.573l.5-.5a.877.877 0 0 1 .026-.026l.876-.875a1 1 0 1 1 1.414 1.414l-2.121 2.121a.997.997 0 0 1-1.404.011A11.97 11.97 0 0 1 0 13C0 6.373 5.373 1 12 1s12 5.373 12 12a11.97 11.97 0 0 1-3.764 8.727 1 1 0 1 1-1.373-1.454A9.97 9.97 0 0 0 22 13c0-5.185-3.947-9.449-9-9.95Zm-1 7.45c.322 0 .63.061.914.172l2.879-2.88a1 1 0 1 1 1.414 1.415l-2.88 2.88A2.5 2.5 0 1 1 12 10.5Z"></path></symbol>';
}