@freightos/icons 1.0.6 → 1.0.8

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.
@@ -0,0 +1,54 @@
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.IconEarn = void 0;
37
+ const react_1 = __importStar(require("react"));
38
+ const colors_1 = require("../colors");
39
+ exports.IconEarn = (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", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.276 6.11c.006-.05.009-.101.01-.153V3.54c0-.393-.143-.749-.429-1.066-.285-.317-.619-.475-1-.475H8.143c-.365 0-.695.158-.988.475-.294.317-.44.673-.44 1.067V5.93c0 .061.003.121.01.18H2.428c-.365 0-.695.158-.989.475-.293.317-.44.672-.44 1.066v12.333c0 .41.147.77.44 1.079.294.308.623.462.989.462H13.34a6.28 6.28 0 01-.32-1.541H2.429V7.652h17.143v5.68a5.83 5.83 0 011.428.323V7.652c0-.394-.143-.749-.428-1.066-.286-.317-.62-.475-1-.475h-4.296zm-1.419 0V3.543H8.143V6.11h5.714z", fill: "currentColor" }),
52
+ react_1.default.createElement("path", { d: "M11.186 13.253c-1.081-.303-1.429-.616-1.429-1.104 0-.56.481-.951 1.286-.951.848 0 1.162.437 1.19 1.079h1.053c-.034-.884-.534-1.696-1.529-1.958V9.194H10.33v1.11c-.924.216-1.667.863-1.667 1.855 0 1.187.91 1.778 2.238 2.122 1.19.308 1.429.76 1.429 1.238 0 .355-.234.92-1.286.92-.981 0-1.367-.473-1.42-1.079H8.577c.057 1.125.838 1.757 1.753 1.968v1.115h1.428v-1.105c.929-.19 1.667-.77 1.667-1.824 0-1.46-1.157-1.958-2.238-2.26zM18.12 22l.863-.893-1.979-2.046H23v-1.262h-5.996l1.979-2.047-.863-.893-3.452 3.57L18.12 22z", fill: "currentColor" })));
53
+ });
54
+ exports.IconEarn.displayName = 'IconEarn';
@@ -38,7 +38,7 @@ const react_1 = __importStar(require("react"));
38
38
  const colors_1 = require("../colors");
