mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
7 lines
No EOL
189 B
JavaScript
7 lines
No EOL
189 B
JavaScript
import { Widget } from '../imports.js';
|
|
|
|
export const MaterialIcon = (icon, size, props = {}) => Widget.Label({
|
|
className: `icon-material txt-${size}`,
|
|
label: icon,
|
|
...props,
|
|
}) |