@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) • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 40 40" id=icon-hand-swipe-40><path fill-rule=evenodd clip-rule=evenodd d="M22.88 11.64a1 1 0 0 0 1.408-.007l.042-.043a1 1 0 0 0 .158-1.208 1.5 1.5 0 0 1 2.276-1.942l1.01 1.008h-.001c1.69 1.69 5.66 6.415 7.483 11.303 1.36 3.649.897 7.245-1.691 9.833-2.357 2.356-5.605 2.888-9.168 2.037-5.495-1.314-13.24-4.863-15.693-6.022a1.211 1.211 0 0 1-.596-.627 1.266 1.266 0 0 1 1.412-1.74l6.242 1.244a1.003 1.003 0 0 0 1.22-.776 1 1 0 0 0-.315-.943L4.44 11.571a1.498 1.498 0 1 1 2.117-2.12l6.315 6.314.002-.002a1.005 1.005 0 0 0 1.493-1.341 1.5 1.5 0 0 1 2.22-2.013l1.173 1.173a1 1 0 0 0 1.35-.06l.028-.027a1 1 0 0 0 .098-1.301l.002-.003a1.498 1.498 0 0 1 2.303-1.894l1.339 1.343ZM3.03 12.988l9.921 9.889-3.039-.606c-2.576-.513-4.674 2.07-3.643 4.486.307.719.861 1.31 1.58 1.65 2.43 1.148 10.356 4.79 16.083 6.159 4.013.959 8.055.425 11.048-2.568 3.262-3.262 3.72-7.737 2.15-11.946-1.946-5.223-6.082-10.145-7.895-11.971a.861.861 0 0 0-.023-.024l-1.033-1.032a3.501 3.501 0 0 0-5.802 1.388 3.5 3.5 0 0 0-5.248 1.943 3.502 3.502 0 0 0-4.898 1.938L7.972 8.037a3.499 3.499 0 1 0-4.943 4.95Z"></path></symbol>';
}