@freightos/icons 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ exports.IconArrowForward = (0, react_1.forwardRef)(({ size = '1em', color = 'cur
48
48
  verticalAlign: 'middle',
49
49
  ...style,
50
50
  }, ...props },
51
- react_1.default.createElement("g", { clipPath: "url(#clip0_805_28001)" },
51
+ react_1.default.createElement("g", { "clip-path": "url(#clip0_805_28001)" },
52
52
  react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.998 3.998l-1.41 1.41L16.166 11H3.998v1.995h12.168l-5.578 5.593 1.41 1.41 8-8-8-8z", fill: "currentColor" })),
53
53
  react_1.default.createElement("defs", null,
54
54
  react_1.default.createElement("clipPath", { id: "clip0_805_28001" },
@@ -48,7 +48,7 @@ exports.IconBlock = (0, react_1.forwardRef)(({ size = '1em', color = 'currentCol
48
48
  verticalAlign: 'middle',
49
49
  ...style,
50
50
  }, ...props },
51
- react_1.default.createElement("g", { clipPath: "url(#clip0_805_27957)" },
51
+ react_1.default.createElement("g", { "clip-path": "url(#clip0_805_27957)" },
52
52
  react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2a10 10 0 100 20 10 10 0 000-20zM3.995 12A8.004 8.004 0 0112 3.995a7.87 7.87 0 014.899 1.696L5.69 16.899A7.87 7.87 0 013.995 12zM12 20.005a7.87 7.87 0 01-4.899-1.696L18.31 7.101A7.87 7.87 0 0120.004 12 8.004 8.004 0 0112 20.005z", fill: "currentColor" })),
53
53
  react_1.default.createElement("defs", null,
54
54
  react_1.default.createElement("clipPath", { id: "clip0_805_27957" },
@@ -48,7 +48,7 @@ exports.IconCall = (0, react_1.forwardRef)(({ size = '1em', color = 'currentColo
48
48
  verticalAlign: 'middle',
49
49
  ...style,
50
50
  }, ...props },
51
- react_1.default.createElement("g", { clipPath: "url(#clip0_805_27887)" },
51
+ react_1.default.createElement("g", { "clip-path": "url(#clip0_805_27887)" },
52
52
  react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.933 4.225c.065.973.232 1.937.5 2.875L5.1 8.433a16.333 16.333 0 01-.833-4.208h1.666zm10.959 13.333c.94.266 1.907.434 2.883.5v1.667c-1.435-.1-2.851-.38-4.217-.833l1.334-1.325v-.009zM7 2H3.108A1.117 1.117 0 002 3.108 18.892 18.892 0 0020.892 22 1.117 1.117 0 0022 20.892V17a1.117 1.117 0 00-1.108-1.108c-1.348 0-2.687-.214-3.967-.634a.99.99 0 00-.35-.058 1.14 1.14 0 00-.783.325l-2.45 2.442a16.825 16.825 0 01-7.317-7.317L8.467 8.2a1.108 1.108 0 00.275-1.133A12.67 12.67 0 018.108 3.1 1.117 1.117 0 007 2z", fill: "currentColor" })),
53
53
  react_1.default.createElement("defs", null,
54
54
  react_1.default.createElement("clipPath", { id: "clip0_805_27887" },
@@ -51,7 +51,7 @@ exports.IconChooseList = (0, react_1.forwardRef)(({ size = '1em', color = 'curre
51
51
  react_1.default.createElement("defs", null,
52
52
  react_1.default.createElement("clipPath", { id: "a" },
53
53
  react_1.default.createElement("path", { fill: "currentColor", d: "M8.4 0c.968 0 1.794.338 2.476 1.012a3.318 3.318 0 011.024 2.45 3.274 3.274 0 01-.7 2.042l2.8 2.77-.735.726-2.8-2.77c-.303.232-.63.405-.98.52-.35.115-.712.173-1.085.173-.968 0-1.794-.337-2.476-1.012A3.318 3.318 0 014.9 3.46c0-.957.341-1.773 1.024-2.448C6.606.338 7.432 0 8.4 0zM7 7.962V9H0V7.962h7zm1.4-6.924c-.677 0-1.254.237-1.732.71a2.322 2.322 0 00-.718 1.714c0 .669.24 1.24.718 1.713.478.473 1.055.71 1.732.71s1.254-.237 1.732-.71a2.322 2.322 0 00.718-1.713c0-.67-.24-1.24-.717-1.714a2.374 2.374 0 00-1.733-.71zM3.5 4.327v1.038H0V4.327h3.5zm0-3.635v1.039H0V.692h3.5z" }))),
54
- react_1.default.createElement("g", { clipPath: "url(#a)", transform: "translate(1 3)" },
54
+ react_1.default.createElement("g", { "clip-path": "url(#a)", transform: "translate(1 3)" },
55
55
  react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h14v9H0V0z" }))));
56
56
  });
57
57
  exports.IconChooseList.displayName = 'IconChooseList';
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.IconFolder = void 0;
37
+ const react_1 = __importStar(require("react"));
38
+ const colors_1 = require("../colors");
39
+ exports.IconFolder = (0, react_1.forwardRef)(({ size = '1em', color = 'currentColor', style, ...props }, ref) => {
40
+ const resolvedColor = color && color in colors_1.FREIGHTOS_COLORS ? colors_1.FREIGHTOS_COLORS[color] : color;
41
+ return (react_1.default.createElement("svg", { ref: ref, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: resolvedColor, style: {
42
+ width: size,
43
+ height: size,
44
+ minWidth: size,
45
+ minHeight: size,
46
+ flexShrink: 0,
47
+ display: 'inline-block',
48
+ verticalAlign: 'middle',
49
+ ...style,
50
+ }, ...props },
51
+ react_1.default.createElement("path", { d: "M6 16H14V14H6V16ZM6 12H18V10H6V12ZM4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H10L12 6H20C20.55 6 21.0208 6.19583 21.4125 6.5875C21.8042 6.97917 22 7.45 22 8V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V8H11.175L9.175 6H4V18Z", fill: "currentColor" })));
52
+ });
53
+ exports.IconFolder.displayName = 'IconFolder';
@@ -48,7 +48,7 @@ exports.IconManageSearch = (0, react_1.forwardRef)(({ size = '1em', color = 'cur
48
48
  verticalAlign: 'middle',
49
49
  ...style,
50
50
  }, ...props },
51
- react_1.default.createElement("g", { clipPath: "url(#clip0_5496_25956)" },
51
+ react_1.default.createElement("g", { "clip-path": "url(#clip0_5496_25956)" },
52
52
  react_1.default.createElement("path", { d: "M7 9H2V7h5v2zm0 3H2v2h5v-2zm13.59 7l-3.83-3.83c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L22 17.59 20.59 19zM17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zM2 19h10v-2H2v2z", fill: "currentColor" })),
53
53
  react_1.default.createElement("defs", null,
54
54
  react_1.default.createElement("clipPath", { id: "clip0_5496_25956" },
@@ -48,7 +48,7 @@ exports.IconSync = (0, react_1.forwardRef)(({ size = '1em', color = 'currentColo
48
48
  verticalAlign: 'middle',
49
49
  ...style,
50
50
  }, ...props },
51
- react_1.default.createElement("g", { clipPath: "url(#clip0_5512_25958)" },
51
+ react_1.default.createElement("g", { "clip-path": "url(#clip0_5512_25958)" },
52
52
  react_1.default.createElement("path", { d: "M12.5 4.727V2L8.75 5.636l3.75 3.637V6.545c3.103 0 5.625 2.446 5.625 5.455 0 .918-.234 1.79-.656 2.546l1.368 1.327A7.05 7.05 0 0020 12c0-4.018-3.356-7.273-7.5-7.273zm0 12.727c-3.103 0-5.625-2.445-5.625-5.454 0-.918.234-1.79.656-2.545L6.162 8.127A7.05 7.05 0 005 12c0 4.018 3.356 7.273 7.5 7.273V22l3.75-3.636-3.75-3.637v2.727z", fill: "currentColor" })),
53
53
  react_1.default.createElement("defs", null,
54
54
  react_1.default.createElement("clipPath", { id: "clip0_5512_25958" },
package/dist/cjs/index.js CHANGED
@@ -18,10 +18,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
18
  };
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
20
  exports.IconCloseCircle = exports.IconClock = exports.IconClear = exports.IconClearCircled = exports.IconClearCircledSolid = exports.IconClassicView = exports.IconChooseList = exports.IconCheck = exports.IconCheckCircled = exports.IconCheckCircledSolid = exports.IconChatProgress = exports.IconChatProgressSolid = exports.IconCharges = exports.IconCaretUp = exports.IconCaretRight = exports.IconCaretLeft = exports.IconCaretDown = exports.IconCall = exports.IconCalendar = exports.IconBulb = exports.IconBuild = exports.IconBox = exports.IconBoxTotal = exports.IconBookmark = exports.IconBookmarkFilled = exports.IconBlock = exports.IconBlankCircled = exports.IconBilling = exports.IconBank = exports.IconAutomated = exports.IconAuto = exports.IconAttachment = exports.IconArrowSmallUp = exports.IconArrowSmallRight = exports.IconArrowSmallLeft = exports.IconArrowSmallDown = exports.IconArrowForward = exports.IconArrowBack = exports.IconArchive = exports.IconAmazon = exports.IconAlertCircled = exports.IconAlarm = exports.IconAirport = exports.IconAirportArrival = exports.IconAirplaneTakeoff = exports.IconAirplaneLanding = exports.IconAi = exports.IconAddressBook = exports.IconAddPerson = exports.IconTransactions = void 0;
21
- exports.IconGoogle = exports.IconGanttChart = exports.IconFulfillmentCenter = exports.IconFreightosCredit = exports.IconFlag = exports.IconFilter = exports.IconFilledCircle = exports.IconFactory = exports.IconEye = exports.IconEyeInvisible = exports.IconExpress = exports.IconExport = exports.IconExpandAll = exports.IconExit = exports.IconExchange = exports.IconEnvelope = exports.IconEntry = exports.IconEmission = exports.IconEllipsesV = exports.IconEllipsesH = exports.IconEdit = exports.IconEbooking = exports.IconEarn = exports.IconEarlyCancelation = exports.IconDrag = exports.IconDownload = exports.IconDownloadEntry = exports.IconDownloadDocs = exports.IconDownloadAlt = exports.IconDown = exports.IconDoubleRight = exports.IconDoubleLeft = exports.IconDocuments = exports.IconDocument = exports.IconDashboard = exports.IconCutoff = exports.IconCustoms = exports.IconCustomQuote = exports.IconCustomQuoteSolid = exports.IconCurrencyEuro = exports.IconCreditCard = exports.IconCrate = exports.IconCopy = exports.IconContentCopy = exports.IconContainer = exports.IconComparison = exports.IconCompany = exports.IconCommodity = exports.IconColumn = exports.IconClose = void 0;
22
- exports.IconPeople = exports.IconPending = exports.IconPaypal = exports.IconPay = exports.IconPayLater = exports.IconPallet = exports.IconOffice = exports.IconNotificationBell = exports.IconNegativeCircled = exports.IconMultipleAddress = exports.IconMonitorWeight = exports.IconMoneyCase = exports.IconModeTruck = exports.IconModeTrain = exports.IconModeShip = exports.IconModeAir = exports.IconModeAirFreighter = exports.IconModeAirExpress = exports.IconMinus = exports.IconMinusCircled = exports.IconMessage = exports.IconMenuOpen = exports.IconMenuClose = exports.IconMatrixView = exports.IconMap = exports.IconManageSearch = exports.IconLogout = exports.IconLock = exports.IconLocation = exports.IconLocationCharges = exports.IconLoading = exports.IconList = exports.IconLinkedin = exports.IconLike = exports.IconLeft = exports.IconLastMileDelivery = exports.IconInsurance = exports.IconInfoCircled = exports.IconImageSearch = exports.IconHotDeal = exports.IconHistory = exports.IconHelpCircled = exports.IconHamburger = exports.IconGridOn = exports.IconGraphicTrough = exports.IconGraphicPeak = exports.IconGraphicAverage = exports.IconGraph = exports.IconGpsFull = exports.IconGpsEmpty = void 0;
23
- exports.IconUld = exports.IconTrophy = exports.IconTrendingUp = exports.IconTrendingFlat = exports.IconTrendingDown = exports.IconTrash = exports.IconTotal = exports.IconTotalUnits = exports.IconTimer = exports.IconTile = exports.IconThumbUp = exports.IconTemperatureLow = exports.IconTag = exports.IconTable = exports.IconTableSort = exports.IconSync = exports.IconSyncCircledSolid = exports.IconSubdirectory = exports.IconStatusUpdate = exports.IconStarHalf = exports.IconStarFull = exports.IconStarEmpty = exports.IconSphere = exports.IconSpend = exports.IconShare = exports.IconSettings = exports.IconSend = exports.IconSecurePayment = exports.IconSectionExpand = exports.IconSectionCollapse = exports.IconSearch = exports.IconSearchManager = exports.IconSave = exports.IconRisk = exports.IconRight = exports.IconReview = exports.IconResidential = exports.IconRefund = exports.IconRefresh = exports.IconReceipt = exports.IconRates = exports.IconRateReview = exports.IconPrint = exports.IconPort = exports.IconPlus = exports.IconPlusCircled = exports.IconPlusCircledSolid = exports.IconPlayCircled = exports.IconPin = exports.IconPercentage = void 0;
24
- exports.IconZoomOut = exports.IconZoomIn = exports.IconWeightLbs = exports.IconWeightKg = exports.IconWarehouse = exports.IconWallet = exports.IconVisibility = exports.IconVisibilityNegative = exports.IconVerified = exports.IconVerifiedCircled = exports.IconUser = exports.IconUserCircled = exports.IconUpload2 = exports.IconUpload = exports.IconUp = exports.IconUnlock = void 0;
21
+ exports.IconGanttChart = exports.IconFulfillmentCenter = exports.IconFreightosCredit = exports.IconFolder = exports.IconFlag = exports.IconFilter = exports.IconFilledCircle = exports.IconFactory = exports.IconEye = exports.IconEyeInvisible = exports.IconExpress = exports.IconExport = exports.IconExpandAll = exports.IconExit = exports.IconExchange = exports.IconEnvelope = exports.IconEntry = exports.IconEmission = exports.IconEllipsesV = exports.IconEllipsesH = exports.IconEdit = exports.IconEbooking = exports.IconEarn = exports.IconEarlyCancelation = exports.IconDrag = exports.IconDownload = exports.IconDownloadEntry = exports.IconDownloadDocs = exports.IconDownloadAlt = exports.IconDown = exports.IconDoubleRight = exports.IconDoubleLeft = exports.IconDocuments = exports.IconDocument = exports.IconDashboard = exports.IconCutoff = exports.IconCustoms = exports.IconCustomQuote = exports.IconCustomQuoteSolid = exports.IconCurrencyEuro = exports.IconCreditCard = exports.IconCrate = exports.IconCopy = exports.IconContentCopy = exports.IconContainer = exports.IconComparison = exports.IconCompany = exports.IconCommodity = exports.IconColumn = exports.IconClose = void 0;
22
+ exports.IconPending = exports.IconPaypal = exports.IconPay = exports.IconPayLater = exports.IconPallet = exports.IconOffice = exports.IconNotificationBell = exports.IconNegativeCircled = exports.IconMultipleAddress = exports.IconMonitorWeight = exports.IconMoneyCase = exports.IconModeTruck = exports.IconModeTrain = exports.IconModeShip = exports.IconModeAir = exports.IconModeAirFreighter = exports.IconModeAirExpress = exports.IconMinus = exports.IconMinusCircled = exports.IconMessage = exports.IconMenuOpen = exports.IconMenuClose = exports.IconMatrixView = exports.IconMap = exports.IconManageSearch = exports.IconLogout = exports.IconLock = exports.IconLocation = exports.IconLocationCharges = exports.IconLoading = exports.IconList = exports.IconLinkedin = exports.IconLike = exports.IconLeft = exports.IconLastMileDelivery = exports.IconInsurance = exports.IconInfoCircled = exports.IconImageSearch = exports.IconHotDeal = exports.IconHistory = exports.IconHelpCircled = exports.IconHamburger = exports.IconGridOn = exports.IconGraphicTrough = exports.IconGraphicPeak = exports.IconGraphicAverage = exports.IconGraph = exports.IconGpsFull = exports.IconGpsEmpty = exports.IconGoogle = void 0;
23
+ exports.IconTrophy = exports.IconTrendingUp = exports.IconTrendingFlat = exports.IconTrendingDown = exports.IconTrash = exports.IconTotal = exports.IconTotalUnits = exports.IconTimer = exports.IconTile = exports.IconThumbUp = exports.IconTemperatureLow = exports.IconTag = exports.IconTable = exports.IconTableSort = exports.IconSync = exports.IconSyncCircledSolid = exports.IconSubdirectory = exports.IconStatusUpdate = exports.IconStarHalf = exports.IconStarFull = exports.IconStarEmpty = exports.IconSphere = exports.IconSpend = exports.IconShare = exports.IconSettings = exports.IconSend = exports.IconSecurePayment = exports.IconSectionExpand = exports.IconSectionCollapse = exports.IconSearch = exports.IconSearchManager = exports.IconSave = exports.IconRisk = exports.IconRight = exports.IconReview = exports.IconResidential = exports.IconRefund = exports.IconRefresh = exports.IconReceipt = exports.IconRates = exports.IconRateReview = exports.IconPrint = exports.IconPort = exports.IconPlus = exports.IconPlusCircled = exports.IconPlusCircledSolid = exports.IconPlayCircled = exports.IconPin = exports.IconPercentage = exports.IconPeople = void 0;
24
+ exports.IconZoomOut = exports.IconZoomIn = exports.IconWeightLbs = exports.IconWeightKg = exports.IconWarehouse = exports.IconWallet = exports.IconVisibility = exports.IconVisibilityNegative = exports.IconVerified = exports.IconVerifiedCircled = exports.IconUser = exports.IconUserCircled = exports.IconUpload2 = exports.IconUpload = exports.IconUp = exports.IconUnlock = exports.IconUld = void 0;
25
25
  __exportStar(require("./types"), exports);
26
26
  __exportStar(require("./colors"), exports);
27
27
  var IconTransactions_1 = require("./icons/IconTransactions");
@@ -216,6 +216,8 @@ var IconFilter_1 = require("./icons/IconFilter");
216
216
  Object.defineProperty(exports, "IconFilter", { enumerable: true, get: function () { return IconFilter_1.IconFilter; } });
217
217
  var IconFlag_1 = require("./icons/IconFlag");
218
218
  Object.defineProperty(exports, "IconFlag", { enumerable: true, get: function () { return IconFlag_1.IconFlag; } });
219
+ var IconFolder_1 = require("./icons/IconFolder");
220
+ Object.defineProperty(exports, "IconFolder", { enumerable: true, get: function () { return IconFolder_1.IconFolder; } });
219
221
  var IconFreightosCredit_1 = require("./icons/IconFreightosCredit");
220
222
  Object.defineProperty(exports, "IconFreightosCredit", { enumerable: true, get: function () { return IconFreightosCredit_1.IconFreightosCredit; } });
221
223
  var IconFulfillmentCenter_1 = require("./icons/IconFulfillmentCenter");
@@ -12,7 +12,7 @@ export const IconArrowForward = forwardRef(({ size = '1em', color = 'currentColo
12
12
  verticalAlign: 'middle',
13
13
  ...style,
14
14
  }, ...props },
15
- React.createElement("g", { clipPath: "url(#clip0_805_28001)" },
15
+ React.createElement("g", { "clip-path": "url(#clip0_805_28001)" },
16
16
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.998 3.998l-1.41 1.41L16.166 11H3.998v1.995h12.168l-5.578 5.593 1.41 1.41 8-8-8-8z", fill: "currentColor" })),
17
17
  React.createElement("defs", null,
18
18
  React.createElement("clipPath", { id: "clip0_805_28001" },
@@ -12,7 +12,7 @@ export const IconBlock = forwardRef(({ size = '1em', color = 'currentColor', sty
12
12
  verticalAlign: 'middle',
13
13
  ...style,
14
14
  }, ...props },
15
- React.createElement("g", { clipPath: "url(#clip0_805_27957)" },
15
+ React.createElement("g", { "clip-path": "url(#clip0_805_27957)" },
16
16
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2a10 10 0 100 20 10 10 0 000-20zM3.995 12A8.004 8.004 0 0112 3.995a7.87 7.87 0 014.899 1.696L5.69 16.899A7.87 7.87 0 013.995 12zM12 20.005a7.87 7.87 0 01-4.899-1.696L18.31 7.101A7.87 7.87 0 0120.004 12 8.004 8.004 0 0112 20.005z", fill: "currentColor" })),
17
17
  React.createElement("defs", null,
18
18
  React.createElement("clipPath", { id: "clip0_805_27957" },
@@ -12,7 +12,7 @@ export const IconCall = forwardRef(({ size = '1em', color = 'currentColor', styl
12
12
  verticalAlign: 'middle',
13
13
  ...style,
14
14
  }, ...props },
15
- React.createElement("g", { clipPath: "url(#clip0_805_27887)" },
15
+ React.createElement("g", { "clip-path": "url(#clip0_805_27887)" },
16
16
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.933 4.225c.065.973.232 1.937.5 2.875L5.1 8.433a16.333 16.333 0 01-.833-4.208h1.666zm10.959 13.333c.94.266 1.907.434 2.883.5v1.667c-1.435-.1-2.851-.38-4.217-.833l1.334-1.325v-.009zM7 2H3.108A1.117 1.117 0 002 3.108 18.892 18.892 0 0020.892 22 1.117 1.117 0 0022 20.892V17a1.117 1.117 0 00-1.108-1.108c-1.348 0-2.687-.214-3.967-.634a.99.99 0 00-.35-.058 1.14 1.14 0 00-.783.325l-2.45 2.442a16.825 16.825 0 01-7.317-7.317L8.467 8.2a1.108 1.108 0 00.275-1.133A12.67 12.67 0 018.108 3.1 1.117 1.117 0 007 2z", fill: "currentColor" })),
17
17
  React.createElement("defs", null,
18
18
  React.createElement("clipPath", { id: "clip0_805_27887" },
@@ -15,7 +15,7 @@ export const IconChooseList = forwardRef(({ size = '1em', color = 'currentColor'
15
15
  React.createElement("defs", null,
16
16
  React.createElement("clipPath", { id: "a" },
17
17
  React.createElement("path", { fill: "currentColor", d: "M8.4 0c.968 0 1.794.338 2.476 1.012a3.318 3.318 0 011.024 2.45 3.274 3.274 0 01-.7 2.042l2.8 2.77-.735.726-2.8-2.77c-.303.232-.63.405-.98.52-.35.115-.712.173-1.085.173-.968 0-1.794-.337-2.476-1.012A3.318 3.318 0 014.9 3.46c0-.957.341-1.773 1.024-2.448C6.606.338 7.432 0 8.4 0zM7 7.962V9H0V7.962h7zm1.4-6.924c-.677 0-1.254.237-1.732.71a2.322 2.322 0 00-.718 1.714c0 .669.24 1.24.718 1.713.478.473 1.055.71 1.732.71s1.254-.237 1.732-.71a2.322 2.322 0 00.718-1.713c0-.67-.24-1.24-.717-1.714a2.374 2.374 0 00-1.733-.71zM3.5 4.327v1.038H0V4.327h3.5zm0-3.635v1.039H0V.692h3.5z" }))),
18
- React.createElement("g", { clipPath: "url(#a)", transform: "translate(1 3)" },
18
+ React.createElement("g", { "clip-path": "url(#a)", transform: "translate(1 3)" },
19
19
  React.createElement("path", { fill: "currentColor", d: "M0 0h14v9H0V0z" }))));
20
20
  });
21
21
  IconChooseList.displayName = 'IconChooseList';
@@ -0,0 +1,17 @@
1
+ import React, { forwardRef } from 'react';
2
+ import { FREIGHTOS_COLORS } from '../colors';
3
+ export const IconFolder = forwardRef(({ size = '1em', color = 'currentColor', style, ...props }, ref) => {
4
+ const resolvedColor = color && color in FREIGHTOS_COLORS ? FREIGHTOS_COLORS[color] : color;
5
+ return (React.createElement("svg", { ref: ref, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: resolvedColor, style: {
6
+ width: size,
7
+ height: size,
8
+ minWidth: size,
9
+ minHeight: size,
10
+ flexShrink: 0,
11
+ display: 'inline-block',
12
+ verticalAlign: 'middle',
13
+ ...style,
14
+ }, ...props },
15
+ React.createElement("path", { d: "M6 16H14V14H6V16ZM6 12H18V10H6V12ZM4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H10L12 6H20C20.55 6 21.0208 6.19583 21.4125 6.5875C21.8042 6.97917 22 7.45 22 8V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V8H11.175L9.175 6H4V18Z", fill: "currentColor" })));
16
+ });
17
+ IconFolder.displayName = 'IconFolder';
@@ -12,7 +12,7 @@ export const IconManageSearch = forwardRef(({ size = '1em', color = 'currentColo
12
12
  verticalAlign: 'middle',
13
13
  ...style,
14
14
  }, ...props },
15
- React.createElement("g", { clipPath: "url(#clip0_5496_25956)" },
15
+ React.createElement("g", { "clip-path": "url(#clip0_5496_25956)" },
16
16
  React.createElement("path", { d: "M7 9H2V7h5v2zm0 3H2v2h5v-2zm13.59 7l-3.83-3.83c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L22 17.59 20.59 19zM17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3 1.35 3 3 3 3-1.35 3-3zM2 19h10v-2H2v2z", fill: "currentColor" })),
17
17
  React.createElement("defs", null,
18
18
  React.createElement("clipPath", { id: "clip0_5496_25956" },
@@ -12,7 +12,7 @@ export const IconSync = forwardRef(({ size = '1em', color = 'currentColor', styl
12
12
  verticalAlign: 'middle',
13
13
  ...style,
14
14
  }, ...props },
15
- React.createElement("g", { clipPath: "url(#clip0_5512_25958)" },
15
+ React.createElement("g", { "clip-path": "url(#clip0_5512_25958)" },
16
16
  React.createElement("path", { d: "M12.5 4.727V2L8.75 5.636l3.75 3.637V6.545c3.103 0 5.625 2.446 5.625 5.455 0 .918-.234 1.79-.656 2.546l1.368 1.327A7.05 7.05 0 0020 12c0-4.018-3.356-7.273-7.5-7.273zm0 12.727c-3.103 0-5.625-2.445-5.625-5.454 0-.918.234-1.79.656-2.545L6.162 8.127A7.05 7.05 0 005 12c0 4.018 3.356 7.273 7.5 7.273V22l3.75-3.636-3.75-3.637v2.727z", fill: "currentColor" })),
17
17
  React.createElement("defs", null,
18
18
  React.createElement("clipPath", { id: "clip0_5512_25958" },
package/dist/esm/index.js CHANGED
@@ -99,6 +99,7 @@ export { IconFactory } from './icons/IconFactory';
99
99
  export { IconFilledCircle } from './icons/IconFilledCircle';
100
100
  export { IconFilter } from './icons/IconFilter';
101
101
  export { IconFlag } from './icons/IconFlag';
102
+ export { IconFolder } from './icons/IconFolder';
102
103
  export { IconFreightosCredit } from './icons/IconFreightosCredit';
103
104
  export { IconFulfillmentCenter } from './icons/IconFulfillmentCenter';
104
105
  export { IconGanttChart } from './icons/IconGanttChart';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../types';
3
+ export declare const IconFolder: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -96,6 +96,7 @@ export { IconFactory } from './icons/IconFactory';
96
96
  export { IconFilledCircle } from './icons/IconFilledCircle';
97
97
  export { IconFilter } from './icons/IconFilter';
98
98
  export { IconFlag } from './icons/IconFlag';
99
+ export { IconFolder } from './icons/IconFolder';
99
100
  export { IconFreightosCredit } from './icons/IconFreightosCredit';
100
101
  export { IconFulfillmentCenter } from './icons/IconFulfillmentCenter';
101
102
  export { IconGanttChart } from './icons/IconGanttChart';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freightos/icons",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A comprehensive icon library for Freightos applications with full TypeScript support",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",