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) 512 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-note-24><path d="M18 1a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h12ZM6 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H6Zm6 11a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h4Zm4-4a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h8Zm0-4a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2h8Z"></path></symbol>'; }