Add configurable editor, onlySolid and onlyOutline options
You can disable icon editor now by using ->disableEditor()
method on field.
Also it is possible to use one set of icons, solid or outline instead of both, just add ->onlyOutline()
or ->onlySolid()
method.
Special thx to @Benjacho for ideas of these changes.