39
39
  exports.IconSend = (0, react_1.forwardRef)(({ size = '1em', color = 'currentColor', style, ...props }, ref) => {
40
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: {
41
+ return (react_1.default.createElement("svg", { ref: ref, viewBox: "0 0 11 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: resolvedColor, style: {
42
42
  width: size,
43
43
  height: size,
44
44
  minWidth: size,
@@ -48,6 +48,6 @@ exports.IconSend = (0, react_1.forwardRef)(({ size = '1em', color = 'currentColo
48
48
  verticalAlign: 'middle',
49
49
  ...style,
50
50
  }, ...props },
51
- react_1.default.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4 4h16v12H5.185L4 17.17V4zm0-2a2 2 0 00-2 2v18l4-4h14a2.008 2.008 0 002-2V4a2.008 2.008 0 00-2-2H4zm2 10h12v2H6v-2zm0-3h12v2H6V9zm0-2.963h12v2H6v-2z", fill: "currentColor" })));
51
+ react_1.default.createElement("path", { d: "M0 9.5L10.5 5 0 .5V4l7.5 1L0 6v3.5z", fill: "currentColor" })));
52
52
  });
53
53
  exports.IconSend.displayName = 'IconSend';
@@ -0,0 +1,54 @@
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.IconSpend = void 0;
37
+ const react_1 = __importStar(require("react"));
38
+ const colors_1 = require("../colors");
39
+ exports.IconSpend = (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", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.276 6.11c.006-.05.009-.101.01-.153V3.54c0-.393-.143-.749-.429-1.066-.285-.317-.619-.475-1-.475H8.143c-.365 0-.695.158-.988.475-.294.317-.44.673-.44 1.067V5.93c0 .061.003.121.01.18H2.428c-.365 0-.695.158-.989.475-.293.317-.44.672-.44 1.066v12.333c0 .41.147.77.44 1.079.294.308.623.462.989.462H13.34a6.28 6.28 0 01-.32-1.541H2.429V7.652h17.143v5.68a5.83 5.83 0 011.428.323V7.652c0-.394-.143-.749-.428-1.066-.286-.317-.62-.475-1-.475h-4.296zm-1.419 0V3.543H8.143V6.11h5.714z", fill: "currentColor" }),
52
+ react_1.default.createElement("path", { d: "M11.186 13.253c-1.081-.303-1.429-.616-1.429-1.104 0-.56.481-.951 1.286-.951.848 0 1.162.437 1.19 1.079h1.053c-.034-.884-.534-1.696-1.529-1.958V9.194H10.33v1.11c-.924.216-1.667.863-1.667 1.855 0 1.187.91 1.778 2.238 2.122 1.19.308 1.429.76 1.429 1.238 0 .355-.234.92-1.286.92-.981 0-1.367-.473-1.42-1.079H8.577c.057 1.125.838 1.757 1.753 1.968v1.115h1.428v-1.105c.929-.19 1.667-.77 1.667-1.824 0-1.46-1.157-1.958-2.238-2.26zm8.363 1.607l-.863.892 1.978 2.046h-5.996v1.263h5.996l-1.978 2.046.863.893L23 18.43l-3.451-3.57z", fill: "currentColor" })));
53
+ });
54
+ exports.IconSpend.displayName = 'IconSpend';
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.IconGpsEmpty = 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.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.IconPercentage = 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 = void 0;
23
- exports.IconUp = exports.IconUnlock = 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.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 = 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 = 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;
25
25
  __exportStar(require("./types"), exports);
26
26
  __exportStar(require("./colors"), exports);
27
27
  var IconTransactions_1 = require("./icons/IconTransactions");
@@ -178,6 +178,8 @@ var IconDrag_1 = require("./icons/IconDrag");
178
178
  Object.defineProperty(exports, "IconDrag", { enumerable: true, get: function () { return IconDrag_1.IconDrag; } });
179
179
  var IconEarlyCancelation_1 = require("./icons/IconEarlyCancelation");
180
180
  Object.defineProperty(exports, "IconEarlyCancelation", { enumerable: true, get: function () { return IconEarlyCancelation_1.IconEarlyCancelation; } });
181
+ var IconEarn_1 = require("./icons/IconEarn");
182
+ Object.defineProperty(exports, "IconEarn", { enumerable: true, get: function () { return IconEarn_1.IconEarn; } });
181
183
  var IconEbooking_1 = require("./icons/IconEbooking");
182
184
  Object.defineProperty(exports, "IconEbooking", { enumerable: true, get: function () { return IconEbooking_1.IconEbooking; } });
183
185
  var IconEdit_1 = require("./icons/IconEdit");
@@ -374,6 +376,8 @@ var IconSettings_1 = require("./icons/IconSettings");
374
376
  Object.defineProperty(exports, "IconSettings", { enumerable: true, get: function () { return IconSettings_1.IconSettings; } });
375
377
  var IconShare_1 = require("./icons/IconShare");
376
378
  Object.defineProperty(exports, "IconShare", { enumerable: true, get: function () { return IconShare_1.IconShare; } });
379
+ var IconSpend_1 = require("./icons/IconSpend");
380
+ Object.defineProperty(exports, "IconSpend", { enumerable: true, get: function () { return IconSpend_1.IconSpend; } });
377
381
  var IconSphere_1 = require("./icons/IconSphere");
378
382
  Object.defineProperty(exports, "IconSphere", { enumerable: true, get: function () { return IconSphere_1.IconSphere; } });
