New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loadsmart/miranda-icons

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadsmart/miranda-icons - npm Package Compare versions

Comparing version 1.28.0-alpha.16 to 1.28.0

dist/alarm-ComiFqBC.js

9

dist/available-icons.d.ts

@@ -1,4 +0,9 @@

export declare const icons: Map<"alert-circle" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-sort-up-down" | "attention" | "bell" | "bell-cancel" | "bolt" | "calendar" | "canada-flag" | "caret-down" | "caret-left" | "caret-right" | "caret-up" | "check" | "clock" | "close" | "comment" | "contract" | "dislike" | "double-caret-left" | "double-caret-right" | "hourglass" | "indeterminate" | "info-circle" | "like" | "mexico-flag" | "pencil" | "plus" | "send" | "sparkle" | "question" | "telephone" | "tms-ready" | "trash" | "trend-down" | "trend-up" | "united-states-flag" | "user" | "chat", () => Promise<typeof import("./icons/chat")>>;
export declare const AVAILABLE_ICONS: ("alert-circle" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-sort-up-down" | "attention" | "bell" | "bell-cancel" | "bolt" | "calendar" | "canada-flag" | "caret-down" | "caret-left" | "caret-right" | "caret-up" | "check" | "clock" | "close" | "comment" | "contract" | "dislike" | "double-caret-left" | "double-caret-right" | "hourglass" | "indeterminate" | "info-circle" | "like" | "mexico-flag" | "pencil" | "plus" | "send" | "sparkle" | "question" | "telephone" | "tms-ready" | "trash" | "trend-down" | "trend-up" | "united-states-flag" | "user" | "chat")[];
/**
* Alphabetically sorted list of available icons
*
* The file names of the icons in the `icons` directory should match the names
*/
export declare const AVAILABLE_ICONS: readonly ["alarm", "alert-circle", "anchor", "arrow-left", "arrow-right", "arrow-sort-down", "arrow-sort-up-down", "arrow-sort-up", "attention", "automatic", "bank", "bell-cancel", "bell", "blind-bol", "bolt-off", "bolt", "box", "burguer-menu", "calendar", "camera", "canada-flag", "caret-down", "caret-left", "caret-right", "caret-up", "chat", "check", "clock", "close", "comment", "company", "contract", "delivery", "dislike", "dollar", "dots-horizontal", "dots-vertical", "double-caret-left", "double-caret-right", "email-filled", "email", "eye", "favorite", "filter", "flag", "folder", "funnel", "gear", "graph", "high-signal", "history", "home", "hourglass", "indeterminate", "info-circle", "kanban", "like", "link", "list", "log-out", "low-signal", "map", "medal", "mexico-flag", "minus", "no-awarded", "padlock-open", "padlock", "pencil", "phone", "pin", "plus", "print", "profile", "question-dot", "question", "road", "search", "send", "ship", "sparkle", "star", "telephone", "timer", "tms-ready", "trash", "trend-down", "trend-up", "trophee", "united-states-flag", "user", "wallet", "warehouse", "wifi-off", "wifi", "zoom-in", "zoom-out"];
export type IconName = (typeof AVAILABLE_ICONS)[number];
export declare const icons: Map<"alarm" | "alert-circle" | "anchor" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up-down" | "arrow-sort-up" | "attention" | "automatic" | "bank" | "bell-cancel" | "bell" | "blind-bol" | "bolt-off" | "bolt" | "box" | "burguer-menu" | "calendar" | "camera" | "canada-flag" | "caret-down" | "caret-left" | "caret-right" | "caret-up" | "chat" | "check" | "clock" | "close" | "comment" | "company" | "contract" | "delivery" | "dislike" | "dollar" | "dots-horizontal" | "dots-vertical" | "double-caret-left" | "double-caret-right" | "email-filled" | "email" | "eye" | "favorite" | "filter" | "flag" | "folder" | "funnel" | "gear" | "graph" | "high-signal" | "history" | "home" | "hourglass" | "indeterminate" | "info-circle" | "kanban" | "like" | "link" | "list" | "log-out" | "low-signal" | "map" | "medal" | "mexico-flag" | "minus" | "no-awarded" | "padlock-open" | "padlock" | "pencil" | "phone" | "pin" | "plus" | "print" | "profile" | "question-dot" | "question" | "road" | "search" | "send" | "ship" | "sparkle" | "star" | "telephone" | "timer" | "tms-ready" | "trash" | "trend-down" | "trend-up" | "trophee" | "united-states-flag" | "user" | "wallet" | "warehouse" | "wifi-off" | "wifi" | "zoom-in" | "zoom-out", () => Promise<any>>;
//# sourceMappingURL=available-icons.d.ts.map

@@ -1,3 +0,5 @@

declare const _default: import("lit-html").TemplateResult<2>;
export default _default;
/**
* @deprecated Use `question-dot` instead
*/
export { default } from './question-dot';
//# sourceMappingURL=question.d.ts.map

@@ -1,2 +0,2 @@

export { A as AVAILABLE_ICONS, I as Icon } from './index-npoAd00z.js';
export{A as AVAILABLE_ICONS,I as Icon}from"./index-Bkl3RDdk.js";
//# sourceMappingURL=index.js.map
{
"name": "@loadsmart/miranda-icons",
"version": "1.28.0-alpha.16",
"version": "1.28.0",
"description": "Icons for the miranda design system",

@@ -20,6 +20,8 @@ "author": "Loadsmart",

"dependencies": {
"@loadsmart/miranda-tokens": "2.93.0-alpha.16",
"@loadsmart/miranda-tokens": "*",
"@loadsmart/miranda-toolset": "*",
"lit": "^3.1.3"
},
"devDependencies": {
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@rollup/plugin-replace": "^5.0.2",

@@ -26,0 +28,0 @@ "ts-lit-plugin": "^2.0.1"

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

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

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

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc