UNPKG

@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) 892 B
"use strict"; 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-print-24><path d="M17 9a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3Z"></path><path d="M5 2.222C5 .995 5.995 0 7.222 0h9.556C18.005 0 19 .995 19 2.222V6h2.778C23.005 6 24 6.995 24 8.222v8.556A2.222 2.222 0 0 1 21.778 19H19v2.778A2.222 2.222 0 0 1 16.778 24H7.222A2.222 2.222 0 0 1 5 21.778V19H2.222A2.222 2.222 0 0 1 0 16.777V8.223C0 6.995.995 6 2.222 6H5V2.222ZM5 17v-3H4a1 1 0 1 1 0-2h16a1 1 0 1 1 0 2h-1v3h2.778c.123 0 .222-.1.222-.223V8.223C22 8.1 21.9 8 21.778 8H2.222C2.1 8 2 8.1 2 8.222v8.556c0 .122.1.222.222.222H5Zm2 4.778c0 .123.1.222.222.222h9.556c.123 0 .222-.1.222-.222V14H7v7.778ZM17 2.222C17 2.1 16.9 2 16.778 2H7.222C7.1 2 7 2.1 7 2.222V6h10V2.222Z"></path></symbol>'; }