@freightos/icons 1.0.4 → 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.
- package/dist/cjs/icons/IconChooseList.js +2 -2
- package/dist/cjs/icons/IconCloseCircle.js +1 -1
- package/dist/cjs/icons/IconCrate.js +2 -2
- package/dist/cjs/icons/IconExchange.js +1 -1
- package/dist/cjs/icons/IconSend.js +53 -0
- package/dist/cjs/index.js +4 -2
- package/dist/esm/icons/IconChooseList.js +2 -2
- package/dist/esm/icons/IconCloseCircle.js +1 -1
- package/dist/esm/icons/IconCrate.js +2 -2
- package/dist/esm/icons/IconExchange.js +1 -1
- package/dist/esm/icons/IconSend.js +17 -0
- package/dist/esm/index.js +1 -0
- package/dist/types/icons/IconSend.d.ts +3 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -50,8 +50,8 @@ exports.IconChooseList = (0, react_1.forwardRef)(({ size = '1em', color = 'curre
|
|
|
50
50
|
}, ...props },
|
|
51
51
|
react_1.default.createElement("defs", null,
|
|
52
52
|
react_1.default.createElement("clipPath", { id: "a" },
|
|
53
|
-
react_1.default.createElement("path", { 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" }))),
|
|
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
54
|
react_1.default.createElement("g", { "clip-path": "url(#a)", transform: "translate(1 3)" },
|
|
55
|
-
react_1.default.createElement("path", { d: "M0 0h14v9H0V0z" }))));
|
|
55
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h14v9H0V0z" }))));
|
|
56
56
|
});
|
|
57
57
|
exports.IconChooseList.displayName = 'IconChooseList';
|
|
@@ -48,6 +48,6 @@ exports.IconCloseCircle = (0, react_1.forwardRef)(({ size = '1em', color = 'curr
|
|
|
48
48
|
verticalAlign: 'middle',
|
|
49
49
|
...style,
|
|
50
50
|
}, ...props },
|
|
51
|
-
react_1.default.createElement("path", { d: "M21.66 12.23l-1.89-1.89L16 14.11l-3.77-3.77-1.89 1.89L14.11 16l-3.77 3.77 1.89 1.89L16 17.89l3.77 3.77 1.89-1.89L17.89 16zM16 2.67A13.33 13.33 0 1029.33 16 13.33 13.33 0 0016 2.67z", "fill-rule": "evenodd" })));
|
|
51
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M21.66 12.23l-1.89-1.89L16 14.11l-3.77-3.77-1.89 1.89L14.11 16l-3.77 3.77 1.89 1.89L16 17.89l3.77 3.77 1.89-1.89L17.89 16zM16 2.67A13.33 13.33 0 1029.33 16 13.33 13.33 0 0016 2.67z", "fill-rule": "evenodd" })));
|
|
52
52
|
});
|
|
53
53
|
exports.IconCloseCircle.displayName = 'IconCloseCircle';
|
|
@@ -48,7 +48,7 @@ exports.IconCrate = (0, react_1.forwardRef)(({ size = '1em', color = 'currentCol
|
|
|
48
48
|
verticalAlign: 'middle',
|
|
49
49
|
...style,
|
|
50
50
|
}, ...props },
|
|
51
|
-
react_1.default.createElement("path", { d: "M12 20.735V8.88m0 0l9.697-3.12M12 8.88L2.303 5.76m19.475.025l-9.697-2.774a.295.295 0 00-.162 0L2.222 5.784a.303.303 0 00-.16.112.318.318 0 00-.062.189v11.83c0 .14.09.262.222.3l9.697 2.774c.053.015.11.015.162 0l9.697-2.773a.303.303 0 00.16-.112.318.318 0 00.062-.189V6.085a.317.317 0 00-.062-.188.303.303 0 00-.16-.112v0z", stroke: "currentColor", "stroke-width": "1.5" }),
|
|
52
|
-
react_1.default.createElement("path", { d: "M12.382 9.098l4.26 4.386-4.303 7.09.267.161.267.163 4.22-6.95 4.38 4.51.224-.218.224-.218-4.493-4.626 4.536-7.473-.267-.162-.267-.163-4.452 7.334-4.148-4.27-.224.218-.224.218zm-9.855 9.36l4.27-4.396 4.333 6.84.264-.167.264-.167-4.413-6.967 4.373-4.503-.224-.218-.224-.217-4.27 4.395-4.333-6.84-.264.167-.264.167 4.414 6.967-4.374 4.503.224.218.224.217z", stroke: "currentColor", "stroke-width": ".625" })));
|
|
51
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M12 20.735V8.88m0 0l9.697-3.12M12 8.88L2.303 5.76m19.475.025l-9.697-2.774a.295.295 0 00-.162 0L2.222 5.784a.303.303 0 00-.16.112.318.318 0 00-.062.189v11.83c0 .14.09.262.222.3l9.697 2.774c.053.015.11.015.162 0l9.697-2.773a.303.303 0 00.16-.112.318.318 0 00.062-.189V6.085a.317.317 0 00-.062-.188.303.303 0 00-.16-.112v0z", stroke: "currentColor", "stroke-width": "1.5" }),
|
|
52
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M12.382 9.098l4.26 4.386-4.303 7.09.267.161.267.163 4.22-6.95 4.38 4.51.224-.218.224-.218-4.493-4.626 4.536-7.473-.267-.162-.267-.163-4.452 7.334-4.148-4.27-.224.218-.224.218zm-9.855 9.36l4.27-4.396 4.333 6.84.264-.167.264-.167-4.413-6.967 4.373-4.503-.224-.218-.224-.217-4.27 4.395-4.333-6.84-.264.167-.264.167 4.414 6.967-4.374 4.503.224.218.224.217z", stroke: "currentColor", "stroke-width": ".625" })));
|
|
53
53
|
});
|
|
54
54
|
exports.IconCrate.displayName = 'IconCrate';
|
|
@@ -48,6 +48,6 @@ exports.IconExchange = (0, react_1.forwardRef)(({ size = '1em', color = 'current
|
|
|
48
48
|
verticalAlign: 'middle',
|
|
49
49
|
...style,
|
|
50
50
|
}, ...props },
|
|
51
|
-
react_1.default.createElement("path", { d: "M21 9l-4-4v3h-7v2h7v3M7 11l-4 4 4 4v-3h7v-2H7v-3z" })));
|
|
51
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M21 9l-4-4v3h-7v2h7v3M7 11l-4 4 4 4v-3h7v-2H7v-3z" })));
|
|
52
52
|
});
|
|
53
53
|
exports.IconExchange.displayName = 'IconExchange';
|
|
@@ -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");
|
|
@@ -14,8 +14,8 @@ export const IconChooseList = forwardRef(({ size = '1em', color = 'currentColor'
|
|
|
14
14
|
}, ...props },
|
|
15
15
|
React.createElement("defs", null,
|
|
16
16
|
React.createElement("clipPath", { id: "a" },
|
|
17
|
-
React.createElement("path", { 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" }))),
|
|
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
18
|
React.createElement("g", { "clip-path": "url(#a)", transform: "translate(1 3)" },
|
|
19
|
-
React.createElement("path", { d: "M0 0h14v9H0V0z" }))));
|
|
19
|
+
React.createElement("path", { fill: "currentColor", d: "M0 0h14v9H0V0z" }))));
|
|
20
20
|
});
|
|
21
21
|
IconChooseList.displayName = 'IconChooseList';
|
|
@@ -12,6 +12,6 @@ export const IconCloseCircle = forwardRef(({ size = '1em', color = 'currentColor
|
|
|
12
12
|
verticalAlign: 'middle',
|
|
13
13
|
...style,
|
|
14
14
|
}, ...props },
|
|
15
|
-
React.createElement("path", { d: "M21.66 12.23l-1.89-1.89L16 14.11l-3.77-3.77-1.89 1.89L14.11 16l-3.77 3.77 1.89 1.89L16 17.89l3.77 3.77 1.89-1.89L17.89 16zM16 2.67A13.33 13.33 0 1029.33 16 13.33 13.33 0 0016 2.67z", "fill-rule": "evenodd" })));
|
|
15
|
+
React.createElement("path", { fill: "currentColor", d: "M21.66 12.23l-1.89-1.89L16 14.11l-3.77-3.77-1.89 1.89L14.11 16l-3.77 3.77 1.89 1.89L16 17.89l3.77 3.77 1.89-1.89L17.89 16zM16 2.67A13.33 13.33 0 1029.33 16 13.33 13.33 0 0016 2.67z", "fill-rule": "evenodd" })));
|
|
16
16
|
});
|
|
17
17
|
IconCloseCircle.displayName = 'IconCloseCircle';
|
|
@@ -12,7 +12,7 @@ export const IconCrate = forwardRef(({ size = '1em', color = 'currentColor', sty
|
|
|
12
12
|
verticalAlign: 'middle',
|
|
13
13
|
...style,
|
|
14
14
|
}, ...props },
|
|
15
|
-
React.createElement("path", { d: "M12 20.735V8.88m0 0l9.697-3.12M12 8.88L2.303 5.76m19.475.025l-9.697-2.774a.295.295 0 00-.162 0L2.222 5.784a.303.303 0 00-.16.112.318.318 0 00-.062.189v11.83c0 .14.09.262.222.3l9.697 2.774c.053.015.11.015.162 0l9.697-2.773a.303.303 0 00.16-.112.318.318 0 00.062-.189V6.085a.317.317 0 00-.062-.188.303.303 0 00-.16-.112v0z", stroke: "currentColor", "stroke-width": "1.5" }),
|
|
16
|
-
React.createElement("path", { d: "M12.382 9.098l4.26 4.386-4.303 7.09.267.161.267.163 4.22-6.95 4.38 4.51.224-.218.224-.218-4.493-4.626 4.536-7.473-.267-.162-.267-.163-4.452 7.334-4.148-4.27-.224.218-.224.218zm-9.855 9.36l4.27-4.396 4.333 6.84.264-.167.264-.167-4.413-6.967 4.373-4.503-.224-.218-.224-.217-4.27 4.395-4.333-6.84-.264.167-.264.167 4.414 6.967-4.374 4.503.224.218.224.217z", stroke: "currentColor", "stroke-width": ".625" })));
|
|
15
|
+
React.createElement("path", { fill: "currentColor", d: "M12 20.735V8.88m0 0l9.697-3.12M12 8.88L2.303 5.76m19.475.025l-9.697-2.774a.295.295 0 00-.162 0L2.222 5.784a.303.303 0 00-.16.112.318.318 0 00-.062.189v11.83c0 .14.09.262.222.3l9.697 2.774c.053.015.11.015.162 0l9.697-2.773a.303.303 0 00.16-.112.318.318 0 00.062-.189V6.085a.317.317 0 00-.062-.188.303.303 0 00-.16-.112v0z", stroke: "currentColor", "stroke-width": "1.5" }),
|
|
16
|
+
React.createElement("path", { fill: "currentColor", d: "M12.382 9.098l4.26 4.386-4.303 7.09.267.161.267.163 4.22-6.95 4.38 4.51.224-.218.224-.218-4.493-4.626 4.536-7.473-.267-.162-.267-.163-4.452 7.334-4.148-4.27-.224.218-.224.218zm-9.855 9.36l4.27-4.396 4.333 6.84.264-.167.264-.167-4.413-6.967 4.373-4.503-.224-.218-.224-.217-4.27 4.395-4.333-6.84-.264.167-.264.167 4.414 6.967-4.374 4.503.224.218.224.217z", stroke: "currentColor", "stroke-width": ".625" })));
|
|
17
17
|
});
|
|
18
18
|
IconCrate.displayName = 'IconCrate';
|
|
@@ -12,6 +12,6 @@ export const IconExchange = forwardRef(({ size = '1em', color = 'currentColor',
|
|
|
12
12
|
verticalAlign: 'middle',
|
|
13
13
|
...style,
|
|
14
14
|
}, ...props },
|
|
15
|
-
React.createElement("path", { d: "M21 9l-4-4v3h-7v2h7v3M7 11l-4 4 4 4v-3h7v-2H7v-3z" })));
|
|
15
|
+
React.createElement("path", { fill: "currentColor", d: "M21 9l-4-4v3h-7v2h7v3M7 11l-4 4 4 4v-3h7v-2H7v-3z" })));
|
|
16
16
|
});
|
|
17
17
|
IconExchange.displayName = 'IconExchange';
|
|
@@ -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