Skip to content

Commit

Permalink
New: Add new stars icon (#83)
Browse files Browse the repository at this point in the history
* New: Add AI icon to eicons

* Internal: Fix SCSS

* Internal: Indent

* Update indent in index.html

---------

Co-authored-by: udidol <[email protected]>
  • Loading branch information
arielk and udidol authored Mar 29, 2023
1 parent 23879ef commit a3569a2
Show file tree
Hide file tree
Showing 14 changed files with 4,043 additions and 3,362 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require( 'fs' );
const path = require( 'path' );
const sass = require( 'node-sass' );
const sass = require( 'sass' );

module.exports = function( grunt ) {
'use strict';
Expand Down
14 changes: 14 additions & 0 deletions config.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6249,6 +6249,20 @@
"search": [
"nested-carousel"
]
},
{
"uid": "ed7c39f72e0e5914d2fe688450453d22",
"css": "ai",
"code": 59838,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M825 62.5A37.5 37.5 0 0 1 862.5 100 62.5 62.5 0 0 0 925 162.5 37.5 37.5 0 0 1 925 237.5 62.5 62.5 0 0 0 862.5 300 37.5 37.5 0 0 1 787.5 300 62.5 62.5 0 0 0 725 237.5 37.5 37.5 0 0 1 725 162.5 62.5 62.5 0 0 0 787.5 100 37.5 37.5 0 0 1 825 62.5ZM825 194.3A136.9 136.9 0 0 1 819.4 200 135.4 135.4 0 0 1 825 205.7 136.9 136.9 0 0 1 830.6 200 134.1 134.1 0 0 1 825 194.3ZM375 162.5A37.5 37.5 0 0 1 412.5 200 262.5 262.5 0 0 0 675 462.5 37.5 37.5 0 0 1 675 537.5 262.5 262.5 0 0 0 412.5 800 37.5 37.5 0 0 1 337.5 800 262.5 262.5 0 0 0 75 537.5 37.5 37.5 0 0 1 75 462.5 262.5 262.5 0 0 0 337.5 200 37.5 37.5 0 0 1 375 162.5ZM375 354.6A337.4 337.4 0 0 1 229.6 500 337.5 337.5 0 0 1 375 645.4 337.4 337.4 0 0 1 520.4 500 337.4 337.4 0 0 1 375 354.6ZM825 662.5A37.5 37.5 0 0 1 862.5 700 62.5 62.5 0 0 0 925 762.5 37.5 37.5 0 0 1 925 837.5 62.5 62.5 0 0 0 862.5 900 37.5 37.5 0 0 1 787.5 900 62.5 62.5 0 0 0 725 837.5 37.5 37.5 0 0 1 725 762.5 62.5 62.5 0 0 0 787.5 700 37.5 37.5 0 0 1 825 662.5ZM825 794.4A135.5 135.5 0 0 1 819.4 800 135.5 135.5 0 0 1 825 805.6 135.5 135.5 0 0 1 830.6 800 135.5 135.5 0 0 1 825 794.4Z",
"width": 1000
},
"search": [
"ai"
]
}
]
}
Loading

0 comments on commit a3569a2

Please sign in to comment.