@opensea/icons
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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" }))); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6207
87