blob: 2dedd740242a0f8559eabce42c99cfa1195f89db [file] [log] [blame]
Sean Rhodes9c89e3a2021-11-12 08:54:50 +00001## SPDX-License-Identifier: GPL-2.0-only
2
3option('sizes',
4 type: 'array',
5 choices: ['24', '48', '96', '16', '32', '64', '128', '256', '512'],
6 description: 'Choose icon size(s)',
7)
8
9option('mock',
10 type : 'boolean',
11 value : false
12)