mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 10:07:30 -05:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Widget } from '../imports.js';
|
||||
|
||||
export const MaterialIcon = (icon, size, props = {}) => Widget.Label({
|
||||
className: `icon-material txt-${size}`,
|
||||
label: icon,
|
||||
...props,
|
||||
})
|
||||
Reference in New Issue
Block a user