This PR improves adding and working with icons by using the new `DerivePathStr` to derive icon paths. This means paths no longer need to be manually specified, and the `IconName` and file name will always be consistent between icons. This PR does not do any work to standardize icons visually, remove unused icons, or any other such cleanup. Release Notes: - N/A
6 lines
334 B
XML
6 lines
334 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M3 5H11" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M3 8H13" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M3 11H9" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
</svg>
|