UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ArticleOutlined = { name: 'article', theme: 'outlined', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1m-1-2V4H5v16zM7 6h4v4H7zm0 6h10v2H7zm0 4h10v2H7zm6-9h4v2h-4z"/>', }; exports.default = ArticleOutlined;