@freightos/icons 1.0.5 → 1.0.6
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,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.IconSend = void 0;
|
|
37
|
+
const react_1 = __importStar(require("react"));
|
|
38
|
+
const colors_1 = require("../colors");
|
|
39
|
+
exports.IconSend = (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: "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" })));
|
|
52
|
+
});
|
|
53
|
+
exports.IconSend.displayName = 'IconSend';
|
package/dist/cjs/index.js
CHANGED
|
@@ -20,8 +20,8 @@ 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
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
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.
|
|
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 = 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;
|
|
25
25
|
__exportStar(require("./types"), exports);
|
|
26
26
|
__exportStar(require("./colors"), exports);
|
|
27
27
|
var IconTransactions_1 = require("./icons/IconTransactions");
|
|
@@ -368,6 +368,8 @@ var IconSectionExpand_1 = require("./icons/IconSectionExpand");
|
|
|
368
368
|
Object.defineProperty(exports, "IconSectionExpand", { enumerable: true, get: function () { return IconSectionExpand_1.IconSectionExpand; } });
|
|
369
369
|
var IconSecurePayment_1 = require("./icons/IconSecurePayment");
|
|
370
370
|
Object.defineProperty(exports, "IconSecurePayment", { enumerable: true, get: function () { return IconSecurePayment_1.IconSecurePayment; } });
|
|
371
|
+
var IconSend_1 = require("./icons/IconSend");
|
|
372
|
+
Object.defineProperty(exports, "IconSend", { enumerable: true, get: function () { return IconSend_1.IconSend; } });
|
|
371
373
|
var IconSettings_1 = require("./icons/IconSettings");
|
|
372
374
|
Object.defineProperty(exports, "IconSettings", { enumerable: true, get: function () { return IconSettings_1.IconSettings; } });
|
|
373
375
|
var IconShare_1 = require("./icons/IconShare");
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import { FREIGHTOS_COLORS } from '../colors';
|
|
3
|
+
export const IconSend = 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: "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" })));
|
|
16
|
+
});
|
|
17
|
+
IconSend.displayName = 'IconSend';
|
package/dist/esm/index.js
CHANGED
|
@@ -175,6 +175,7 @@ export { IconSearch } from './icons/IconSearch';
|
|
|
175
175
|
export { IconSectionCollapse } from './icons/IconSectionCollapse';
|
|
176
176
|
export { IconSectionExpand } from './icons/IconSectionExpand';
|
|
177
177
|
export { IconSecurePayment } from './icons/IconSecurePayment';
|
|
178
|
+
export { IconSend } from './icons/IconSend';
|
|
178
179
|
export { IconSettings } from './icons/IconSettings';
|
|
179
180
|
export { IconShare } from './icons/IconShare';
|
|
180
181
|
export { IconSphere } from './icons/IconSphere';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -172,6 +172,7 @@ export { IconSearch } from './icons/IconSearch';
|
|
|
172
172
|
export { IconSectionCollapse } from './icons/IconSectionCollapse';
|
|
173
173
|
export { IconSectionExpand } from './icons/IconSectionExpand';
|
|
174
174
|
export { IconSecurePayment } from './icons/IconSecurePayment';
|
|
175
|
+
export { IconSend } from './icons/IconSend';
|
|
175
176
|
export { IconSettings } from './icons/IconSettings';
|
|
176
177
|
export { IconShare } from './icons/IconShare';
|
|
177
178
|
export { IconSphere } from './icons/IconSphere';
|
package/package.json
CHANGED