diff --git a/.fantasticonrc.js b/.fantasticonrc.js index edbe4ba..459a174 100644 --- a/.fantasticonrc.js +++ b/.fantasticonrc.js @@ -1,5 +1,5 @@ module.exports = { - inputDir: './svg', + inputDir: './icons', outputDir: './dist', fontTypes: ['ttf', 'woff', 'woff2', 'eot'], assetTypes: ['css', 'scss', 'html'], diff --git a/.svg-to-tsrc b/.svg-to-tsrc index c12df3b..283011c 100644 --- a/.svg-to-tsrc +++ b/.svg-to-tsrc @@ -1,12 +1,11 @@ { "conversionType": "constants", - "srcFiles": ["./svg/**/*.svg"], + "srcFiles": ["./icons/**/*.svg"], "outputDirectory": "./src", "interfaceName": "IconDefinition", "typeName": "Amaranth", "prefix": "ai", "fileName": "Amaranth", - "svgoConfig": false, "additionalModelFile": "./src", "compileSources": true } \ No newline at end of file diff --git a/docs/Amaranth.html b/docs/Amaranth.html index 5932918..64cba5e 100644 --- a/docs/Amaranth.html +++ b/docs/Amaranth.html @@ -20,6 +20,13 @@ .icons { padding: 20px; } + footer { + padding: 20px; + } + .studio { + font-family: "Century Gothic", system-ui, -apple-system, "Segoe UI Variable Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; + font-weight: 600; + } .preview { width: 100px; display: inline-block; @@ -52,6 +59,12 @@ border-radius: 0 0 .25rem .25rem; color: #666; } + .bg-danger { + background-image: linear-gradient(-38.4deg, #c05aff, #e52b50); + } + .bg-success { + background-image: linear-gradient(-38.4deg, #00c67e, #78b500); + } @@ -59,7 +72,7 @@