homestars-icons
Advanced tools
Comparing version 0.1.58 to 0.1.60
@@ -22,4 +22,5 @@ "use strict"; | ||
var circleFill = _ref.circleFill, | ||
circleStroke = _ref.circleStroke; | ||
return circleFill || circleStroke ? 34 : 22; | ||
circleStroke = _ref.circleStroke, | ||
viewBox = _ref.viewBox; | ||
return viewBox ? viewBox : circleFill || circleStroke ? 34 : 22; | ||
}; | ||
@@ -26,0 +27,0 @@ |
{ | ||
"name": "homestars-icons", | ||
"version": "0.1.58", | ||
"version": "0.1.60", | ||
"description": "HomeStars componentized icons", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
439938
7169