-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...der/test-fixtures/expect/material-design-icons__toggle_svg_production_ic_star_24px_svg.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
var obj={ | ||
"ic_star_24px": { | ||
"d": "M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z", | ||
"width": 24, | ||
"height": 24 | ||
} | ||
} | ||
if (typeof window !== 'undefined') { | ||
window['material-design-icons__toggle_svg_production_ic_star_24px_svg']=obj | ||
} else { | ||
module.exports=obj | ||
} | ||
|
13 changes: 13 additions & 0 deletions
13
...t-fixtures/expect/material-design-icons__toggle_svg_production_ic_star_border_24px_svg.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
var obj={ | ||
"ic_star_border_24px": { | ||
"d": "M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z", | ||
"width": 24, | ||
"height": 24 | ||
} | ||
} | ||
if (typeof window !== 'undefined') { | ||
window['material-design-icons__toggle_svg_production_ic_star_border_24px_svg']=obj | ||
} else { | ||
module.exports=obj | ||
} | ||
|
13 changes: 13 additions & 0 deletions
13
...est-fixtures/expect/material-design-icons__toggle_svg_production_ic_star_half_24px_svg.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
var obj={ | ||
"ic_star_half_24px": { | ||
"d": "M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z", | ||
"width": 24, | ||
"height": 24 | ||
} | ||
} | ||
if (typeof window !== 'undefined') { | ||
window['material-design-icons__toggle_svg_production_ic_star_half_24px_svg']=obj | ||
} else { | ||
module.exports=obj | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters