@jamsrui/icons 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-Z6AOZNGL.mjs +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +1 -1
- package/dist/spinner.d.mts +8 -0
- package/dist/spinner.mjs +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as t,jsxs as o}from"react/jsx-runtime";var i=e=>{let{size:r=20}=e;return t("svg",{fill:"currentColor",height:r,viewBox:"0 0 24 24",width:r,xmlns:"http://www.w3.org/2000/svg",children:o("g",{children:[t("rect",{height:5,opacity:".14",width:2,x:11,y:1}),t("rect",{height:5,opacity:".29",transform:"rotate(30 12 12)",width:2,x:11,y:1}),t("rect",{height:5,opacity:".43",transform:"rotate(60 12 12)",width:2,x:11,y:1}),t("rect",{height:5,opacity:".57",transform:"rotate(90 12 12)",width:2,x:11,y:1}),t("rect",{height:5,opacity:".71",transform:"rotate(120 12 12)",width:2,x:11,y:1}),t("rect",{height:5,opacity:".86",transform:"rotate(150 12 12)",width:2,x:11,y:1}),t("rect",{height:5,transform:"rotate(180 12 12)",width:2,x:11,y:1}),t("animateTransform",{attributeName:"transform",calcMode:"discrete",dur:"0.75s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12;360 12 12"})]})})};export{i as a};
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { ArrowDownIcon, ArrowLeftIcon, ArrowLeftToLineIcon, ArrowRightIcon, ArrowRightToLineIcon, ArrowUpIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsUpDownIcon } from './arrow.mjs';
|
|
2
2
|
export { ErrorIcon, InfoIcon, SuccessIcon, WarningIcon } from './alert.mjs';
|
|
3
3
|
export { AvatarIcon, CheckIcon, CloseFilledIcon, CloseIcon, CopyIcon, DragDropHorizontalIcon, EllipsisVerticalIcon, EmailIcon, EyeClosedIcon, EyeOpenIcon, FileAddIcon, FileIcon, GalleryIcon, ImageAddIcon, MinusIcon, MusicIcon, PlusIcon, RefreshIcon, SearchIcon, Settings2Icon, StarIcon, TrashIcon, VideoIcon, ZipIcon } from './others.mjs';
|
|
4
|
+
export { LoadingSpinnerIcon } from './spinner.mjs';
|
|
4
5
|
import 'react/jsx-runtime';
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as o,b as n,c,d as I}from"./chunk-GJTW2JHU.mjs";import{a as r,b as e,c as i,d as
|
|
1
|
+
import{a as o,b as n,c,d as I}from"./chunk-GJTW2JHU.mjs";import{a as r,b as e,c as i,d as t,e as l,f as h,g as s,h as a,i as p,j as C,k as f,l as g,m as w}from"./chunk-BP7NGXV3.mjs";import{a as A,b as d,c as v,d as D,e as L,f as m,g as u,h as E,i as R,j as S,k as x,l as y,m as F,n as T,o as U,p as b,q as M,r as V,s as k,t as z,u as G,v as H,w as O,x as P}from"./chunk-H33KLTD5.mjs";import{a as W}from"./chunk-Z6AOZNGL.mjs";export{p as ArrowDownIcon,e as ArrowLeftIcon,r as ArrowLeftToLineIcon,i as ArrowRightIcon,t as ArrowRightToLineIcon,C as ArrowUpIcon,z as AvatarIcon,A as CheckIcon,l as ChevronDoubleLeftIcon,h as ChevronDoubleRightIcon,s as ChevronDownIcon,f as ChevronLeftIcon,w as ChevronRightIcon,g as ChevronUpIcon,a as ChevronsUpDownIcon,v as CloseFilledIcon,d as CloseIcon,G as CopyIcon,D as DragDropHorizontalIcon,P as EllipsisVerticalIcon,R as EmailIcon,I as ErrorIcon,L as EyeClosedIcon,m as EyeOpenIcon,u as FileAddIcon,H as FileIcon,M as GalleryIcon,E as ImageAddIcon,n as InfoIcon,W as LoadingSpinnerIcon,T as MinusIcon,V as MusicIcon,F as PlusIcon,b as RefreshIcon,S as SearchIcon,O as Settings2Icon,x as StarIcon,o as SuccessIcon,U as TrashIcon,k as VideoIcon,c as WarningIcon,y as ZipIcon};
|
package/dist/spinner.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-Z6AOZNGL.mjs";export{a as LoadingSpinnerIcon};
|