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) 605 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 16 16" id=icon-article-16><path d="M8 4a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2H8Zm0 3a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2H8Zm-1 4a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z"></path><path fill-rule=evenodd d="M6 1a2 2 0 0 0-2 2v3H2a2 2 0 0 0-2 2v4a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a2 2 0 0 0-2-2H6Zm7 12H5.83c.11-.313.17-.65.17-1V3h8v9a1 1 0 0 1-1 1ZM4 8H2v4a1 1 0 1 0 2 0V8Z" clip-rule=evenodd></path></symbol>'; }