abaabil.icon
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,1 +0,1 @@ | ||
import*as s from"react";import r from"prop-types";const i=({id:a,className:o,"aria-label":e,"aria-hidden":n=!e})=>s.createElement("svg",{className:`grow-0 shrink-0 stroke-current stroke-2 fill-none stroke-round w-6 h-6 ${o}`,"aria-label":e,"aria-hidden":n},s.createElement("use",{xlinkHref:`/sprite.svg#${a}`}));i.propTypes={id:r.string.isRequired,className:r.string,"aria-label":r.string,"aria-hidden":r.bool};var l=i;export{l as default}; | ||
import*as s from"react";import r from"prop-types";const i=({id:a,className:o,"aria-label":e,"aria-hidden":n=!e})=>s.createElement("svg",{className:`grow-0 shrink-0 stroke-current stroke-2 fill-none stroke-round ${o||"size-6"}`,"aria-label":e,"aria-hidden":n},s.createElement("use",{xlinkHref:`/sprite.svg#${a}`}));i.propTypes={id:r.string.isRequired,className:r.string,"aria-label":r.string,"aria-hidden":r.bool};var l=i;export{l as default}; |
{ | ||
"name": "abaabil.icon", | ||
"author": "Abaabil", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "dist/index.esm.min.js", | ||
@@ -29,3 +29,3 @@ "files": [ | ||
], | ||
"gitHead": "90639099dbd04a4f48aa5c0d913bdd9b862ce462" | ||
"gitHead": "cbf2c9a696389f24ae6780aa0297726b6a75c1dc" | ||
} |
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
6701