Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gympass/yoga-icons

Package Overview
Dependencies
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gympass/yoga-icons - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

cjs/svg/arrow_down.js

6

cjs/index.js

@@ -48,3 +48,9 @@ "use strict";

});
Object.defineProperty(exports, "ArrowDown", {
enumerable: true,
get: function get() {
return _svg.ArrowDown;
}
});
var _svg = require("./svg");

@@ -48,3 +48,9 @@ "use strict";

});
Object.defineProperty(exports, "ArrowDown", {
enumerable: true,
get: function get() {
return _svg.ArrowDown;
}
});
var _svg = require("./svg");

18

cjs/svg/index.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.VisibilityOff = exports.Visibility = exports.Close = exports.TriangleAlert = exports.Building = exports.Clock = exports.Star = void 0;
exports.ArrowDown = exports.VisibilityOff = exports.Visibility = exports.Close = exports.TriangleAlert = exports.Building = exports.Clock = exports.Star = void 0;

@@ -125,2 +125,18 @@ var _react = _interopRequireDefault(require("react"));

xmlns: "http://www.w3.org/2000/svg"
};
var ArrowDown = function ArrowDown(props) {
return _react["default"].createElement("svg", props, _react["default"].createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M.293.293a1 1 0 0 1 1.414 0L6 4.586 10.293.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z"
}));
};
exports.ArrowDown = ArrowDown;
ArrowDown.defaultProps = {
width: "12",
height: "7",
viewBox: "0 0 12 7",
xmlns: "http://www.w3.org/2000/svg"
};

@@ -48,2 +48,8 @@ "use strict";

});
Object.defineProperty(exports, "ArrowDown", {
enumerable: true,
get: function get() {
return _arrow_down["default"];
}
});

@@ -64,2 +70,4 @@ var _star = _interopRequireDefault(require("./star.js"));

var _arrow_down = _interopRequireDefault(require("./arrow_down.js"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

4

esm/index.js

@@ -1,2 +0,2 @@

import { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff } from './svg';
export { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff };
import { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff, ArrowDown } from './svg';
export { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff, ArrowDown };

@@ -109,2 +109,17 @@ import React from "react";

};
export { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff };
var ArrowDown = function ArrowDown(props) {
return React.createElement("svg", props, React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M.293.293a1 1 0 0 1 1.414 0L6 4.586 10.293.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z"
}));
};
ArrowDown.defaultProps = {
width: "12",
height: "7",
viewBox: "0 0 12 7",
xmlns: "http://www.w3.org/2000/svg"
};
export { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff, ArrowDown };
{
"name": "@gympass/yoga-icons",
"version": "0.5.2",
"version": "0.6.0",
"description": "Yoga icon package",

@@ -29,3 +29,3 @@ "keywords": [

},
"gitHead": "8cfdc13029b174fc8f831d0cc57b781fb5a17665",
"gitHead": "48e711683d5a08883bc312fa236d57985a25964c",
"module": "./esm",

@@ -32,0 +32,0 @@ "private": false,

@@ -10,2 +10,3 @@ # Yoga Icons

<img src="./src/svg/visibility_off.svg" alt="triangle_alert" width="12" height="12" />
<img src="./src/svg/arrow_down.svg" alt="arrow_down" width="12" height="12" />

@@ -12,0 +13,0 @@ ## Instalation

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc