@ozen-ui/icons 0.85.3 → 0.86.0
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/__inner__/cjs/ui/actions/BusIcon/BusIcon.js +19 -0
- package/__inner__/cjs/ui/actions/BusIcon/BusMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/BusIcon/BusSIcon.js +8 -0
- package/__inner__/cjs/ui/actions/BusIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/BusIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/DeviceGlobeIcon/DeviceGlobeIcon.js +19 -0
- package/__inner__/cjs/ui/actions/DeviceGlobeIcon/DeviceGlobeMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/DeviceGlobeIcon/DeviceGlobeSIcon.js +8 -0
- package/__inner__/cjs/ui/actions/DeviceGlobeIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/DeviceGlobeIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/HealthIcon/HealthIcon.js +19 -0
- package/__inner__/cjs/ui/actions/HealthIcon/HealthMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/HealthIcon/HealthSIcon.js +12 -0
- package/__inner__/cjs/ui/actions/HealthIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/HealthIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/HotelIcon/HotelIcon.js +19 -0
- package/__inner__/cjs/ui/actions/HotelIcon/HotelMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/HotelIcon/HotelSIcon.js +12 -0
- package/__inner__/cjs/ui/actions/HotelIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/HotelIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/PendingSmallIcon/PendingSmallIcon.js +19 -0
- package/__inner__/cjs/ui/actions/PendingSmallIcon/PendingSmallMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/PendingSmallIcon/PendingSmallSIcon.js +8 -0
- package/__inner__/cjs/ui/actions/PendingSmallIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/PendingSmallIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/SandWatchIcon/SandWatchIcon.js +19 -0
- package/__inner__/cjs/ui/actions/SandWatchIcon/SandWatchMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/SandWatchIcon/SandWatchSIcon.js +8 -0
- package/__inner__/cjs/ui/actions/SandWatchIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/SandWatchIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/ScalesIcon/ScalesIcon.js +19 -0
- package/__inner__/cjs/ui/actions/ScalesIcon/ScalesMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/ScalesIcon/ScalesSIcon.js +8 -0
- package/__inner__/cjs/ui/actions/ScalesIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/ScalesIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/index.js +7 -0
- package/__inner__/cjs/ui/media/ChatColoredIcon/ChatColoredIcon.js +20 -0
- package/__inner__/cjs/ui/media/ChatColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/media/ChatColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/media/index.js +1 -0
- package/__inner__/cjs/ui/meta.js +8 -0
- package/__inner__/esm/ui/actions/BusIcon/BusIcon.js +16 -0
- package/__inner__/esm/ui/actions/BusIcon/BusMIcon.js +5 -0
- package/__inner__/esm/ui/actions/BusIcon/BusSIcon.js +5 -0
- package/__inner__/esm/ui/actions/BusIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/BusIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/DeviceGlobeIcon/DeviceGlobeIcon.js +16 -0
- package/__inner__/esm/ui/actions/DeviceGlobeIcon/DeviceGlobeMIcon.js +5 -0
- package/__inner__/esm/ui/actions/DeviceGlobeIcon/DeviceGlobeSIcon.js +5 -0
- package/__inner__/esm/ui/actions/DeviceGlobeIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/DeviceGlobeIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/HealthIcon/HealthIcon.js +16 -0
- package/__inner__/esm/ui/actions/HealthIcon/HealthMIcon.js +5 -0
- package/__inner__/esm/ui/actions/HealthIcon/HealthSIcon.js +9 -0
- package/__inner__/esm/ui/actions/HealthIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/HealthIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/HotelIcon/HotelIcon.js +16 -0
- package/__inner__/esm/ui/actions/HotelIcon/HotelMIcon.js +5 -0
- package/__inner__/esm/ui/actions/HotelIcon/HotelSIcon.js +9 -0
- package/__inner__/esm/ui/actions/HotelIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/HotelIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/PendingSmallIcon/PendingSmallIcon.js +16 -0
- package/__inner__/esm/ui/actions/PendingSmallIcon/PendingSmallMIcon.js +5 -0
- package/__inner__/esm/ui/actions/PendingSmallIcon/PendingSmallSIcon.js +5 -0
- package/__inner__/esm/ui/actions/PendingSmallIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/PendingSmallIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/SandWatchIcon/SandWatchIcon.js +16 -0
- package/__inner__/esm/ui/actions/SandWatchIcon/SandWatchMIcon.js +5 -0
- package/__inner__/esm/ui/actions/SandWatchIcon/SandWatchSIcon.js +5 -0
- package/__inner__/esm/ui/actions/SandWatchIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/SandWatchIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/ScalesIcon/ScalesIcon.js +16 -0
- package/__inner__/esm/ui/actions/ScalesIcon/ScalesMIcon.js +5 -0
- package/__inner__/esm/ui/actions/ScalesIcon/ScalesSIcon.js +5 -0
- package/__inner__/esm/ui/actions/ScalesIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/ScalesIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/index.js +7 -0
- package/__inner__/esm/ui/media/ChatColoredIcon/ChatColoredIcon.js +17 -0
- package/__inner__/esm/ui/media/ChatColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/media/ChatColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/media/index.js +1 -0
- package/__inner__/esm/ui/meta.js +10 -2
- package/__inner__/types/ui/actions/BusIcon/BusIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/BusIcon/BusMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/BusIcon/BusSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/BusIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/BusIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/DeviceGlobeIcon/DeviceGlobeIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/DeviceGlobeIcon/DeviceGlobeMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/DeviceGlobeIcon/DeviceGlobeSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/DeviceGlobeIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/DeviceGlobeIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/HealthIcon/HealthIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/HealthIcon/HealthMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/HealthIcon/HealthSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/HealthIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/HealthIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/HotelIcon/HotelIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/HotelIcon/HotelMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/HotelIcon/HotelSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/HotelIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/HotelIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/PendingSmallIcon/PendingSmallIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/PendingSmallIcon/PendingSmallMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/PendingSmallIcon/PendingSmallSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/PendingSmallIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/PendingSmallIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/SandWatchIcon/SandWatchIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/SandWatchIcon/SandWatchMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/SandWatchIcon/SandWatchSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/SandWatchIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/SandWatchIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/ScalesIcon/ScalesIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/ScalesIcon/ScalesMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/ScalesIcon/ScalesSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/ScalesIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/ScalesIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/index.d.ts +7 -0
- package/__inner__/types/ui/media/ChatColoredIcon/ChatColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/media/ChatColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/media/ChatColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/media/index.d.ts +1 -0
- package/bus_m_icon.svg +3 -0
- package/bus_s_icon.svg +3 -0
- package/chat_colored_icon.svg +20 -0
- package/device_globe_m_icon.svg +3 -0
- package/device_globe_s_icon.svg +3 -0
- package/health_m_icon.svg +3 -0
- package/health_s_icon.svg +10 -0
- package/hotel_m_icon.svg +3 -0
- package/hotel_s_icon.svg +10 -0
- package/package.json +1 -1
- package/pending_small_m_icon.svg +3 -0
- package/pending_small_s_icon.svg +3 -0
- package/sand_watch_m_icon.svg +3 -0
- package/sand_watch_s_icon.svg +3 -0
- package/scales_m_icon.svg +3 -0
- package/scales_s_icon.svg +3 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.