(icon: IconName)
| 119 | Self::Unlock => "icons/unlock.svg", |
| 120 | Self::Box => "icons/box.svg", |
| 121 | Self::Package => "icons/package.svg", |
| 122 | Self::Eye => "icons/eye.svg", |
| 123 | Self::EyeOff => "icons/eye-closed.svg", |
| 124 | Self::Table => "icons/table.svg", |
| 125 | } |
| 126 | .into() |
nothing calls this directly
no outgoing calls
no test coverage detected