From a18f0ddbeaeb4e7ddb8a9bb1a5fce9d661b9fa71 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 15 Dec 2024 14:35:06 +0100 Subject: [PATCH] 15 new icons: `filled/chart-dots-2`, `filled/chart-dots-3`, `filled/chart-funnel`, `filled/chart-pie-2`, `filled/chart-pie-3`, `filled/chart-pie-4`, `filled/chef-hat`, `filled/circle-caret-down`, `filled/circle-caret-left`, `filled/circle-caret-right`, `filled/circle-caret-up`, `filled/circle-chevron-down`, `filled/circle-chevron-left`, `filled/circle-chevron-right`, `filled/circle-chevron-up` Fixed icon: `filled/chart-donut` --- icons/filled/chart-donut.svg | 3 +-- icons/filled/chart-dots-2.svg | 11 +++++++++++ icons/filled/chart-dots-3.svg | 11 +++++++++++ icons/filled/chart-funnel.svg | 11 +++++++++++ icons/filled/chart-pie-2.svg | 11 +++++++++++ icons/filled/chart-pie-3.svg | 11 +++++++++++ icons/filled/chart-pie-4.svg | 11 +++++++++++ icons/filled/chef-hat.svg | 12 ++++++++++++ icons/filled/circle-caret-down.svg | 11 +++++++++++ icons/filled/circle-caret-left.svg | 11 +++++++++++ icons/filled/circle-caret-right.svg | 11 +++++++++++ icons/filled/circle-caret-up.svg | 11 +++++++++++ icons/filled/circle-chevron-down.svg | 11 +++++++++++ icons/filled/circle-chevron-left.svg | 11 +++++++++++ icons/filled/circle-chevron-right.svg | 11 +++++++++++ icons/filled/circle-chevron-up.svg | 11 +++++++++++ 16 files changed, 167 insertions(+), 2 deletions(-) create mode 100644 icons/filled/chart-dots-2.svg create mode 100644 icons/filled/chart-dots-3.svg create mode 100644 icons/filled/chart-funnel.svg create mode 100644 icons/filled/chart-pie-2.svg create mode 100644 icons/filled/chart-pie-3.svg create mode 100644 icons/filled/chart-pie-4.svg create mode 100644 icons/filled/chef-hat.svg create mode 100644 icons/filled/circle-caret-down.svg create mode 100644 icons/filled/circle-caret-left.svg create mode 100644 icons/filled/circle-caret-right.svg create mode 100644 icons/filled/circle-caret-up.svg create mode 100644 icons/filled/circle-chevron-down.svg create mode 100644 icons/filled/circle-chevron-left.svg create mode 100644 icons/filled/circle-chevron-right.svg create mode 100644 icons/filled/circle-chevron-up.svg diff --git a/icons/filled/chart-donut.svg b/icons/filled/chart-donut.svg index fadb7effd..c5cc7f28a 100644 --- a/icons/filled/chart-donut.svg +++ b/icons/filled/chart-donut.svg @@ -9,6 +9,5 @@ unicode: "f66f" viewBox="0 0 24 24" fill="currentColor" > - - + diff --git a/icons/filled/chart-dots-2.svg b/icons/filled/chart-dots-2.svg new file mode 100644 index 000000000..b5950da22 --- /dev/null +++ b/icons/filled/chart-dots-2.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/chart-dots-3.svg b/icons/filled/chart-dots-3.svg new file mode 100644 index 000000000..dda408c3c --- /dev/null +++ b/icons/filled/chart-dots-3.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/chart-funnel.svg b/icons/filled/chart-funnel.svg new file mode 100644 index 000000000..46010cd08 --- /dev/null +++ b/icons/filled/chart-funnel.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/chart-pie-2.svg b/icons/filled/chart-pie-2.svg new file mode 100644 index 000000000..6e9ee9353 --- /dev/null +++ b/icons/filled/chart-pie-2.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/chart-pie-3.svg b/icons/filled/chart-pie-3.svg new file mode 100644 index 000000000..47981ab69 --- /dev/null +++ b/icons/filled/chart-pie-3.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/chart-pie-4.svg b/icons/filled/chart-pie-4.svg new file mode 100644 index 000000000..0aad704d4 --- /dev/null +++ b/icons/filled/chart-pie-4.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/chef-hat.svg b/icons/filled/chef-hat.svg new file mode 100644 index 000000000..081b3c5fc --- /dev/null +++ b/icons/filled/chef-hat.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/icons/filled/circle-caret-down.svg b/icons/filled/circle-caret-down.svg new file mode 100644 index 000000000..4c69d835e --- /dev/null +++ b/icons/filled/circle-caret-down.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/circle-caret-left.svg b/icons/filled/circle-caret-left.svg new file mode 100644 index 000000000..7a02ae3e1 --- /dev/null +++ b/icons/filled/circle-caret-left.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/circle-caret-right.svg b/icons/filled/circle-caret-right.svg new file mode 100644 index 000000000..edaa74704 --- /dev/null +++ b/icons/filled/circle-caret-right.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/circle-caret-up.svg b/icons/filled/circle-caret-up.svg new file mode 100644 index 000000000..b472a21d3 --- /dev/null +++ b/icons/filled/circle-caret-up.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/circle-chevron-down.svg b/icons/filled/circle-chevron-down.svg new file mode 100644 index 000000000..955ea9586 --- /dev/null +++ b/icons/filled/circle-chevron-down.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/circle-chevron-left.svg b/icons/filled/circle-chevron-left.svg new file mode 100644 index 000000000..3fbf1e399 --- /dev/null +++ b/icons/filled/circle-chevron-left.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/circle-chevron-right.svg b/icons/filled/circle-chevron-right.svg new file mode 100644 index 000000000..c9c3e9028 --- /dev/null +++ b/icons/filled/circle-chevron-right.svg @@ -0,0 +1,11 @@ + + + + diff --git a/icons/filled/circle-chevron-up.svg b/icons/filled/circle-chevron-up.svg new file mode 100644 index 000000000..5a874b4e1 --- /dev/null +++ b/icons/filled/circle-chevron-up.svg @@ -0,0 +1,11 @@ + + + +