Skip to content

Commit

Permalink
build(*): remove icon collections from export
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Aug 30, 2023
1 parent 3aa8c17 commit b7c287b
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 433 deletions.
57 changes: 0 additions & 57 deletions src/construction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,60 +684,3 @@ export const wrench: IMXIcon = {
'tool',
],
};

export const construction = [
brickWall,
brush,
bucket,
building,
bulldozer,
cementMixer,
constructionCone,
constructionProject,
constructionTrolley,
cordlessScrewdriver,
countryHome,
crane,
dumpTruck,
estate,
forkliftTruck,
foundation,
fountain,
hammer,
impactDrill,
ladder,
maintenance,
oilPlatform,
paintRoller,
pipes,
pipingSystem,
pliers,
pneumaticHammerDrill,
radiator,
restrictedArea,
roadRoller,
rulers,
safetyVest,
saw,
scissorLift,
screwdriver,
shovel,
skyscrapers,
solarPanel,
solderingIron,
stairs,
stopHand,
tableSawBlade,
tapWater,
tapeline,
towTruck,
towelRail,
tractor,
trowel,
waterBoiler,
waterHeater,
waterTap,
worker,
workers,
wrench,
];
16 changes: 0 additions & 16 deletions src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,3 @@ export const unpinRight: IMXIcon = {
'thumbtack',
],
};

export const content = [
addChild,
addFilter,
addRow,
arrowDownLeft,
arrowDownRight,
arrowUpLeft,
arrowUpRight,
jumpDown,
jumpUp,
pinLeft,
pinRight,
unpinLeft,
unpinRight,
];
63 changes: 0 additions & 63 deletions src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,66 +636,3 @@ export const tomorrow: IMXIcon = {
'day',
],
};

export const editor = [
bottomPercentileRecords,
bottomRecords,
caseSensitive,
check,
contains,
customFilter,
doesNotContain,
doesNotEndWith,
doesNotStartWith,
endExpression,
endsWith,
equals,
exactMatch,
greaterThan,
greaterThanOrEqual,
isAfter,
isBefore,
isEmpty,
isFalse,
isNotNull,
isNull,
isTrue,
lastMonth,
lastQuarter,
lastWeek,
lastYear,
lessThan,
lessThanOrEqual,
match,
month,
nextMonth,
nextQuarter,
nextWeek,
nextYear,
notEmpty,
notEqual,
previousQuarter,
previousWeek,
quarterFour,
quarterOne,
quarterThree,
quarterTwo,
endsWith,
equals,
isEmpty,
selectAll,
startExpression,
startsWith,
thisMonth,
thisQuarter,
thisWeek,
thisYear,
today,
topPercentileRecords,
topRecords,
ungroup,
yearToDate,
year,
yesterday,
tomorrow,
];
33 changes: 0 additions & 33 deletions src/election.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,36 +337,3 @@ export const whiteHouse2: IMXIcon = {
'acropolis',
],
};

export const elections = [
aggregation,
candidateResults,
debate,
electoralVotes,
euParliament,
femaleCandidate,
horn,
maleCandidate,
parliament1,
parliament2,
popularVotes,
protesterSigns,
resultsByCandidates,
resultsPiechart,
scalesBalanced,
scalesUnbalanced,
stats,
timeline,
usaCa,
usaFl,
usaLower48States,
usaNy,
usaPartyDemocratic,
usaPartyGreen,
usaPartyLibertarian,
usaPartyRepublican,
usaTx,
vote,
whiteHouse1,
whiteHouse2,
];
56 changes: 0 additions & 56 deletions src/finance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,59 +815,3 @@ export const yenCircled: IMXIcon = {
categories: ['finance'],
keywords: ['jpy', 'yen', 'circled', 'currency'],
};

export const finance = [
atm,
atmDollar,
atmEuro,
atmPound,
atmYen,
auction,
award,
bankSafe,
barcode,
bearMarket,
billPaid,
budgetSpending,
bullMarket,
businessDevelopment,
calculator,
cash,
cashAlt,
cashOnly,
certificate,
commodities,
creditCards,
creditControl,
crowdfunding,
debt,
delivery,
diamond,
diamondCircled,
discount,
dividents,
dollarCircled,
dropShipping,
euroCircled,
faceId,
financialInsurance,
foreignExchange,
gift,
gold,
ideaGeneration,
invoice,
legalDocument,
loan,
moneyBag,
oil,
payDate,
piggyBank,
poundCircled,
projectRevenue,
sale,
security,
securityAlt,
strategy,
wireTransfer,
yenCircled,
];
75 changes: 0 additions & 75 deletions src/health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -990,78 +990,3 @@ export const weightScale: IMXIcon = {
'weightloss',
],
};

export const health = [
accessibility,
aidsRibbon,
ambulance,
anxiety,
babyBottle,
bacteria,
bandage,
biohazard,
blood,
braille,
breastfeeding,
caduceus,
cancerRibbon,
clinic,
condom,
condomUsed,
contraception,
coronavirus,
deafness,
dentalFloss,
dentalImplant,
diabetes,
dna,
doctor,
doctorsBag,
dose,
embryo,
fertilization,
fitnessWatch,
gasMask,
hearingAid,
heartCare,
heartMonitor,
hospital,
hospitalBed,
hospitalSign,
keepAwayFromChildren,
mask,
maskAlt,
massage,
medicalBook,
medicine,
microorganisms,
microscope,
nurse,
pacifier,
pill,
plasticSurgery,
poop,
pregnancyNoAlcohol,
pulse,
radioactive,
rhNegative,
rhPositive,
rodOfAsclepius,
signLanguage,
sneeze,
stethoscope,
stretcher,
syringe,
teeth,
thermometer,
toiletPaper,
tooth,
toothCracked,
veterinarian,
vial,
virus,
virusProtection,
virusStop,
visuallyImpaired,
weightScale,
];
21 changes: 0 additions & 21 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
import { content } from './content';
import { construction } from './construction';
import { editor } from './editor';
import { elections } from './election';
import { finance } from './finance';
import { health } from './health';
import { logos } from './logos';
import { programming } from './programming';
import { socialMedia } from './socialMedia';
import type { IMXIcon } from './common/icon';

export * from './content';
Expand All @@ -21,15 +12,3 @@ export * from './socialMedia';

export { IconCategory, IconCategoryEnum } from './common/icon';
export type { IMXIcon };

export const all: IMXIcon[] = [
...content,
...construction,
...editor,
...elections,
...finance,
...health,
...logos,
...programming,
...socialMedia,
];
Loading

0 comments on commit b7c287b

Please sign in to comment.