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

@opensea/icons

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensea/icons - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

1

outlined/ChevronLeft.js

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

const ChevronLeft = ({ size, ...rest }) => {
"use server";
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960", height: size, width: size, ...rest },

@@ -12,0 +11,0 @@ react_1.default.createElement("path", { d: "M561-240 320-481l241-241 43 43-198 198 198 198-43 43Z" })));

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

const CircleFilled = ({ size, ...rest }) => {
"use server";
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960", height: size, width: size, ...rest },

@@ -12,0 +11,0 @@ react_1.default.createElement("path", { d: "M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Z" })));

2

package.json
{
"name": "@opensea/icons",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenSea Icons",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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