Socket
Socket
Sign inDemoInstall

@microsoft/arbutus.icon

Package Overview
Dependencies
6
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

lib/icon/icons/code.d.ts

12

lib/icon/icons/index.d.ts
/// <reference types="react" />
export declare const paths: {
"arrow-right": () => JSX.Element;
"chevron-right": () => JSX.Element;
"full-screen": () => JSX.Element;
"slide-in": () => JSX.Element;
"slide-out": () => JSX.Element;
check: () => JSX.Element;
"chevron-right": () => JSX.Element;
code: () => JSX.Element;
copy: () => JSX.Element;

@@ -10,9 +14,7 @@ download: () => JSX.Element;

link: () => JSX.Element;
moon: () => JSX.Element;
open: () => JSX.Element;
sun: () => JSX.Element;
x: () => JSX.Element;
"slide-in": () => JSX.Element;
"slide-out": () => JSX.Element;
sun: () => JSX.Element;
moon: () => JSX.Element;
};
//# sourceMappingURL=index.d.ts.map
import { ArrowRight } from './arrow-right';
import { Check } from './check';
import { ChevronRight } from './chevron-right';
import { Code } from './code';
import { Copy } from './copy';
import { Download } from './download';
import { Exclamation } from './exclamation';
import { FullScreen } from './full-screen';
import { Link } from './link';

@@ -16,4 +18,8 @@ import { Moon } from './moon';

['arrow-right']: ArrowRight,
['chevron-right']: ChevronRight,
['full-screen']: FullScreen,
['slide-in']: SlideIn,
['slide-out']: SlideOut,
check: Check,
['chevron-right']: ChevronRight,
code: Code,
copy: Copy,

@@ -23,9 +29,7 @@ download: Download,

link: Link,
moon: Moon,
open: Open,
sun: Sun,
x: X,
['slide-in']: SlideIn,
['slide-out']: SlideOut,
sun: Sun,
moon: Moon,
};
//# sourceMappingURL=index.js.map
{
"name": "@microsoft/arbutus.icon",
"version": "0.1.0",
"version": "0.1.1",
"description": "Icon atomic component.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc