From b3e1615bebb45e5c2c28e3ec330e5a1f17fbd0bd Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 3 Feb 2023 11:51:00 +0100 Subject: [PATCH] 17 new icons: `info-square-rounded-filled`, `lock-square-rounded-filled`, `square-rounded-arrow-down-filled`, `square-rounded-arrow-left-filled`, `square-rounded-arrow-right-filled`, `square-rounded-arrow-up-filled`, `square-rounded-check-filled`, `square-rounded-chevron-down-filled`, `square-rounded-chevron-left-filled`, `square-rounded-chevron-right-filled`, `square-rounded-chevron-up-filled`, `square-rounded-chevrons-down-filled`, `square-rounded-chevrons-left-filled`, `square-rounded-chevrons-right-filled`, `square-rounded-chevrons-up-filled`, `square-rounded-plus-filled`, `square-rounded-x-filled` --- .build/optimize.mjs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.build/optimize.mjs b/.build/optimize.mjs index a3523461d..2ad40d4cf 100644 --- a/.build/optimize.mjs +++ b/.build/optimize.mjs @@ -61,9 +61,6 @@ glob(join(ICONS_SRC_DIR, '*.svg'), {}, function(er, files) { return `[\n\s\t]+)/g, function() { - // return `M` - // }) .replace(/[\n\t\s]*[\n\t\s]*<\/svg>/)) { - console.log(`Fix ${file}!`); - } + // if (!svgFileContent.match(/[\n\t\s]*[\n\t\s]*<\/svg>/)) { + // console.log(`Fix ${file}!`); + // } if (svgFile.toString() !== svgFileContent) { writeFileSync(file, svgFileContent)