@storybook/icons
Advanced tools
Comparing version 1.0.6--canary.8.b9062c6.0 to 1.0.6
@@ -0,2 +1,235 @@ | ||
import * as react from 'react'; | ||
import react__default from 'react'; | ||
export { } | ||
type IconProps = { | ||
/** Set icon fill color from design system */ | ||
color?: string; | ||
/** Set width and height of icon in pixels */ | ||
size?: number; | ||
/** Props to pass directly to svg element */ | ||
svgProps?: react__default.SVGProps<SVGSVGElement>; | ||
} & Omit<react__default.HTMLProps<HTMLSpanElement>, 'color' | 'size'>; | ||
declare const Photo: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Component: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Grid: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Outline: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const PhotoDrag: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Gridalt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Search: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Zoom: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Zoomout: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Zoomreset: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Eye: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Eyeclose: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Lightning: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Lightningoff: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Contrast: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Switchalt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Mirror: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Grow: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Paintbrush: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Ruler: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Stop: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Camera: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Video: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Speaker: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Play: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Playback: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Playnext: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Rewind: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Fastforward: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Stopalt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Sidebyside: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Stacked: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Sun: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Moon: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Book: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Document: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Copy: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Category: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Folder: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Print: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Graphline: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Calendar: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Graphbar: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Menu: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Menureverse: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Filter: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Docchart: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Doclist: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Markup: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Bold: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Italic: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Paperclip: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Listordered: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Listunordered: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Paragraph: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Markdown: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Repo: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Commit: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Branch: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Pullrequest: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Merge: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Apple: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Linux: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Ubuntu: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Windows: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Chrome: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Storybook: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Azuredevops: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Bitbucket: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Chromatic: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ComponentDriven: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Discord: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Facebook: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Figma: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Gdrive: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Github: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Gitlab: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Google: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Graphql: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Medium: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Redux: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Twitter: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Youtube: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const VSCode: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Linkedin: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Browser: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Tablet: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Mobile: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Watch: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Sidebar: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const SidebarAlt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Sidebaralttoggle: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Sidebartoggle: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Bottombar: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Bottombartoggle: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Cpu: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Database: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Memory: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Structure: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Box: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Power: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Edit: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Cog: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Nut: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Wrench: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Ellipsis: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Wand: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Check: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Form: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Batchdeny: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Batchaccept: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Controls: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Plus: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const CloseAlt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Cross: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Trash: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Pinalt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Unpin: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Add: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Subtract: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Close: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Delete: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Passed: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Changed: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Failed: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Clear: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Comment: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Commentadd: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Requestchange: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Comments: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Chat: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Lock: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Unlock: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Key: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Outbox: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Credit: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Button: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Type: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Pointerdefault: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Pointerhand: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Command: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Info: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Question: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Support: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Alert: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Alertalt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Email: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Phone: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Link: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Linkbroken: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Bell: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Rss: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Sharealt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Share: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Jumpto: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Circlehollow: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Circle: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Bookmarkhollow: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Bookmark: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Diamond: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Hearthollow: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Heart: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Starhollow: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Star: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Certificate: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Verified: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Thumbsup: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Shield: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Basket: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Beaker: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Hourglass: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Flag: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Cloudhollow: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Cloud: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Sticker: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ChevronUp: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ChevronDown: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ChevronLeft: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ChevronRight: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ArrowUp: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ArrowDown: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ArrowLeft: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ArrowRight: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ArrowSolidUp: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ArrowSolidDown: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ArrowSolidLeft: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ArrowSolidRight: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const ExpandAlt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Collapse: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Expand: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Unfold: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Transfer: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Redirect: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Undo: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Reply: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Sync: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Upload: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Download: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Back: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Proceed: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Refresh: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Globe: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Compass: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Location: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Pin: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Time: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Dashboard: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Timer: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Home: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Admin: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Direction: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const User: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Useralt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Useradd: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Users: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Profile: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Facehappy: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Faceneutral: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Facesad: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const Accessibility: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
declare const AccessibilityAlt: react.LazyExoticComponent<(allProps: IconProps) => react.JSX.Element>; | ||
export { Accessibility, AccessibilityAlt, Add, Admin, Alert, Alertalt, Apple, ArrowDown, ArrowLeft, ArrowRight, ArrowSolidDown, ArrowSolidLeft, ArrowSolidRight, ArrowSolidUp, ArrowUp, Azuredevops, Back, Basket, Batchaccept, Batchdeny, Beaker, Bell, Bitbucket, Bold, Book, Bookmark, Bookmarkhollow, Bottombar, Bottombartoggle, Box, Branch, Browser, Button, Calendar, Camera, Category, Certificate, Changed, Chat, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Chromatic, Chrome, Circle, Circlehollow, Clear, Close, CloseAlt, Cloud, Cloudhollow, Cog, Collapse, Command, Comment, Commentadd, Comments, Commit, Compass, Component, ComponentDriven, Contrast, Controls, Copy, Cpu, Credit, Cross, Dashboard, Database, Delete, Diamond, Direction, Discord, Docchart, Doclist, Document, Download, Edit, Ellipsis, Email, Expand, ExpandAlt, Eye, Eyeclose, Facebook, Facehappy, Faceneutral, Facesad, Failed, Fastforward, Figma, Filter, Flag, Folder, Form, Gdrive, Github, Gitlab, Globe, Google, Graphbar, Graphline, Graphql, Grid, Gridalt, Grow, Heart, Hearthollow, Home, Hourglass, Info, Italic, Jumpto, Key, Lightning, Lightningoff, Link, Linkbroken, Linkedin, Linux, Listordered, Listunordered, Location, Lock, Markdown, Markup, Medium, Memory, Menu, Menureverse, Merge, Mirror, Mobile, Moon, Nut, Outbox, Outline, Paintbrush, Paperclip, Paragraph, Passed, Phone, Photo, PhotoDrag, Pin, Pinalt, Play, Playback, Playnext, Plus, Pointerdefault, Pointerhand, Power, Print, Proceed, Profile, Pullrequest, Question, Redirect, Redux, Refresh, Reply, Repo, Requestchange, Rewind, Rss, Ruler, Search, Share, Sharealt, Shield, Sidebar, SidebarAlt, Sidebaralttoggle, Sidebartoggle, Sidebyside, Speaker, Stacked, Star, Starhollow, Sticker, Stop, Stopalt, Storybook, Structure, Subtract, Sun, Support, Switchalt, Sync, Tablet, Thumbsup, Time, Timer, Transfer, Trash, Twitter, Type, Ubuntu, Undo, Unfold, Unlock, Unpin, Upload, User, Useradd, Useralt, Users, VSCode, Verified, Video, Wand, Watch, Windows, Wrench, Youtube, Zoom, Zoomout, Zoomreset }; |
{ | ||
"name": "@storybook/icons", | ||
"version": "1.0.6--canary.8.b9062c6.0", | ||
"version": "1.0.6", | ||
"description": "Icon library from the Storybook team", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
742421
32
8142
1
1
9