379
383
  var IconStarEmpty_1 = require("./icons/IconStarEmpty");
@@ -0,0 +1,18 @@
1
+ import React, { forwardRef } from 'react';
2
+ import { FREIGHTOS_COLORS } from '../colors';
3
+ export const IconEarn = 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", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.276 6.11c.006-.05.009-.101.01-.153V3.54c0-.393-.143-.749-.429-1.066-.285-.317-.619-.475-1-.475H8.143c-.365 0-.695.158-.988.475-.294.317-.44.673-.44 1.067V5.93c0 .061.003.121.01.18H2.428c-.365 0-.695.158-.989.475-.293.317-.44.672-.44 1.066v12.333c0 .41.147.77.44 1.079.294.308.623.462.989.462H13.34a6.28 6.28 0 01-.32-1.541H2.429V7.652h17.143v5.68a5.83 5.83 0 011.428.323V7.652c0-.394-.143-.749-.428-1.066-.286-.317-.62-.475-1-.475h-4.296zm-1.419 0V3.543H8.143V6.11h5.714z", fill: "currentColor" }),
16
+ React.createElement("path", { d: "M11.186 13.253c-1.081-.303-1.429-.616-1.429-1.104 0-.56.481-.951 1.286-.951.848 0 1.162.437 1.19 1.079h1.053c-.034-.884-.534-1.696-1.529-1.958V9.194H10.33v1.11c-.924.216-1.667.863-1.667 1.855 0 1.187.91 1.778 2.238 2.122 1.19.308 1.429.76 1.429 1.238 0 .355-.234.92-1.286.92-.981 0-1.367-.473-1.42-1.079H8.577c.057 1.125.838 1.757 1.753 1.968v1.115h1.428v-1.105c.929-.19 1.667-.77 1.667-1.824 0-1.46-1.157-1.958-2.238-2.26zM18.12 22l.863-.893-1.979-2.046H23v-1.262h-5.996l1.979-2.047-.863-.893-3.452 3.57L18.12 22z", fill: "currentColor" })));
17
+ });
18
+ IconEarn.displayName = 'IconEarn';
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
2
2
  import { FREIGHTOS_COLORS } from '../colors';
3
3
  export const IconSend = forwardRef(({ size = '1em', color = 'currentColor', style, ...props }, ref) => {
4
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: {
5
+ return (React.createElement("svg", { ref: ref, viewBox: "0 0 11 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: resolvedColor, style: {
6
6
  width: size,
7
7
  height: size,
8
8
  minWidth: size,
@@ -12,6 +12,6 @@ export const IconSend = forwardRef(({ size = '1em', color = 'currentColor', styl
12
12
  verticalAlign: 'middle',
13
13
  ...style,
14
14
  }, ...props },
15
- React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4 4h16v12H5.185L4 17.17V4zm0-2a2 2 0 00-2 2v18l4-4h14a2.008 2.008 0 002-2V4a2.008 2.008 0 00-2-2H4zm2 10h12v2H6v-2zm0-3h12v2H6V9zm0-2.963h12v2H6v-2z", fill: "currentColor" })));
15
+ React.createElement("path", { d: "M0 9.5L10.5 5 0 .5V4l7.5 1L0 6v3.5z", fill: "currentColor" })));
16
16
  });
17
17
  IconSend.displayName = 'IconSend';
@@ -0,0 +1,18 @@
1
+ import React, { forwardRef } from 'react';
2
+ import { FREIGHTOS_COLORS } from '../colors';
3
+ export const IconSpend = 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", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.276 6.11c.006-.05.009-.101.01-.153V3.54c0-.393-.143-.749-.429-1.066-.285-.317-.619-.475-1-.475H8.143c-.365 0-.695.158-.988.475-.294.317-.44.673-.44 1.067V5.93c0 .061.003.121.01.18H2.428c-.365 0-.695.158-.989.475-.293.317-.44.672-.44 1.066v12.333c0 .41.147.77.44 1.079.294.308.623.462.989.462H13.34a6.28 6.28 0 01-.32-1.541H2.429V7.652h17.143v5.68a5.83 5.83 0 011.428.323V7.652c0-.394-.143-.749-.428-1.066-.286-.317-.62-.475-1-.475h-4.296zm-1.419 0V3.543H8.143V6.11h5.714z", fill: "currentColor" }),
16
+ React.createElement("path", { d: "M11.186 13.253c-1.081-.303-1.429-.616-1.429-1.104 0-.56.481-.951 1.286-.951.848 0 1.162.437 1.19 1.079h1.053c-.034-.884-.534-1.696-1.529-1.958V9.194H10.33v1.11c-.924.216-1.667.863-1.667 1.855 0 1.187.91 1.778 2.238 2.122 1.19.308 1.429.76 1.429 1.238 0 .355-.234.92-1.286.92-.981 0-1.367-.473-1.42-1.079H8.577c.057 1.125.838 1.757 1.753 1.968v1.115h1.428v-1.105c.929-.19 1.667-.77 1.667-1.824 0-1.46-1.157-1.958-2.238-2.26zm8.363 1.607l-.863.892 1.978 2.046h-5.996v1.263h5.996l-1.978 2.046.863.893L23 18.43l-3.451-3.57z", fill: "currentColor" })));
17
+ });
18
+ IconSpend.displayName = 'IconSpend';
package/dist/esm/index.js CHANGED
@@ -80,6 +80,7 @@ export { IconDownloadEntry } from './icons/IconDownloadEntry';
80
80
  export { IconDownload } from './icons/IconDownload';
