diff --git a/.build/import.mjs b/.build/import.mjs index 3df42f4c7..1377ec30d 100644 --- a/.build/import.mjs +++ b/.build/import.mjs @@ -45,6 +45,13 @@ files.forEach(function(file, i) { fileData = optimizeSVG(fileData) + if (filename.match(/\-filled$/)) { + fileData = fileData + .replace(/\/>/g, ' stroke-width="0" />') + + console.log('fileData', fileData) + } + fileData = fileData.replace(//g, '---\n---\n') if (fs.existsSync(`./src/_icons/${filename}.svg`)) { diff --git a/src/_icons/accessible-off-filled.svg b/src/_icons/accessible-off-filled.svg new file mode 100644 index 000000000..29a88f255 --- /dev/null +++ b/src/_icons/accessible-off-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/ad-filled.svg b/src/_icons/ad-filled.svg new file mode 100644 index 000000000..4de9bda8c --- /dev/null +++ b/src/_icons/ad-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/adjustments-filled.svg b/src/_icons/adjustments-filled.svg new file mode 100644 index 000000000..959b1c323 --- /dev/null +++ b/src/_icons/adjustments-filled.svg @@ -0,0 +1,8 @@ +--- +category: Filled +--- + + + + + diff --git a/src/_icons/affiliate-filled.svg b/src/_icons/affiliate-filled.svg new file mode 100644 index 000000000..78fc67ab1 --- /dev/null +++ b/src/_icons/affiliate-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/apps-filled.svg b/src/_icons/apps-filled.svg new file mode 100644 index 000000000..3e7fbba76 --- /dev/null +++ b/src/_icons/apps-filled.svg @@ -0,0 +1,9 @@ +--- +category: Filled +--- + + + + + + diff --git a/src/_icons/arrow-autofit-content-filled.svg b/src/_icons/arrow-autofit-content-filled.svg new file mode 100644 index 000000000..aa86ad663 --- /dev/null +++ b/src/_icons/arrow-autofit-content-filled.svg @@ -0,0 +1,8 @@ +--- +category: Filled +--- + + + + + diff --git a/src/_icons/arrow-down-circle.svg b/src/_icons/arrow-down-circle.svg index fcd9505ac..8f501041c 100644 --- a/src/_icons/arrow-down-circle.svg +++ b/src/_icons/arrow-down-circle.svg @@ -5,8 +5,7 @@ version: "1.0" unicode: "ea11" --- - - - - + + + diff --git a/src/_icons/arrow-down-left-circle.svg b/src/_icons/arrow-down-left-circle.svg index 5d963dc75..bdfdc9b46 100644 --- a/src/_icons/arrow-down-left-circle.svg +++ b/src/_icons/arrow-down-left-circle.svg @@ -5,7 +5,7 @@ version: "1.0" unicode: "ea12" --- - - - + + + diff --git a/src/_icons/arrow-down-right-circle.svg b/src/_icons/arrow-down-right-circle.svg index 1ecddc57f..f9c815747 100644 --- a/src/_icons/arrow-down-right-circle.svg +++ b/src/_icons/arrow-down-right-circle.svg @@ -5,7 +5,7 @@ version: "1.0" unicode: "ea14" --- - - - + + + diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg new file mode 100644 index 000000000..c17ebf705 --- /dev/null +++ b/src/_icons/arrow-top-circle.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/arrow-up-left-circle.svg b/src/_icons/arrow-up-left-circle.svg index d98c24cfb..db3363742 100644 --- a/src/_icons/arrow-up-left-circle.svg +++ b/src/_icons/arrow-up-left-circle.svg @@ -5,7 +5,7 @@ version: "1.0" unicode: "ea21" --- - - - + + + diff --git a/src/_icons/arrow-up-right-circle.svg b/src/_icons/arrow-up-right-circle.svg index 10fd2caed..ccef1e59d 100644 --- a/src/_icons/arrow-up-right-circle.svg +++ b/src/_icons/arrow-up-right-circle.svg @@ -5,7 +5,7 @@ version: "1.0" unicode: "ea23" --- - - - + + + diff --git a/src/_icons/circle-arrow-down-filled.svg b/src/_icons/circle-arrow-down-filled.svg new file mode 100644 index 000000000..15ca5e8e4 --- /dev/null +++ b/src/_icons/circle-arrow-down-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/circle-arrow-down-left-filled.svg b/src/_icons/circle-arrow-down-left-filled.svg new file mode 100644 index 000000000..3cfc2a553 --- /dev/null +++ b/src/_icons/circle-arrow-down-left-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/circle-arrow-down-left.svg b/src/_icons/circle-arrow-down-left.svg new file mode 100644 index 000000000..08e11e4a3 --- /dev/null +++ b/src/_icons/circle-arrow-down-left.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/circle-arrow-down-right-filled.svg b/src/_icons/circle-arrow-down-right-filled.svg new file mode 100644 index 000000000..dfb65ac35 --- /dev/null +++ b/src/_icons/circle-arrow-down-right-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/circle-arrow-down-right.svg b/src/_icons/circle-arrow-down-right.svg new file mode 100644 index 000000000..8b345ba6f --- /dev/null +++ b/src/_icons/circle-arrow-down-right.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/circle-arrow-down.svg b/src/_icons/circle-arrow-down.svg new file mode 100644 index 000000000..53281cddb --- /dev/null +++ b/src/_icons/circle-arrow-down.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/circle-arrow-left-filled.svg b/src/_icons/circle-arrow-left-filled.svg new file mode 100644 index 000000000..f97d4be20 --- /dev/null +++ b/src/_icons/circle-arrow-left-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/circle-arrow-left.svg b/src/_icons/circle-arrow-left.svg new file mode 100644 index 000000000..0c87c0348 --- /dev/null +++ b/src/_icons/circle-arrow-left.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/circle-arrow-right-filled.svg b/src/_icons/circle-arrow-right-filled.svg new file mode 100644 index 000000000..d6badbff6 --- /dev/null +++ b/src/_icons/circle-arrow-right-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/circle-arrow-right.svg b/src/_icons/circle-arrow-right.svg new file mode 100644 index 000000000..e62879197 --- /dev/null +++ b/src/_icons/circle-arrow-right.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/circle-arrow-up-filled.svg b/src/_icons/circle-arrow-up-filled.svg new file mode 100644 index 000000000..825f634ae --- /dev/null +++ b/src/_icons/circle-arrow-up-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/circle-arrow-up-left-filled.svg b/src/_icons/circle-arrow-up-left-filled.svg new file mode 100644 index 000000000..360c42dac --- /dev/null +++ b/src/_icons/circle-arrow-up-left-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/circle-arrow-up-left.svg b/src/_icons/circle-arrow-up-left.svg new file mode 100644 index 000000000..67d93f373 --- /dev/null +++ b/src/_icons/circle-arrow-up-left.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/circle-arrow-up-right-filled.svg b/src/_icons/circle-arrow-up-right-filled.svg new file mode 100644 index 000000000..352eef503 --- /dev/null +++ b/src/_icons/circle-arrow-up-right-filled.svg @@ -0,0 +1,6 @@ +--- +category: Filled +--- + + + diff --git a/src/_icons/circle-arrow-up-right.svg b/src/_icons/circle-arrow-up-right.svg new file mode 100644 index 000000000..a253a99e2 --- /dev/null +++ b/src/_icons/circle-arrow-up-right.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/circle-arrow-up.svg b/src/_icons/circle-arrow-up.svg new file mode 100644 index 000000000..f8a90e940 --- /dev/null +++ b/src/_icons/circle-arrow-up.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + +