UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const TodoFilled = { name: 'todo', theme: 'filled', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M17 2h3a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3V0h2v2h6V0h2zM7 8v2h10V8zm0 4v2h10v-2z"/>', }; exports.default = TodoFilled;