Socket
Socket
Sign inDemoInstall

@sanity/icons

Package Overview
Dependencies
Maintainers
21
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/icons - npm Package Compare versions

Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7

3

dist/cjs/arrowDownIcon.js

@@ -23,3 +23,4 @@ "use strict";

return (react_1.default.createElement("svg", __assign({ "data-sanity-icon": "", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", ref: svgRef }, props),
react_1.default.createElement("path", { d: "M18 13L12.5 18.5M12.5 18.5L7 13M12.5 18.5V6", stroke: "currentColor", strokeWidth: 1.2 })));
react_1.default.createElement("path", { d: "M12.5 18.5V6", stroke: "currentColor", strokeWidth: 1.2 }),
react_1.default.createElement("path", { d: "M18 13L12.5 18.5L7 13", stroke: "currentColor", strokeWidth: 1.2 })));
}

@@ -26,0 +27,0 @@ var ForwardRef = react_1.default.forwardRef(ArrowDownIcon);

@@ -7,3 +7,4 @@ /*

return (React.createElement("svg", Object.assign({ "data-sanity-icon": "", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", ref: svgRef }, props),
React.createElement("path", { d: "M18 13L12.5 18.5M12.5 18.5L7 13M12.5 18.5V6", stroke: "currentColor", strokeWidth: 1.2 })));
React.createElement("path", { d: "M12.5 18.5V6", stroke: "currentColor", strokeWidth: 1.2 }),
React.createElement("path", { d: "M18 13L12.5 18.5L7 13", stroke: "currentColor", strokeWidth: 1.2 })));
}

@@ -10,0 +11,0 @@ const ForwardRef = React.forwardRef(ArrowDownIcon);

{
"name": "@sanity/icons",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"main": "dist/cjs/index.js",

@@ -50,3 +50,3 @@ "module": "dist/es/index.js",

},
"gitHead": "aea3f887b93e255a5497c014ac477e82a45f9a39"
"gitHead": "f5b4c39777bda7fb8bca17da30e97c4b265a6690"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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