G
Ryan's Git Repos
nix-files
files
log
graph
refs
Ref
main
users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vim.jsx
main
· 201 B · 9 lines
raw
1
import
Icon from
"../icon.jsx"
;
2
3
export
default
function
Vim(props) {
4
return
(
5
<
Icon
{...props}>
6
<
path
d=
"M1 1L0 2v2h1v19h4L24 4V2l-1-1h-8l-1 1v2h1l-6 7V4h1V2L9 1H1z"
/>
7
</
Icon
>
8
);
9
}