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) 537 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-folder-24><path fill-rule=evenodd d="M1 6a3 3 0 0 1 3-3h4.172a3 3 0 0 1 2.12.879L11.415 5H20a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6Zm2 0a1 1 0 0 1 1-1h4.172a1 1 0 0 1 .707.293l1.414 1.414A1 1 0 0 0 11 7h9a1 1 0 0 1 1 1v2H3V6Zm18 6v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6h18Z" clip-rule=evenodd></path></symbol>'; }