Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devseed-ui/collecticons

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devseed-ui/collecticons - npm Package Compare versions

Comparing version 4.0.2 to 4.1.0

dist/index.d.ts

4

package.json
{
"name": "@devseed-ui/collecticons",
"version": "4.0.2",
"version": "4.1.0",
"description": "devseed UI Kit Collecticons",

@@ -30,3 +30,3 @@ "main": "dist/index.cjs.js",

],
"gitHead": "cf6177d43da930ba89fc096854cdbf48e9f8ce48"
"gitHead": "174914d3dabced4713b52f8ffd1e4a47c37b7703"
}
import React from 'react';
import { DefaultTheme, StyledComponent } from 'styled-components';
interface CollecticonProps {
[key: string]: any;
type CollecticonProps = JSX.IntrinsicElements['svg'] & {
/**

@@ -27,5 +27,5 @@ * Color to apply to the icon. The default will inherit the parent value.

title?: string;
}
};
interface CollecticonSvgProps {
type CollecticonSvgProps = JSX.IntrinsicElements['svg'] & {
width: number;

@@ -38,5 +38,15 @@ height: number;

'aria-hidden': boolean;
[key: string]: any;
}
};
type Collecticon = React.ForwardRefExoticComponent<
CollecticonProps & React.RefAttributes<SVGElement>
>;
type StyledCollecticon = StyledComponent<
Collecticon,
DefaultTheme,
CollecticonProps,
never
>;
declare module '@devseed-ui/collecticons' {

@@ -50,5 +60,5 @@ /**

*/
function createCollecticon<T extends React.FC<CollecticonProps>>(
creatorFn: (svgProps: CollecticonSvgProps) => JSX.Element,
): T;
function createCollecticon(
creatorFn: (svgProps: CollecticonSvgProps) => JSX.Element
): StyledCollecticon;

@@ -62,4 +72,4 @@ /**

function iconDataURI(
Cmp: React.ReactElement,
props: CollecticonProps,
Cmp: React.FC,
props: CollecticonProps
): string;

@@ -70,927 +80,927 @@

*/
function CollecticonArea(props: CollecticonProps): JSX.Element;
export const CollecticonArea: StyledCollecticon;
/**
* Collecticon: Arrow down left
*/
function CollecticonArrowDownLeft(props: CollecticonProps): JSX.Element;
export const CollecticonArrowDownLeft: StyledCollecticon;
/**
* Collecticon: Arrow down right
*/
function CollecticonArrowDownRight(props: CollecticonProps): JSX.Element;
export const CollecticonArrowDownRight: StyledCollecticon;
/**
* Collecticon: Arrow down
*/
function CollecticonArrowDown(props: CollecticonProps): JSX.Element;
export const CollecticonArrowDown: StyledCollecticon;
/**
* Collecticon: Arrow left
*/
function CollecticonArrowLeft(props: CollecticonProps): JSX.Element;
export const CollecticonArrowLeft: StyledCollecticon;
/**
* Collecticon: Arrow loop
*/
function CollecticonArrowLoop(props: CollecticonProps): JSX.Element;
export const CollecticonArrowLoop: StyledCollecticon;
/**
* Collecticon: Arrow move
*/
function CollecticonArrowMove(props: CollecticonProps): JSX.Element;
export const CollecticonArrowMove: StyledCollecticon;
/**
* Collecticon: Arrow reply
*/
function CollecticonArrowReply(props: CollecticonProps): JSX.Element;
export const CollecticonArrowReply: StyledCollecticon;
/**
* Collecticon: Arrow return
*/
function CollecticonArrowReturn(props: CollecticonProps): JSX.Element;
export const CollecticonArrowReturn: StyledCollecticon;
/**
* Collecticon: Arrow revert
*/
function CollecticonArrowRevert(props: CollecticonProps): JSX.Element;
export const CollecticonArrowRevert: StyledCollecticon;
/**
* Collecticon: Arrow right
*/
function CollecticonArrowRight(props: CollecticonProps): JSX.Element;
export const CollecticonArrowRight: StyledCollecticon;
/**
* Collecticon: Arrow semi spin ccw
*/
function CollecticonArrowSemiSpinCcw(props: CollecticonProps): JSX.Element;
export const CollecticonArrowSemiSpinCcw: StyledCollecticon;
/**
* Collecticon: Arrow semi spin cw
*/
function CollecticonArrowSemiSpinCw(props: CollecticonProps): JSX.Element;
export const CollecticonArrowSemiSpinCw: StyledCollecticon;
/**
* Collecticon: Arrow spin ccw
*/
function CollecticonArrowSpinCcw(props: CollecticonProps): JSX.Element;
export const CollecticonArrowSpinCcw: StyledCollecticon;
/**
* Collecticon: Arrow spin cw
*/
function CollecticonArrowSpinCw(props: CollecticonProps): JSX.Element;
export const CollecticonArrowSpinCw: StyledCollecticon;
/**
* Collecticon: Arrow up left
*/
function CollecticonArrowUpLeft(props: CollecticonProps): JSX.Element;
export const CollecticonArrowUpLeft: StyledCollecticon;
/**
* Collecticon: Arrow up right
*/
function CollecticonArrowUpRight(props: CollecticonProps): JSX.Element;
export const CollecticonArrowUpRight: StyledCollecticon;
/**
* Collecticon: Arrow up
*/
function CollecticonArrowUp(props: CollecticonProps): JSX.Element;
export const CollecticonArrowUp: StyledCollecticon;
/**
* Collecticon: Bell
*/
function CollecticonBell(props: CollecticonProps): JSX.Element;
export const CollecticonBell: StyledCollecticon;
/**
* Collecticon: Blow
*/
function CollecticonBlow(props: CollecticonProps): JSX.Element;
export const CollecticonBlow: StyledCollecticon;
/**
* Collecticon: Bold
*/
function CollecticonBold(props: CollecticonProps): JSX.Element;
export const CollecticonBold: StyledCollecticon;
/**
* Collecticon: Book bookmark
*/
function CollecticonBookBookmark(props: CollecticonProps): JSX.Element;
export const CollecticonBookBookmark: StyledCollecticon;
/**
* Collecticon: Book
*/
function CollecticonBook(props: CollecticonProps): JSX.Element;
export const CollecticonBook: StyledCollecticon;
/**
* Collecticon: Brand collecticons
*/
function CollecticonBrandCollecticons(props: CollecticonProps): JSX.Element;
export const CollecticonBrandCollecticons: StyledCollecticon;
/**
* Collecticon: Brand development seed2
*/
function CollecticonBrandDevelopmentSeed2(props: CollecticonProps): JSX.Element;
export const CollecticonBrandDevelopmentSeed2: StyledCollecticon;
/**
* Collecticon: Brand development seed
*/
function CollecticonBrandDevelopmentSeed(props: CollecticonProps): JSX.Element;
export const CollecticonBrandDevelopmentSeed: StyledCollecticon;
/**
* Collecticon: Brand dropbox
*/
function CollecticonBrandDropbox(props: CollecticonProps): JSX.Element;
export const CollecticonBrandDropbox: StyledCollecticon;
/**
* Collecticon: Brand facebook
*/
function CollecticonBrandFacebook(props: CollecticonProps): JSX.Element;
export const CollecticonBrandFacebook: StyledCollecticon;
/**
* Collecticon: Brand flickr
*/
function CollecticonBrandFlickr(props: CollecticonProps): JSX.Element;
export const CollecticonBrandFlickr: StyledCollecticon;
/**
* Collecticon: Brand github
*/
function CollecticonBrandGithub(props: CollecticonProps): JSX.Element;
export const CollecticonBrandGithub: StyledCollecticon;
/**
* Collecticon: Brand human rights
*/
function CollecticonBrandHumanRights(props: CollecticonProps): JSX.Element;
export const CollecticonBrandHumanRights: StyledCollecticon;
/**
* Collecticon: Brand id
*/
function CollecticonBrandId(props: CollecticonProps): JSX.Element;
export const CollecticonBrandId: StyledCollecticon;
/**
* Collecticon: Brand instagram
*/
function CollecticonBrandInstagram(props: CollecticonProps): JSX.Element;
export const CollecticonBrandInstagram: StyledCollecticon;
/**
* Collecticon: Brand lastfm
*/
function CollecticonBrandLastfm(props: CollecticonProps): JSX.Element;
export const CollecticonBrandLastfm: StyledCollecticon;
/**
* Collecticon: Brand linkedin
*/
function CollecticonBrandLinkedin(props: CollecticonProps): JSX.Element;
export const CollecticonBrandLinkedin: StyledCollecticon;
/**
* Collecticon: Brand medium
*/
function CollecticonBrandMedium(props: CollecticonProps): JSX.Element;
export const CollecticonBrandMedium: StyledCollecticon;
/**
* Collecticon: Brand satsummit
*/
function CollecticonBrandSatsummit(props: CollecticonProps): JSX.Element;
export const CollecticonBrandSatsummit: StyledCollecticon;
/**
* Collecticon: Brand skype
*/
function CollecticonBrandSkype(props: CollecticonProps): JSX.Element;
export const CollecticonBrandSkype: StyledCollecticon;
/**
* Collecticon: Brand slack
*/
function CollecticonBrandSlack(props: CollecticonProps): JSX.Element;
export const CollecticonBrandSlack: StyledCollecticon;
/**
* Collecticon: Brand soundcloud
*/
function CollecticonBrandSoundcloud(props: CollecticonProps): JSX.Element;
export const CollecticonBrandSoundcloud: StyledCollecticon;
/**
* Collecticon: Brand tumblr
*/
function CollecticonBrandTumblr(props: CollecticonProps): JSX.Element;
export const CollecticonBrandTumblr: StyledCollecticon;
/**
* Collecticon: Brand twitter
*/
function CollecticonBrandTwitter(props: CollecticonProps): JSX.Element;
export const CollecticonBrandTwitter: StyledCollecticon;
/**
* Collecticon: Brand youtube
*/
function CollecticonBrandYoutube(props: CollecticonProps): JSX.Element;
export const CollecticonBrandYoutube: StyledCollecticon;
/**
* Collecticon: Briefcase
*/
function CollecticonBriefcase(props: CollecticonProps): JSX.Element;
export const CollecticonBriefcase: StyledCollecticon;
/**
* Collecticon: Calendar range
*/
function CollecticonCalendarRange(props: CollecticonProps): JSX.Element;
export const CollecticonCalendarRange: StyledCollecticon;
/**
* Collecticon: Calendar slot
*/
function CollecticonCalendarSlot(props: CollecticonProps): JSX.Element;
export const CollecticonCalendarSlot: StyledCollecticon;
/**
* Collecticon: Calendar
*/
function CollecticonCalendar(props: CollecticonProps): JSX.Element;
export const CollecticonCalendar: StyledCollecticon;
/**
* Collecticon: Camera
*/
function CollecticonCamera(props: CollecticonProps): JSX.Element;
export const CollecticonCamera: StyledCollecticon;
/**
* Collecticon: Chart bars
*/
function CollecticonChartBars(props: CollecticonProps): JSX.Element;
export const CollecticonChartBars: StyledCollecticon;
/**
* Collecticon: Chart line
*/
function CollecticonChartLine(props: CollecticonProps): JSX.Element;
export const CollecticonChartLine: StyledCollecticon;
/**
* Collecticon: Chart pie
*/
function CollecticonChartPie(props: CollecticonProps): JSX.Element;
export const CollecticonChartPie: StyledCollecticon;
/**
* Collecticon: Chevron down small
*/
function CollecticonChevronDownSmall(props: CollecticonProps): JSX.Element;
export const CollecticonChevronDownSmall: StyledCollecticon;
/**
* Collecticon: Chevron down trail small
*/
function CollecticonChevronDownTrailSmall(props: CollecticonProps): JSX.Element;
export const CollecticonChevronDownTrailSmall: StyledCollecticon;
/**
* Collecticon: Chevron down
*/
function CollecticonChevronDown(props: CollecticonProps): JSX.Element;
export const CollecticonChevronDown: StyledCollecticon;
/**
* Collecticon: Chevron left small
*/
function CollecticonChevronLeftSmall(props: CollecticonProps): JSX.Element;
export const CollecticonChevronLeftSmall: StyledCollecticon;
/**
* Collecticon: Chevron left trail small
*/
function CollecticonChevronLeftTrailSmall(props: CollecticonProps): JSX.Element;
export const CollecticonChevronLeftTrailSmall: StyledCollecticon;
/**
* Collecticon: Chevron left
*/
function CollecticonChevronLeft(props: CollecticonProps): JSX.Element;
export const CollecticonChevronLeft: StyledCollecticon;
/**
* Collecticon: Chevron right small
*/
function CollecticonChevronRightSmall(props: CollecticonProps): JSX.Element;
export const CollecticonChevronRightSmall: StyledCollecticon;
/**
* Collecticon: Chevron right trail small
*/
function CollecticonChevronRightTrailSmall(props: CollecticonProps): JSX.Element;
export const CollecticonChevronRightTrailSmall: StyledCollecticon;
/**
* Collecticon: Chevron right
*/
function CollecticonChevronRight(props: CollecticonProps): JSX.Element;
export const CollecticonChevronRight: StyledCollecticon;
/**
* Collecticon: Chevron step backward
*/
function CollecticonChevronStepBackward(props: CollecticonProps): JSX.Element;
export const CollecticonChevronStepBackward: StyledCollecticon;
/**
* Collecticon: Chevron step forward
*/
function CollecticonChevronStepForward(props: CollecticonProps): JSX.Element;
export const CollecticonChevronStepForward: StyledCollecticon;
/**
* Collecticon: Chevron up small
*/
function CollecticonChevronUpSmall(props: CollecticonProps): JSX.Element;
export const CollecticonChevronUpSmall: StyledCollecticon;
/**
* Collecticon: Chevron up trail small
*/
function CollecticonChevronUpTrailSmall(props: CollecticonProps): JSX.Element;
export const CollecticonChevronUpTrailSmall: StyledCollecticon;
/**
* Collecticon: Chevron up
*/
function CollecticonChevronUp(props: CollecticonProps): JSX.Element;
export const CollecticonChevronUp: StyledCollecticon;
/**
* Collecticon: Circle exclamation
*/
function CollecticonCircleExclamation(props: CollecticonProps): JSX.Element;
export const CollecticonCircleExclamation: StyledCollecticon;
/**
* Collecticon: Circle forbidden
*/
function CollecticonCircleForbidden(props: CollecticonProps): JSX.Element;
export const CollecticonCircleForbidden: StyledCollecticon;
/**
* Collecticon: Circle information
*/
function CollecticonCircleInformation(props: CollecticonProps): JSX.Element;
export const CollecticonCircleInformation: StyledCollecticon;
/**
* Collecticon: Circle pause
*/
function CollecticonCirclePause(props: CollecticonProps): JSX.Element;
export const CollecticonCirclePause: StyledCollecticon;
/**
* Collecticon: Circle play next
*/
function CollecticonCirclePlayNext(props: CollecticonProps): JSX.Element;
export const CollecticonCirclePlayNext: StyledCollecticon;
/**
* Collecticon: Circle play
*/
function CollecticonCirclePlay(props: CollecticonProps): JSX.Element;
export const CollecticonCirclePlay: StyledCollecticon;
/**
* Collecticon: Circle question
*/
function CollecticonCircleQuestion(props: CollecticonProps): JSX.Element;
export const CollecticonCircleQuestion: StyledCollecticon;
/**
* Collecticon: Circle record
*/
function CollecticonCircleRecord(props: CollecticonProps): JSX.Element;
export const CollecticonCircleRecord: StyledCollecticon;
/**
* Collecticon: Circle stop
*/
function CollecticonCircleStop(props: CollecticonProps): JSX.Element;
export const CollecticonCircleStop: StyledCollecticon;
/**
* Collecticon: Circle tick
*/
function CollecticonCircleTick(props: CollecticonProps): JSX.Element;
export const CollecticonCircleTick: StyledCollecticon;
/**
* Collecticon: Circle xmark
*/
function CollecticonCircleXmark(props: CollecticonProps): JSX.Element;
export const CollecticonCircleXmark: StyledCollecticon;
/**
* Collecticon: Clipboard tick
*/
function CollecticonClipboardTick(props: CollecticonProps): JSX.Element;
export const CollecticonClipboardTick: StyledCollecticon;
/**
* Collecticon: Clipboard
*/
function CollecticonClipboard(props: CollecticonProps): JSX.Element;
export const CollecticonClipboard: StyledCollecticon;
/**
* Collecticon: Clock back
*/
function CollecticonClockBack(props: CollecticonProps): JSX.Element;
export const CollecticonClockBack: StyledCollecticon;
/**
* Collecticon: Clock
*/
function CollecticonClock(props: CollecticonProps): JSX.Element;
export const CollecticonClock: StyledCollecticon;
/**
* Collecticon: Code
*/
function CollecticonCode(props: CollecticonProps): JSX.Element;
export const CollecticonCode: StyledCollecticon;
/**
* Collecticon: Cog
*/
function CollecticonCog(props: CollecticonProps): JSX.Element;
export const CollecticonCog: StyledCollecticon;
/**
* Collecticon: Compass2
*/
function CollecticonCompass2(props: CollecticonProps): JSX.Element;
export const CollecticonCompass2: StyledCollecticon;
/**
* Collecticon: Compass
*/
function CollecticonCompass(props: CollecticonProps): JSX.Element;
export const CollecticonCompass: StyledCollecticon;
/**
* Collecticon: Crosshair2
*/
function CollecticonCrosshair2(props: CollecticonProps): JSX.Element;
export const CollecticonCrosshair2: StyledCollecticon;
/**
* Collecticon: Crosshair
*/
function CollecticonCrosshair(props: CollecticonProps): JSX.Element;
export const CollecticonCrosshair: StyledCollecticon;
/**
* Collecticon: Disc dollar
*/
function CollecticonDiscDollar(props: CollecticonProps): JSX.Element;
export const CollecticonDiscDollar: StyledCollecticon;
/**
* Collecticon: Disc xmark
*/
function CollecticonDiscXmark(props: CollecticonProps): JSX.Element;
export const CollecticonDiscXmark: StyledCollecticon;
/**
* Collecticon: Download2
*/
function CollecticonDownload2(props: CollecticonProps): JSX.Element;
export const CollecticonDownload2: StyledCollecticon;
/**
* Collecticon: Download
*/
function CollecticonDownload(props: CollecticonProps): JSX.Element;
export const CollecticonDownload: StyledCollecticon;
/**
* Collecticon: Drop
*/
function CollecticonDrop(props: CollecticonProps): JSX.Element;
export const CollecticonDrop: StyledCollecticon;
/**
* Collecticon: Ellipsis horizontal
*/
function CollecticonEllipsisHorizontal(props: CollecticonProps): JSX.Element;
export const CollecticonEllipsisHorizontal: StyledCollecticon;
/**
* Collecticon: Ellipsis vertical
*/
function CollecticonEllipsisVertical(props: CollecticonProps): JSX.Element;
export const CollecticonEllipsisVertical: StyledCollecticon;
/**
* Collecticon: Envelope
*/
function CollecticonEnvelope(props: CollecticonProps): JSX.Element;
export const CollecticonEnvelope: StyledCollecticon;
/**
* Collecticon: Equal small
*/
function CollecticonEqualSmall(props: CollecticonProps): JSX.Element;
export const CollecticonEqualSmall: StyledCollecticon;
/**
* Collecticon: Equal
*/
function CollecticonEqual(props: CollecticonProps): JSX.Element;
export const CollecticonEqual: StyledCollecticon;
/**
* Collecticon: Exclamation small
*/
function CollecticonExclamationSmall(props: CollecticonProps): JSX.Element;
export const CollecticonExclamationSmall: StyledCollecticon;
/**
* Collecticon: Expand collapse
*/
function CollecticonExpandCollapse(props: CollecticonProps): JSX.Element;
export const CollecticonExpandCollapse: StyledCollecticon;
/**
* Collecticon: Expand down left
*/
function CollecticonExpandDownLeft(props: CollecticonProps): JSX.Element;
export const CollecticonExpandDownLeft: StyledCollecticon;
/**
* Collecticon: Expand down right
*/
function CollecticonExpandDownRight(props: CollecticonProps): JSX.Element;
export const CollecticonExpandDownRight: StyledCollecticon;
/**
* Collecticon: Expand from left
*/
function CollecticonExpandFromLeft(props: CollecticonProps): JSX.Element;
export const CollecticonExpandFromLeft: StyledCollecticon;
/**
* Collecticon: Expand from right
*/
function CollecticonExpandFromRight(props: CollecticonProps): JSX.Element;
export const CollecticonExpandFromRight: StyledCollecticon;
/**
* Collecticon: Expand top left
*/
function CollecticonExpandTopLeft(props: CollecticonProps): JSX.Element;
export const CollecticonExpandTopLeft: StyledCollecticon;
/**
* Collecticon: Expand top right
*/
function CollecticonExpandTopRight(props: CollecticonProps): JSX.Element;
export const CollecticonExpandTopRight: StyledCollecticon;
/**
* Collecticon: Eye disabled
*/
function CollecticonEyeDisabled(props: CollecticonProps): JSX.Element;
export const CollecticonEyeDisabled: StyledCollecticon;
/**
* Collecticon: Eye
*/
function CollecticonEye(props: CollecticonProps): JSX.Element;
export const CollecticonEye: StyledCollecticon;
/**
* Collecticon: Face happy
*/
function CollecticonFaceHappy(props: CollecticonProps): JSX.Element;
export const CollecticonFaceHappy: StyledCollecticon;
/**
* Collecticon: Face sad
*/
function CollecticonFaceSad(props: CollecticonProps): JSX.Element;
export const CollecticonFaceSad: StyledCollecticon;
/**
* Collecticon: Factory
*/
function CollecticonFactory(props: CollecticonProps): JSX.Element;
export const CollecticonFactory: StyledCollecticon;
/**
* Collecticon: Fence
*/
function CollecticonFence(props: CollecticonProps): JSX.Element;
export const CollecticonFence: StyledCollecticon;
/**
* Collecticon: Filter
*/
function CollecticonFilter(props: CollecticonProps): JSX.Element;
export const CollecticonFilter: StyledCollecticon;
/**
* Collecticon: Flag pole
*/
function CollecticonFlagPole(props: CollecticonProps): JSX.Element;
export const CollecticonFlagPole: StyledCollecticon;
/**
* Collecticon: Flame
*/
function CollecticonFlame(props: CollecticonProps): JSX.Element;
export const CollecticonFlame: StyledCollecticon;
/**
* Collecticon: Folder
*/
function CollecticonFolder(props: CollecticonProps): JSX.Element;
export const CollecticonFolder: StyledCollecticon;
/**
* Collecticon: Gauge
*/
function CollecticonGauge(props: CollecticonProps): JSX.Element;
export const CollecticonGauge: StyledCollecticon;
/**
* Collecticon: Git fork
*/
function CollecticonGitFork(props: CollecticonProps): JSX.Element;
export const CollecticonGitFork: StyledCollecticon;
/**
* Collecticon: Globe
*/
function CollecticonGlobe(props: CollecticonProps): JSX.Element;
export const CollecticonGlobe: StyledCollecticon;
/**
* Collecticon: Grip horizontal
*/
function CollecticonGripHorizontal(props: CollecticonProps): JSX.Element;
export const CollecticonGripHorizontal: StyledCollecticon;
/**
* Collecticon: Grip vertical
*/
function CollecticonGripVertical(props: CollecticonProps): JSX.Element;
export const CollecticonGripVertical: StyledCollecticon;
/**
* Collecticon: Hamburger menu
*/
function CollecticonHamburgerMenu(props: CollecticonProps): JSX.Element;
export const CollecticonHamburgerMenu: StyledCollecticon;
/**
* Collecticon: Hand pan
*/
function CollecticonHandPan(props: CollecticonProps): JSX.Element;
export const CollecticonHandPan: StyledCollecticon;
/**
* Collecticon: Hand swipe horizontal
*/
function CollecticonHandSwipeHorizontal(props: CollecticonProps): JSX.Element;
export const CollecticonHandSwipeHorizontal: StyledCollecticon;
/**
* Collecticon: Hand thumbs down
*/
function CollecticonHandThumbsDown(props: CollecticonProps): JSX.Element;
export const CollecticonHandThumbsDown: StyledCollecticon;
/**
* Collecticon: Hand thumbs up
*/
function CollecticonHandThumbsUp(props: CollecticonProps): JSX.Element;
export const CollecticonHandThumbsUp: StyledCollecticon;
/**
* Collecticon: Heading
*/
function CollecticonHeading(props: CollecticonProps): JSX.Element;
export const CollecticonHeading: StyledCollecticon;
/**
* Collecticon: Heart
*/
function CollecticonHeart(props: CollecticonProps): JSX.Element;
export const CollecticonHeart: StyledCollecticon;
/**
* Collecticon: House
*/
function CollecticonHouse(props: CollecticonProps): JSX.Element;
export const CollecticonHouse: StyledCollecticon;
/**
* Collecticon: Houses
*/
function CollecticonHouses(props: CollecticonProps): JSX.Element;
export const CollecticonHouses: StyledCollecticon;
/**
* Collecticon: Iso stack
*/
function CollecticonIsoStack(props: CollecticonProps): JSX.Element;
export const CollecticonIsoStack: StyledCollecticon;
/**
* Collecticon: Italic
*/
function CollecticonItalic(props: CollecticonProps): JSX.Element;
export const CollecticonItalic: StyledCollecticon;
/**
* Collecticon: Keyboard
*/
function CollecticonKeyboard(props: CollecticonProps): JSX.Element;
export const CollecticonKeyboard: StyledCollecticon;
/**
* Collecticon: Layout column2x
*/
function CollecticonLayoutColumn2x(props: CollecticonProps): JSX.Element;
export const CollecticonLayoutColumn2x: StyledCollecticon;
/**
* Collecticon: Layout grid2x2
*/
function CollecticonLayoutGrid2x2(props: CollecticonProps): JSX.Element;
export const CollecticonLayoutGrid2x2: StyledCollecticon;
/**
* Collecticon: Layout grid3x3
*/
function CollecticonLayoutGrid3x3(props: CollecticonProps): JSX.Element;
export const CollecticonLayoutGrid3x3: StyledCollecticon;
/**
* Collecticon: Layout row2x
*/
function CollecticonLayoutRow2x(props: CollecticonProps): JSX.Element;
export const CollecticonLayoutRow2x: StyledCollecticon;
/**
* Collecticon: Leaf
*/
function CollecticonLeaf(props: CollecticonProps): JSX.Element;
export const CollecticonLeaf: StyledCollecticon;
/**
* Collecticon: Link
*/
function CollecticonLink(props: CollecticonProps): JSX.Element;
export const CollecticonLink: StyledCollecticon;
/**
* Collecticon: List numbered
*/
function CollecticonListNumbered(props: CollecticonProps): JSX.Element;
export const CollecticonListNumbered: StyledCollecticon;
/**
* Collecticon: List
*/
function CollecticonList(props: CollecticonProps): JSX.Element;
export const CollecticonList: StyledCollecticon;
/**
* Collecticon: Lock2 open
*/
function CollecticonLock2Open(props: CollecticonProps): JSX.Element;
export const CollecticonLock2Open: StyledCollecticon;
/**
* Collecticon: Lock2
*/
function CollecticonLock2(props: CollecticonProps): JSX.Element;
export const CollecticonLock2: StyledCollecticon;
/**
* Collecticon: Lock open
*/
function CollecticonLockOpen(props: CollecticonProps): JSX.Element;
export const CollecticonLockOpen: StyledCollecticon;
/**
* Collecticon: Lock
*/
function CollecticonLock(props: CollecticonProps): JSX.Element;
export const CollecticonLock: StyledCollecticon;
/**
* Collecticon: Login
*/
function CollecticonLogin(props: CollecticonProps): JSX.Element;
export const CollecticonLogin: StyledCollecticon;
/**
* Collecticon: Logout
*/
function CollecticonLogout(props: CollecticonProps): JSX.Element;
export const CollecticonLogout: StyledCollecticon;
/**
* Collecticon: Magnifier left
*/
function CollecticonMagnifierLeft(props: CollecticonProps): JSX.Element;
export const CollecticonMagnifierLeft: StyledCollecticon;
/**
* Collecticon: Magnifier right
*/
function CollecticonMagnifierRight(props: CollecticonProps): JSX.Element;
export const CollecticonMagnifierRight: StyledCollecticon;
/**
* Collecticon: Map
*/
function CollecticonMap(props: CollecticonProps): JSX.Element;
export const CollecticonMap: StyledCollecticon;
/**
* Collecticon: Marker
*/
function CollecticonMarker(props: CollecticonProps): JSX.Element;
export const CollecticonMarker: StyledCollecticon;
/**
* Collecticon: Minus small
*/
function CollecticonMinusSmall(props: CollecticonProps): JSX.Element;
export const CollecticonMinusSmall: StyledCollecticon;
/**
* Collecticon: Minus
*/
function CollecticonMinus(props: CollecticonProps): JSX.Element;
export const CollecticonMinus: StyledCollecticon;
/**
* Collecticon: Mobile phone
*/
function CollecticonMobilePhone(props: CollecticonProps): JSX.Element;
export const CollecticonMobilePhone: StyledCollecticon;
/**
* Collecticon: Options tick
*/
function CollecticonOptionsTick(props: CollecticonProps): JSX.Element;
export const CollecticonOptionsTick: StyledCollecticon;
/**
* Collecticon: Page cog
*/
function CollecticonPageCog(props: CollecticonProps): JSX.Element;
export const CollecticonPageCog: StyledCollecticon;
/**
* Collecticon: Page label
*/
function CollecticonPageLabel(props: CollecticonProps): JSX.Element;
export const CollecticonPageLabel: StyledCollecticon;
/**
* Collecticon: Page lock open
*/
function CollecticonPageLockOpen(props: CollecticonProps): JSX.Element;
export const CollecticonPageLockOpen: StyledCollecticon;
/**
* Collecticon: Page tick
*/
function CollecticonPageTick(props: CollecticonProps): JSX.Element;
export const CollecticonPageTick: StyledCollecticon;
/**
* Collecticon: Page up
*/
function CollecticonPageUp(props: CollecticonProps): JSX.Element;
export const CollecticonPageUp: StyledCollecticon;
/**
* Collecticon: Page
*/
function CollecticonPage(props: CollecticonProps): JSX.Element;
export const CollecticonPage: StyledCollecticon;
/**
* Collecticon: Pages
*/
function CollecticonPages(props: CollecticonProps): JSX.Element;
export const CollecticonPages: StyledCollecticon;
/**
* Collecticon: Pencil
*/
function CollecticonPencil(props: CollecticonProps): JSX.Element;
export const CollecticonPencil: StyledCollecticon;
/**
* Collecticon: Pi
*/
function CollecticonPi(props: CollecticonProps): JSX.Element;
export const CollecticonPi: StyledCollecticon;
/**
* Collecticon: Picture
*/
function CollecticonPicture(props: CollecticonProps): JSX.Element;
export const CollecticonPicture: StyledCollecticon;
/**
* Collecticon: Pilcrow
*/
function CollecticonPilcrow(props: CollecticonProps): JSX.Element;
export const CollecticonPilcrow: StyledCollecticon;
/**
* Collecticon: Plus small
*/
function CollecticonPlusSmall(props: CollecticonProps): JSX.Element;
export const CollecticonPlusSmall: StyledCollecticon;
/**
* Collecticon: Plus
*/
function CollecticonPlus(props: CollecticonProps): JSX.Element;
export const CollecticonPlus: StyledCollecticon;
/**
* Collecticon: Pop down
*/
function CollecticonPopDown(props: CollecticonProps): JSX.Element;
export const CollecticonPopDown: StyledCollecticon;
/**
* Collecticon: Pop up
*/
function CollecticonPopUp(props: CollecticonProps): JSX.Element;
export const CollecticonPopUp: StyledCollecticon;
/**
* Collecticon: Printer
*/
function CollecticonPrinter(props: CollecticonProps): JSX.Element;
export const CollecticonPrinter: StyledCollecticon;
/**
* Collecticon: Quote left
*/
function CollecticonQuoteLeft(props: CollecticonProps): JSX.Element;
export const CollecticonQuoteLeft: StyledCollecticon;
/**
* Collecticon: Quote right
*/
function CollecticonQuoteRight(props: CollecticonProps): JSX.Element;
export const CollecticonQuoteRight: StyledCollecticon;
/**
* Collecticon: Resize center horizontal
*/
function CollecticonResizeCenterHorizontal(props: CollecticonProps): JSX.Element;
export const CollecticonResizeCenterHorizontal: StyledCollecticon;
/**
* Collecticon: Resize center vertical
*/
function CollecticonResizeCenterVertical(props: CollecticonProps): JSX.Element;
export const CollecticonResizeCenterVertical: StyledCollecticon;
/**
* Collecticon: Resize in
*/
function CollecticonResizeIn(props: CollecticonProps): JSX.Element;
export const CollecticonResizeIn: StyledCollecticon;
/**
* Collecticon: Resize out
*/
function CollecticonResizeOut(props: CollecticonProps): JSX.Element;
export const CollecticonResizeOut: StyledCollecticon;
/**
* Collecticon: Road
*/
function CollecticonRoad(props: CollecticonProps): JSX.Element;
export const CollecticonRoad: StyledCollecticon;
/**
* Collecticon: Rock
*/
function CollecticonRock(props: CollecticonProps): JSX.Element;
export const CollecticonRock: StyledCollecticon;
/**
* Collecticon: Rss feed
*/
function CollecticonRssFeed(props: CollecticonProps): JSX.Element;
export const CollecticonRssFeed: StyledCollecticon;
/**
* Collecticon: Share2
*/
function CollecticonShare2(props: CollecticonProps): JSX.Element;
export const CollecticonShare2: StyledCollecticon;
/**
* Collecticon: Share
*/
function CollecticonShare(props: CollecticonProps): JSX.Element;
export const CollecticonShare: StyledCollecticon;
/**
* Collecticon: Shrink to left
*/
function CollecticonShrinkToLeft(props: CollecticonProps): JSX.Element;
export const CollecticonShrinkToLeft: StyledCollecticon;
/**
* Collecticon: Shrink to right
*/
function CollecticonShrinkToRight(props: CollecticonProps): JSX.Element;
export const CollecticonShrinkToRight: StyledCollecticon;
/**
* Collecticon: Sign danger
*/
function CollecticonSignDanger(props: CollecticonProps): JSX.Element;
export const CollecticonSignDanger: StyledCollecticon;
/**
* Collecticon: Sliders horizontal
*/
function CollecticonSlidersHorizontal(props: CollecticonProps): JSX.Element;
export const CollecticonSlidersHorizontal: StyledCollecticon;
/**
* Collecticon: Sliders vertical
*/
function CollecticonSlidersVertical(props: CollecticonProps): JSX.Element;
export const CollecticonSlidersVertical: StyledCollecticon;
/**
* Collecticon: Sort asc
*/
function CollecticonSortAsc(props: CollecticonProps): JSX.Element;
export const CollecticonSortAsc: StyledCollecticon;
/**
* Collecticon: Sort desc
*/
function CollecticonSortDesc(props: CollecticonProps): JSX.Element;
export const CollecticonSortDesc: StyledCollecticon;
/**
* Collecticon: Sort none
*/
function CollecticonSortNone(props: CollecticonProps): JSX.Element;
export const CollecticonSortNone: StyledCollecticon;
/**
* Collecticon: Sort
*/
function CollecticonSort(props: CollecticonProps): JSX.Element;
export const CollecticonSort: StyledCollecticon;
/**
* Collecticon: Spark
*/
function CollecticonSpark(props: CollecticonProps): JSX.Element;
export const CollecticonSpark: StyledCollecticon;
/**
* Collecticon: Speech balloon
*/
function CollecticonSpeechBalloon(props: CollecticonProps): JSX.Element;
export const CollecticonSpeechBalloon: StyledCollecticon;
/**
* Collecticon: Square small
*/
function CollecticonSquareSmall(props: CollecticonProps): JSX.Element;
export const CollecticonSquareSmall: StyledCollecticon;
/**
* Collecticon: Square
*/
function CollecticonSquare(props: CollecticonProps): JSX.Element;
export const CollecticonSquare: StyledCollecticon;
/**
* Collecticon: Star
*/
function CollecticonStar(props: CollecticonProps): JSX.Element;
export const CollecticonStar: StyledCollecticon;
/**
* Collecticon: Steam
*/
function CollecticonSteam(props: CollecticonProps): JSX.Element;
export const CollecticonSteam: StyledCollecticon;
/**
* Collecticon: Subscript2
*/
function CollecticonSubscript2(props: CollecticonProps): JSX.Element;
export const CollecticonSubscript2: StyledCollecticon;
/**
* Collecticon: Subscript
*/
function CollecticonSubscript(props: CollecticonProps): JSX.Element;
export const CollecticonSubscript: StyledCollecticon;
/**
* Collecticon: Superscript2
*/
function CollecticonSuperscript2(props: CollecticonProps): JSX.Element;
export const CollecticonSuperscript2: StyledCollecticon;
/**
* Collecticon: Superscript
*/
function CollecticonSuperscript(props: CollecticonProps): JSX.Element;
export const CollecticonSuperscript: StyledCollecticon;
/**
* Collecticon: Swap horizontal
*/
function CollecticonSwapHorizontal(props: CollecticonProps): JSX.Element;
export const CollecticonSwapHorizontal: StyledCollecticon;
/**
* Collecticon: Swap vertical
*/
function CollecticonSwapVertical(props: CollecticonProps): JSX.Element;
export const CollecticonSwapVertical: StyledCollecticon;
/**
* Collecticon: Table add column
*/
function CollecticonTableAddColumn(props: CollecticonProps): JSX.Element;
export const CollecticonTableAddColumn: StyledCollecticon;
/**
* Collecticon: Table add row
*/
function CollecticonTableAddRow(props: CollecticonProps): JSX.Element;
export const CollecticonTableAddRow: StyledCollecticon;
/**
* Collecticon: Table subtract column
*/
function CollecticonTableSubtractColumn(props: CollecticonProps): JSX.Element;
export const CollecticonTableSubtractColumn: StyledCollecticon;
/**
* Collecticon: Table subtract row
*/
function CollecticonTableSubtractRow(props: CollecticonProps): JSX.Element;
export const CollecticonTableSubtractRow: StyledCollecticon;
/**
* Collecticon: Table
*/
function CollecticonTable(props: CollecticonProps): JSX.Element;
export const CollecticonTable: StyledCollecticon;
/**
* Collecticon: Tag
*/
function CollecticonTag(props: CollecticonProps): JSX.Element;
export const CollecticonTag: StyledCollecticon;
/**
* Collecticon: Target
*/
function CollecticonTarget(props: CollecticonProps): JSX.Element;
export const CollecticonTarget: StyledCollecticon;
/**
* Collecticon: Text block
*/
function CollecticonTextBlock(props: CollecticonProps): JSX.Element;
export const CollecticonTextBlock: StyledCollecticon;
/**
* Collecticon: Tick small
*/
function CollecticonTickSmall(props: CollecticonProps): JSX.Element;
export const CollecticonTickSmall: StyledCollecticon;
/**
* Collecticon: Tick
*/
function CollecticonTick(props: CollecticonProps): JSX.Element;
export const CollecticonTick: StyledCollecticon;
/**
* Collecticon: Trash bin
*/
function CollecticonTrashBin(props: CollecticonProps): JSX.Element;
export const CollecticonTrashBin: StyledCollecticon;
/**
* Collecticon: Triangle down small
*/
function CollecticonTriangleDownSmall(props: CollecticonProps): JSX.Element;
export const CollecticonTriangleDownSmall: StyledCollecticon;
/**
* Collecticon: Triangle down
*/
function CollecticonTriangleDown(props: CollecticonProps): JSX.Element;
export const CollecticonTriangleDown: StyledCollecticon;
/**
* Collecticon: Triangle left small
*/
function CollecticonTriangleLeftSmall(props: CollecticonProps): JSX.Element;
export const CollecticonTriangleLeftSmall: StyledCollecticon;
/**
* Collecticon: Triangle left
*/
function CollecticonTriangleLeft(props: CollecticonProps): JSX.Element;
export const CollecticonTriangleLeft: StyledCollecticon;
/**
* Collecticon: Triangle right small
*/
function CollecticonTriangleRightSmall(props: CollecticonProps): JSX.Element;
export const CollecticonTriangleRightSmall: StyledCollecticon;
/**
* Collecticon: Triangle right
*/
function CollecticonTriangleRight(props: CollecticonProps): JSX.Element;
export const CollecticonTriangleRight: StyledCollecticon;
/**
* Collecticon: Triangle up small
*/
function CollecticonTriangleUpSmall(props: CollecticonProps): JSX.Element;
export const CollecticonTriangleUpSmall: StyledCollecticon;
/**
* Collecticon: Triangle up
*/
function CollecticonTriangleUp(props: CollecticonProps): JSX.Element;
export const CollecticonTriangleUp: StyledCollecticon;
/**
* Collecticon: Tumblr reblog
*/
function CollecticonTumblrReblog(props: CollecticonProps): JSX.Element;
export const CollecticonTumblrReblog: StyledCollecticon;
/**
* Collecticon: Ufo
*/
function CollecticonUfo(props: CollecticonProps): JSX.Element;
export const CollecticonUfo: StyledCollecticon;
/**
* Collecticon: Underline
*/
function CollecticonUnderline(props: CollecticonProps): JSX.Element;
export const CollecticonUnderline: StyledCollecticon;
/**
* Collecticon: Upload2
*/
function CollecticonUpload2(props: CollecticonProps): JSX.Element;
export const CollecticonUpload2: StyledCollecticon;
/**
* Collecticon: Upload
*/
function CollecticonUpload(props: CollecticonProps): JSX.Element;
export const CollecticonUpload: StyledCollecticon;
/**
* Collecticon: User group
*/
function CollecticonUserGroup(props: CollecticonProps): JSX.Element;
export const CollecticonUserGroup: StyledCollecticon;
/**
* Collecticon: User
*/
function CollecticonUser(props: CollecticonProps): JSX.Element;
export const CollecticonUser: StyledCollecticon;
/**
* Collecticon: Users
*/
function CollecticonUsers(props: CollecticonProps): JSX.Element;
export const CollecticonUsers: StyledCollecticon;
/**
* Collecticon: Way
*/
function CollecticonWay(props: CollecticonProps): JSX.Element;
export const CollecticonWay: StyledCollecticon;
/**
* Collecticon: Wrench
*/
function CollecticonWrench(props: CollecticonProps): JSX.Element;
export const CollecticonWrench: StyledCollecticon;
/**
* Collecticon: Xmark small
*/
function CollecticonXmarkSmall(props: CollecticonProps): JSX.Element;
export const CollecticonXmarkSmall: StyledCollecticon;
/**
* Collecticon: Xmark
*/
function CollecticonXmark(props: CollecticonProps): JSX.Element;
export const CollecticonXmark: StyledCollecticon;
}

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