/* Relay — icon set. Simple stroke icons, inherit currentColor. */
function Icon({ d, size = 18, fill = "none", stroke = 2, children, vb = 24, style }) {
return (
);
}
const I = {
dashboard: (p) => ,
orders: (p) => ,
catalog: (p) => ,
reports: (p) => ,
integrations: (p) => ,
settings: (p) => ,
bell: (p) => ,
search: (p) => ,
soundOn: (p) => ,
soundOff: (p) => ,
chevronDown: (p) => ,
check: (p) => ,
x: (p) => ,
clock: (p) => ,
printer: (p) => ,
store: (p) => ,
user: (p) => ,
filter: (p) => ,
list: (p) => ,
grid: (p) => ,
columns: (p) => ,
plus: (p) => ,
arrowRight: (p) => ,
utensils: (p) => ,
package: (p) => ,
pin: (p) => ,
refresh: (p) => ,
more: (p) => ,
bolt: (p) => ,
phone: (p) => ,
receipt: (p) => ,
};
Object.assign(window, { Icon, I });