81
81
  export { IconDrag } from './icons/IconDrag';
82
82
  export { IconEarlyCancelation } from './icons/IconEarlyCancelation';
83
+ export { IconEarn } from './icons/IconEarn';
83
84
  export { IconEbooking } from './icons/IconEbooking';
84
85
  export { IconEdit } from './icons/IconEdit';
85
86
  export { IconEllipsesH } from './icons/IconEllipsesH';
@@ -178,6 +179,7 @@ export { IconSecurePayment } from './icons/IconSecurePayment';
178
179
  export { IconSend } from './icons/IconSend';
179
180
  export { IconSettings } from './icons/IconSettings';
180
181
  export { IconShare } from './icons/IconShare';
182
+ export { IconSpend } from './icons/IconSpend';
181
183
  export { IconSphere } from './icons/IconSphere';
182
184
  export { IconStarEmpty } from './icons/IconStarEmpty';
183
185
  export { IconStarFull } from './icons/IconStarFull';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../types';
3
+ export declare const IconEarn: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../types';
3
+ export declare const IconSpend: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -77,6 +77,7 @@ export { IconDownloadEntry } from './icons/IconDownloadEntry';
77
77
  export { IconDownload } from './icons/IconDownload';
78
78
  export { IconDrag } from './icons/IconDrag';
79
79
  export { IconEarlyCancelation } from './icons/IconEarlyCancelation';
80
+ export { IconEarn } from './icons/IconEarn';
80
81
  export { IconEbooking } from './icons/IconEbooking';
81
82
  export { IconEdit } from './icons/IconEdit';
82
83
  export { IconEllipsesH } from './icons/IconEllipsesH';
@@ -175,6 +176,7 @@ export { IconSecurePayment } from './icons/IconSecurePayment';
175
176
  export { IconSend } from './icons/IconSend';
176
177
  export { IconSettings } from './icons/IconSettings';
177
178
  export { IconShare } from './icons/IconShare';
179
+ export { IconSpend } from './icons/IconSpend';
178
180
  export { IconSphere } from './icons/IconSphere';
179
181
  export { IconStarEmpty } from './icons/IconStarEmpty';
180
182
  export { IconStarFull } from './icons/IconStarFull';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freightos/icons",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
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",