@navikt/aksel-icons 5.10.3 → 5.11.0
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/metadata.js +1 -1
- package/dist/metadata.mjs +1 -1
- package/dist/react/cjs/PushPin.js +48 -0
- package/dist/react/cjs/PushPinFill.js +48 -0
- package/dist/react/cjs/index.js +9 -5
- package/dist/react/esm/PushPin.d.ts +7 -0
- package/dist/react/esm/PushPin.js +23 -0
- package/dist/react/esm/PushPinFill.d.ts +7 -0
- package/dist/react/esm/PushPinFill.js +23 -0
- package/dist/react/esm/index.d.ts +2 -0
- package/dist/react/esm/index.js +2 -0
- package/dist/svg/PushPin.svg +3 -0
- package/dist/svg/PushPinFill.svg +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,48 @@
|
|
|
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 (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgPushPin = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.312 3.251a1.75 1.75 0 0 0-2.592.13l-3.584 4.38a.25.25 0 0 1-.137.085l-4.41 1.018c-1.339.309-1.815 1.97-.844 2.942L7.94 15l-4.47 4.47a.75.75 0 1 0 1.061 1.06L9 16.06l3.194 3.195c.972.972 2.633.495 2.942-.844L16.154 14a.25.25 0 0 1 .085-.137l4.38-3.584a1.75 1.75 0 0 0 .13-2.592l-4.437-4.437ZM9.53 14.47l3.725 3.724a.25.25 0 0 0 .42-.12l1.017-4.41a1.75 1.75 0 0 1 .597-.96l4.38-3.585a.25.25 0 0 0 .02-.37L15.25 4.312a.25.25 0 0 0-.37.018l-3.584 4.38c-.246.3-.584.51-.961.598l-4.41 1.017a.25.25 0 0 0-.12.42L9.53 14.47Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgPushPin;
|
|
@@ -0,0 +1,48 @@
|
|
|
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 (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgPushPinFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.312 3.251a1.75 1.75 0 0 0-2.592.13l-3.584 4.38a.25.25 0 0 1-.137.085l-4.41 1.018c-1.339.309-1.815 1.97-.844 2.942l7.449 7.449c.972.972 2.633.495 2.942-.844L16.154 14a.25.25 0 0 1 .085-.137l4.38-3.584a1.75 1.75 0 0 0 .13-2.592l-4.437-4.437ZM4.53 20.531 8.06 17 7 15.94l-3.53 3.53a.75.75 0 1 0 1.06 1.06Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgPushPinFill;
|
package/dist/react/cjs/index.js
CHANGED
|
@@ -16,11 +16,11 @@ exports.MeetingSmallFillIcon = exports.MeetingSmallIcon = exports.MeetingLargeFi
|
|
|
16
16
|
exports.NokIcon = exports.NoSmokingFillIcon = exports.NoSmokingIcon = exports.NewspaperFillIcon = exports.NewspaperIcon = exports.MultiplyIcon = exports.MugFillIcon = exports.MugIcon = exports.MountainFillIcon = exports.MountainIcon = exports.MotorcycleFillIcon = exports.MotorcycleIcon = exports.MoonFillIcon = exports.MoonIcon = exports.MonitorTriangleFillIcon = exports.MonitorTriangleIcon = exports.MonitorFillIcon = exports.MonitorIcon = exports.MobileTriangleFillIcon = exports.MobileTriangleIcon = exports.MobileSmallFillIcon = exports.MobileSmallIcon = exports.MobileFillIcon = exports.MobileIcon = exports.MinusCircleFillIcon = exports.MinusCircleIcon = exports.MinusIcon = exports.MigrationIcon = exports.MicrophoneSlashFillIcon = exports.MicrophoneSlashIcon = exports.MicrophoneFillIcon = exports.MicrophoneIcon = exports.MicrobeFillIcon = exports.MicrobeIcon = exports.MenuHamburgerIcon = exports.MenuGridIcon = exports.MenuElipsisVerticalSquareFillIcon = exports.MenuElipsisVerticalSquareIcon = exports.MenuElipsisVerticalCircleFillIcon = exports.MenuElipsisVerticalCircleIcon = exports.MenuElipsisVerticalIcon = exports.MenuElipsisHorizontalSquareFillIcon = exports.MenuElipsisHorizontalSquareIcon = exports.MenuElipsisHorizontalCircleFillIcon = exports.MenuElipsisHorizontalCircleIcon = exports.MenuElipsisHorizontalIcon = exports.MegaphoneSpeakingFillIcon = exports.MegaphoneSpeakingIcon = exports.MegaphoneFillIcon = exports.MegaphoneIcon = void 0;
|
|
17
17
|
exports.PersonHeadsetIcon = exports.PersonGroupFillIcon = exports.PersonGroupIcon = exports.PersonGavelFillIcon = exports.PersonGavelIcon = exports.PersonFillIcon = exports.PersonEnvelopeFillIcon = exports.PersonEnvelopeIcon = exports.PersonCrossFillIcon = exports.PersonCrossIcon = exports.PersonCircleFillIcon = exports.PersonCircleIcon = exports.PersonCheckmarkFillIcon = exports.PersonCheckmarkIcon = exports.PersonChatFillIcon = exports.PersonChatIcon = exports.PersonIcon = exports.PercentIcon = exports.PencilWritingFillIcon = exports.PencilWritingIcon = exports.PencilLineFillIcon = exports.PencilLineIcon = exports.PencilFillIcon = exports.PencilBoardFillIcon = exports.PencilBoardIcon = exports.PencilIcon = exports.PauseFillIcon = exports.PauseIcon = exports.PasswordHiddenIcon = exports.PassportFillIcon = exports.PassportIcon = exports.ParkingFillIcon = exports.ParkingIcon = exports.ParasolBeachFillIcon = exports.ParasolBeachIcon = exports.ParagraphIcon = exports.PaperplaneFillIcon = exports.PaperplaneIcon = exports.PaperclipIcon = exports.PaletteFillIcon = exports.PaletteIcon = exports.PadlockUnlockedFillIcon = exports.PadlockUnlockedIcon = exports.PadlockLockedFillIcon = exports.PadlockLockedIcon = exports.PackageFillIcon = exports.PackageIcon = exports.Over18FillIcon = exports.Over18Icon = exports.NumberListIcon = void 0;
|
|
18
18
|
exports.PrinterSmallTriangleIcon = exports.PrinterSmallFillIcon = exports.PrinterSmallIcon = exports.PrinterLargeTriangleFillIcon = exports.PrinterLargeTriangleIcon = exports.PrinterLargeFillIcon = exports.PrinterLargeIcon = exports.PresentationFillIcon = exports.PresentationIcon = exports.PortalFillIcon = exports.PortalIcon = exports.PlusMinusSlashIcon = exports.PlusCircleFillIcon = exports.PlusCircleIcon = exports.PlusIcon = exports.PlayFillIcon = exports.PlayIcon = exports.PlateFillIcon = exports.PlateIcon = exports.PlantFillIcon = exports.PlantIcon = exports.PinFillIcon = exports.PinIcon = exports.PillRectangleFillIcon = exports.PillRectangleIcon = exports.PillCircleRectangleFillIcon = exports.PillCircleRectangleIcon = exports.PillCircleFillIcon = exports.PillCircleIcon = exports.PiggybankFillIcon = exports.PiggybankIcon = exports.PieChartFillIcon = exports.PieChartIcon = exports.PhoneFillIcon = exports.PhoneIcon = exports.PersonTallShortFillIcon = exports.PersonTallShortIcon = exports.PersonSuitFillIcon = exports.PersonSuitIcon = exports.PersonRectangleFillIcon = exports.PersonRectangleIcon = exports.PersonPregnantFillIcon = exports.PersonPregnantIcon = exports.PersonPlusFillIcon = exports.PersonPlusIcon = exports.PersonPencilFillIcon = exports.PersonPencilIcon = exports.PersonMinusFillIcon = exports.PersonMinusIcon = exports.PersonHeadsetFillIcon = void 0;
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.ZoomPlusFillIcon = exports.ZoomPlusIcon = exports.ZoomMinusFillIcon = exports.ZoomMinusIcon = exports.XMarkOctagonFillIcon = exports.XMarkOctagonIcon = exports.XMarkIcon = exports.WrenchFillIcon = exports.WrenchIcon = exports.WheelchairFillIcon = exports.WheelchairIcon = exports.WeightIcon = exports.WavesIcon = exports.WaveformIcon = void 0;
|
|
19
|
+
exports.SackIcon = exports.RulersFillIcon = exports.RulersIcon = exports.RulerFillIcon = exports.RulerIcon = exports.RouterIcon = exports.RotateRightFillIcon = exports.RotateRightIcon = exports.RotateLeftFillIcon = exports.RotateLeftIcon = exports.RockingHorseFillIcon = exports.RockingHorseIcon = exports.RocketFillIcon = exports.RocketIcon = exports.RobotSmileFillIcon = exports.RobotSmileIcon = exports.RobotFrownFillIcon = exports.RobotFrownIcon = exports.RobotFillIcon = exports.RobotIcon = exports.RoadblockFillIcon = exports.RoadblockIcon = exports.RefrigeratorFillIcon = exports.RefrigeratorIcon = exports.RecycleFillIcon = exports.RecycleIcon = exports.RectangleSectionsFillIcon = exports.RectangleSectionsIcon = exports.RecordFillIcon = exports.RecordIcon = exports.ReceptionFillIcon = exports.ReceptionIcon = exports.ReceiptFillIcon = exports.ReceiptIcon = exports.RaindropFillIcon = exports.RaindropIcon = exports.QuietZoneFillIcon = exports.QuietZoneIcon = exports.QuestionmarkDiamondFillIcon = exports.QuestionmarkDiamondIcon = exports.QuestionmarkIcon = exports.QrCodeScanningFillIcon = exports.QrCodeScanningIcon = exports.QrCodeFillIcon = exports.QrCodeIcon = exports.PuzzlePieceFillIcon = exports.PuzzlePieceIcon = exports.PushPinFillIcon = exports.PushPinIcon = exports.PrinterSmallTriangleFillIcon = void 0;
|
|
20
|
+
exports.SpeakerSlashIcon = exports.SpeakerFillIcon = exports.SpeakerIcon = exports.SparklesFillIcon = exports.SparklesIcon = exports.SparkSmallIcon = exports.SparkLargeIcon = exports.SnowIcon = exports.SkipForwardFillIcon = exports.SkipForwardIcon = exports.SkipBackwardFillIcon = exports.SkipBackwardIcon = exports.SilhouetteFillIcon = exports.SilhouetteIcon = exports.SignLanguageTwoHandsFillIcon = exports.SignLanguageTwoHandsIcon = exports.SignLanguageSingleHandFillIcon = exports.SignLanguageSingleHandIcon = exports.SidebarRightFillIcon = exports.SidebarRightIcon = exports.SidebarLeftFillIcon = exports.SidebarLeftIcon = exports.SidebarBothFillIcon = exports.SidebarBothIcon = exports.ShrinkIcon = exports.ShowerFillIcon = exports.ShowerIcon = exports.ShoppingBasketFillIcon = exports.ShoppingBasketIcon = exports.ShieldLockFillIcon = exports.ShieldLockIcon = exports.ShieldFillIcon = exports.ShieldIcon = exports.SectorChartFillIcon = exports.SectorChartIcon = exports.SealXMarkFillIcon = exports.SealXMarkIcon = exports.SealFillIcon = exports.SealCheckmarkFillIcon = exports.SealCheckmarkIcon = exports.SealIcon = exports.ScissorsFillIcon = exports.ScissorsIcon = exports.SandboxFillIcon = exports.SandboxIcon = exports.SackPensionFillIcon = exports.SackPensionIcon = exports.SackKronerFillIcon = exports.SackKronerIcon = exports.SackFillIcon = void 0;
|
|
21
|
+
exports.TerminalIcon = exports.TenancyFillIcon = exports.TenancyIcon = exports.TeddyBearFillIcon = exports.TeddyBearIcon = exports.TasklistStartFillIcon = exports.TasklistStartIcon = exports.TasklistSendFillIcon = exports.TasklistSendIcon = exports.TasklistSaveFillIcon = exports.TasklistSaveIcon = exports.TasklistFillIcon = exports.TasklistIcon = exports.TapWaterFillIcon = exports.TapWaterIcon = exports.TagFillIcon = exports.TagIcon = exports.TabsRemoveFillIcon = exports.TabsRemoveIcon = exports.TabsFillIcon = exports.TabsAddFillIcon = exports.TabsAddIcon = exports.TabsIcon = exports.TabletFillIcon = exports.TabletIcon = exports.TableFillIcon = exports.TableIcon = exports.SunFillIcon = exports.SunIcon = exports.StrollerFillIcon = exports.StrollerIcon = exports.StopFillIcon = exports.StopIcon = exports.StethoscopeIcon = exports.StarsEuIcon = exports.StarOfLifeFillIcon = exports.StarOfLifeIcon = exports.StarFillIcon = exports.StarIcon = exports.StaircaseIcon = exports.SquarerootIcon = exports.SpoonFillIcon = exports.SpoonIcon = exports.SpeakerSoundWave3FillIcon = exports.SpeakerSoundWave3Icon = exports.SpeakerSoundWave2FillIcon = exports.SpeakerSoundWave2Icon = exports.SpeakerSoundWave1FillIcon = exports.SpeakerSoundWave1Icon = exports.SpeakerSlashFillIcon = void 0;
|
|
22
|
+
exports.WalletFillIcon = exports.WalletIcon = exports.WaitingRoomFillIcon = exports.WaitingRoomIcon = exports.VitalsIcon = exports.VirusFillIcon = exports.VirusIcon = exports.VideoplayerFillIcon = exports.VideoplayerIcon = exports.VideoSlashFillIcon = exports.VideoSlashIcon = exports.VideoFillIcon = exports.VideoIcon = exports.UploadIcon = exports.UmbrellaFillIcon = exports.UmbrellaIcon = exports.TruckFillIcon = exports.TruckIcon = exports.TrendUpIcon = exports.TrendFlatIcon = exports.TrendDownIcon = exports.TrayFoodFillIcon = exports.TrayFoodIcon = exports.TrashFillIcon = exports.TrashIcon = exports.TramFillIcon = exports.TramIcon = exports.TrainFillIcon = exports.TrainIcon = exports.ToothFillIcon = exports.ToothIcon = exports.TokenFillIcon = exports.TokenIcon = exports.ToiletFillIcon = exports.ToiletIcon = exports.TimerStartFillIcon = exports.TimerStartIcon = exports.TimerPauseFillIcon = exports.TimerPauseIcon = exports.TimerFillIcon = exports.TimerIcon = exports.ThumbUpFillIcon = exports.ThumbUpIcon = exports.ThumbDownFillIcon = exports.ThumbDownIcon = exports.ThermometerFillIcon = exports.ThermometerIcon = exports.TestFlaskFillIcon = exports.TestFlaskIcon = exports.TerminalFillIcon = void 0;
|
|
23
|
+
exports.ZoomPlusFillIcon = exports.ZoomPlusIcon = exports.ZoomMinusFillIcon = exports.ZoomMinusIcon = exports.XMarkOctagonFillIcon = exports.XMarkOctagonIcon = exports.XMarkIcon = exports.WrenchFillIcon = exports.WrenchIcon = exports.WheelchairFillIcon = exports.WheelchairIcon = exports.WeightIcon = exports.WavesIcon = exports.WaveformIcon = exports.WateringCanFillIcon = exports.WateringCanIcon = void 0;
|
|
24
24
|
var Airplane_1 = require("./Airplane");
|
|
25
25
|
Object.defineProperty(exports, "AirplaneIcon", { enumerable: true, get: function () { return __importDefault(Airplane_1).default; } });
|
|
26
26
|
var AirplaneFill_1 = require("./AirplaneFill");
|
|
@@ -1323,6 +1323,10 @@ var PrinterSmallTriangle_1 = require("./PrinterSmallTriangle");
|
|
|
1323
1323
|
Object.defineProperty(exports, "PrinterSmallTriangleIcon", { enumerable: true, get: function () { return __importDefault(PrinterSmallTriangle_1).default; } });
|
|
1324
1324
|
var PrinterSmallTriangleFill_1 = require("./PrinterSmallTriangleFill");
|
|
1325
1325
|
Object.defineProperty(exports, "PrinterSmallTriangleFillIcon", { enumerable: true, get: function () { return __importDefault(PrinterSmallTriangleFill_1).default; } });
|
|
1326
|
+
var PushPin_1 = require("./PushPin");
|
|
1327
|
+
Object.defineProperty(exports, "PushPinIcon", { enumerable: true, get: function () { return __importDefault(PushPin_1).default; } });
|
|
1328
|
+
var PushPinFill_1 = require("./PushPinFill");
|
|
1329
|
+
Object.defineProperty(exports, "PushPinFillIcon", { enumerable: true, get: function () { return __importDefault(PushPinFill_1).default; } });
|
|
1326
1330
|
var PuzzlePiece_1 = require("./PuzzlePiece");
|
|
1327
1331
|
Object.defineProperty(exports, "PuzzlePieceIcon", { enumerable: true, get: function () { return __importDefault(PuzzlePiece_1).default; } });
|
|
1328
1332
|
var PuzzlePieceFill_1 = require("./PuzzlePieceFill");
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import * as React from "react";
|
|
13
|
+
import { forwardRef } from "react";
|
|
14
|
+
import { useId } from "./util/useId";
|
|
15
|
+
const SvgPushPin = forwardRef((_a, ref) => {
|
|
16
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
17
|
+
let titleId = useId();
|
|
18
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
19
|
+
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
20
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.312 3.251a1.75 1.75 0 0 0-2.592.13l-3.584 4.38a.25.25 0 0 1-.137.085l-4.41 1.018c-1.339.309-1.815 1.97-.844 2.942L7.94 15l-4.47 4.47a.75.75 0 1 0 1.061 1.06L9 16.06l3.194 3.195c.972.972 2.633.495 2.942-.844L16.154 14a.25.25 0 0 1 .085-.137l4.38-3.584a1.75 1.75 0 0 0 .13-2.592l-4.437-4.437ZM9.53 14.47l3.725 3.724a.25.25 0 0 0 .42-.12l1.017-4.41a1.75 1.75 0 0 1 .597-.96l4.38-3.585a.25.25 0 0 0 .02-.37L15.25 4.312a.25.25 0 0 0-.37.018l-3.584 4.38c-.246.3-.584.51-.961.598l-4.41 1.017a.25.25 0 0 0-.12.42L9.53 14.47Z", fill: "currentColor" })));
|
|
22
|
+
});
|
|
23
|
+
export default SvgPushPin;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPushPinFill: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & SVGRProps & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default SvgPushPinFill;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import * as React from "react";
|
|
13
|
+
import { forwardRef } from "react";
|
|
14
|
+
import { useId } from "./util/useId";
|
|
15
|
+
const SvgPushPinFill = forwardRef((_a, ref) => {
|
|
16
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
17
|
+
let titleId = useId();
|
|
18
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
19
|
+
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
20
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.312 3.251a1.75 1.75 0 0 0-2.592.13l-3.584 4.38a.25.25 0 0 1-.137.085l-4.41 1.018c-1.339.309-1.815 1.97-.844 2.942l7.449 7.449c.972.972 2.633.495 2.942-.844L16.154 14a.25.25 0 0 1 .085-.137l4.38-3.584a1.75 1.75 0 0 0 .13-2.592l-4.437-4.437ZM4.53 20.531 8.06 17 7 15.94l-3.53 3.53a.75.75 0 1 0 1.06 1.06Z", fill: "currentColor" })));
|
|
22
|
+
});
|
|
23
|
+
export default SvgPushPinFill;
|
|
@@ -649,6 +649,8 @@ export { default as PrinterSmallIcon } from "./PrinterSmall";
|
|
|
649
649
|
export { default as PrinterSmallFillIcon } from "./PrinterSmallFill";
|
|
650
650
|
export { default as PrinterSmallTriangleIcon } from "./PrinterSmallTriangle";
|
|
651
651
|
export { default as PrinterSmallTriangleFillIcon } from "./PrinterSmallTriangleFill";
|
|
652
|
+
export { default as PushPinIcon } from "./PushPin";
|
|
653
|
+
export { default as PushPinFillIcon } from "./PushPinFill";
|
|
652
654
|
export { default as PuzzlePieceIcon } from "./PuzzlePiece";
|
|
653
655
|
export { default as PuzzlePieceFillIcon } from "./PuzzlePieceFill";
|
|
654
656
|
export { default as QrCodeIcon } from "./QrCode";
|
package/dist/react/esm/index.js
CHANGED
|
@@ -649,6 +649,8 @@ export { default as PrinterSmallIcon } from "./PrinterSmall";
|
|
|
649
649
|
export { default as PrinterSmallFillIcon } from "./PrinterSmallFill";
|
|
650
650
|
export { default as PrinterSmallTriangleIcon } from "./PrinterSmallTriangle";
|
|
651
651
|
export { default as PrinterSmallTriangleFillIcon } from "./PrinterSmallTriangleFill";
|
|
652
|
+
export { default as PushPinIcon } from "./PushPin";
|
|
653
|
+
export { default as PushPinFillIcon } from "./PushPinFill";
|
|
652
654
|
export { default as PuzzlePieceIcon } from "./PuzzlePiece";
|
|
653
655
|
export { default as PuzzlePieceFillIcon } from "./PuzzlePieceFill";
|
|
654
656
|
export { default as QrCodeIcon } from "./QrCode";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" fill="none">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3117 3.25101C15.5796 2.51892 14.3754 2.57898 13.7198 3.38029L10.1358 7.76072C10.1008 7.80356 10.0525 7.83356 9.99854 7.84601L5.5894 8.8635C4.25008 9.17258 3.77354 10.8342 4.74547 11.8061L7.93934 15L3.46967 19.4697C3.17678 19.7626 3.17678 20.2374 3.46967 20.5303C3.76256 20.8232 4.23744 20.8232 4.53033 20.5303L9 16.0607L12.1939 19.2545C13.1658 20.2265 14.8274 19.7499 15.1365 18.4106L16.154 14.0015C16.1664 13.9475 16.1964 13.8992 16.2393 13.8642L20.6197 10.2802C21.421 9.62457 21.4811 8.42042 20.749 7.68833L16.3117 3.25101ZM9.53033 14.4697L13.2545 18.1939C13.3934 18.3327 13.6308 18.2646 13.6749 18.0733L14.6924 13.6642C14.7795 13.2866 14.9895 12.9486 15.2894 12.7032L19.6699 9.11925C19.7843 9.02559 19.7929 8.85357 19.6883 8.74899L15.251 4.31167C15.1464 4.20709 14.9744 4.21567 14.8807 4.33014L11.2968 8.71058C11.0514 9.01048 10.7134 9.22046 10.3358 9.3076L5.92669 10.3251C5.73536 10.3692 5.66728 10.6066 5.80613 10.7455L9.53033 14.4697Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" fill="none">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3117 3.25101C15.5796 2.51892 14.3754 2.57898 13.7198 3.38029L10.1358 7.76072C10.1008 7.80356 10.0525 7.83356 9.99856 7.84601L5.58942 8.8635C4.2501 9.17258 3.77356 10.8342 4.74548 11.8061L12.1939 19.2545C13.1658 20.2265 14.8274 19.7499 15.1365 18.4106L16.154 14.0015C16.1665 13.9475 16.1965 13.8992 16.2393 13.8642L20.6197 10.2802C21.421 9.62457 21.4811 8.42042 20.749 7.68833L16.3117 3.25101ZM4.53033 20.5303L8.06066 17L7 15.9393L3.46967 19.4697C3.17678 19.7626 3.17678 20.2374 3.46967 20.5303C3.76256 20.8232 4.23744 20.8232 4.53033 20.5303Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|