UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const EditBoxOutlined = { name: 'edit-box', theme: 'outlined', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m16.757 3-2 2H5v14h14V9.243l2-2V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3.728-.9L21.9 3.516l-9.192 9.192-1.412.003-.002-1.417z"/>', }; exports.default = EditBoxOutlined;