abaabil.icon
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -1,1 +0,1 @@ | ||
import*as s from"react";import n from"classnames";const l=({id:e,size:a="base",className:o,"aria-label":r,"aria-hidden":i=!r})=>s.createElement("svg",{className:n("grow-0 shrink-0 stroke-current stroke-2 fill-none stroke-round",{sm:"w-4 h-4",base:"w-6 h-6",lg:"w-8 h-8"}[a],o),"aria-label":r,"aria-hidden":i},s.createElement("use",{xlinkHref:`/sprite.svg#${e}`}));var m=l;export{m as default}; | ||
import*as s from"react";import n from"classnames";const t=({id:e,size:o,className:a,"aria-label":r,"aria-hidden":i=!r})=>s.createElement("svg",{className:n("grow-0 shrink-0 stroke-current stroke-2 fill-none stroke-round",{cpt:"w-4 h-4",spc:"w-8 h-8"}[o]||"w-6 h-6",a),"aria-label":r,"aria-hidden":i},s.createElement("use",{xlinkHref:`/sprite.svg#${e}`}));var c=t;export{c as default}; |
{ | ||
"name": "abaabil.icon", | ||
"author": "Abaabil", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"main": "dist/index.esm.min.js", | ||
@@ -17,8 +17,6 @@ "files": [ | ||
"peerDependencies": { | ||
"classnames": "^2.5.1", | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.5.1" | ||
}, | ||
"license": "MIT", | ||
@@ -25,0 +23,0 @@ "keywords": [ |
6717
- Removedclassnames@^2.5.1