mirror of
https://github.com/tabler/tabler.git
synced 2026-08-17 08:33:51 +04:00
update icons to v1.91.0 (#1218)
This commit is contained in:
+16
-6
@@ -13,6 +13,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
||||
<title>Widgets - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
|
||||
<style>
|
||||
@import url('https://rsms.me/inter/inter.css');
|
||||
:root {
|
||||
--tblr-font-sans-serif: Inter,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif !important;
|
||||
}
|
||||
</style>
|
||||
<!-- CSS files -->
|
||||
<link href="./dist/css/tabler.min.css" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler-flags.min.css" rel="stylesheet"/>
|
||||
@@ -394,6 +400,10 @@
|
||||
<a class="dropdown-item" href="./license.html">
|
||||
License
|
||||
</a>
|
||||
<a class="dropdown-item" href="./logs.html">
|
||||
Logs
|
||||
<span class="badge badge-sm bg-green text-uppercase ms-2">New</span>
|
||||
</a>
|
||||
<a class="dropdown-item" href="./music.html">
|
||||
Music
|
||||
</a>
|
||||
@@ -482,7 +492,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><line x1="10" y1="10" x2="10.01" y2="10" /><line x1="14" y1="10" x2="14.01" y2="10" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
|
||||
</span>
|
||||
<span class="nav-link-title">
|
||||
2160 icons
|
||||
2320 icons
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -881,7 +891,7 @@
|
||||
<div class="card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-auto">
|
||||
<span class="bg-blue text-white avatar"><!-- Download SVG icon from http://tabler-icons.io/i/currency-dollar -->
|
||||
<span class="bg-primary text-white avatar"><!-- Download SVG icon from http://tabler-icons.io/i/currency-dollar -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2" /><path d="M12 3v3m0 12v3" /></svg>
|
||||
</span>
|
||||
</div>
|
||||
@@ -1554,7 +1564,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
colors: ["#206bc4"],
|
||||
colors: [tabler.getColor("primary")],
|
||||
series: [56],
|
||||
})).render();
|
||||
});
|
||||
@@ -1593,7 +1603,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
colors: ["#5eba00"],
|
||||
colors: [tabler.getColor("green")],
|
||||
series: [56],
|
||||
})).render();
|
||||
});
|
||||
@@ -1632,7 +1642,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
colors: ["#cd201f"],
|
||||
colors: [tabler.getColor("red")],
|
||||
series: [56],
|
||||
})).render();
|
||||
});
|
||||
@@ -1671,7 +1681,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
colors: ["#fab005"],
|
||||
colors: [tabler.getColor("yellow")],
|
||||
series: [56],
|
||||
})).render();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user