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) 621 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-article-24><path d="M12 7a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Zm0 4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Zm-1 5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z"></path><path fill-rule=evenodd d="M7 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4v-7a2 2 0 0 1 2-2h4V4Zm14 14a2 2 0 0 1-2 2H8.465c.34-.588.535-1.271.535-2V4h12v14ZM7 18a2 2 0 1 1-4 0v-7h4v7Z" clip-rule=evenodd></path></symbol>'; }