outline-icons 4.1.0 → 4.3.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/lib/components/GrowIcon.d.ts +4 -0
- package/lib/components/GrowIcon.js +12 -0
- package/lib/components/HiddenIcon.d.ts +4 -0
- package/lib/components/HiddenIcon.js +14 -0
- package/lib/components/ShrinkIcon.d.ts +4 -0
- package/lib/components/ShrinkIcon.js +13 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +9 -3
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const react_1 = __importDefault(require("react"));
|
|
7
|
+
const Icon_1 = __importDefault(require("./Icon"));
|
|
8
|
+
function GrowIcon(props, ref) {
|
|
9
|
+
return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
|
|
10
|
+
react_1.default.createElement("path", { d: "M19.5984 11H18.3976C18.1772 11 17.9961 10.823 17.9961 10.5987V7.41508L7.40945 17.9974H10.5945C10.815 17.9974 10.9961 18.1744 10.9961 18.3987V19.5987C10.9961 19.819 10.8189 20 10.5945 20H5C4.44882 20 4 19.5515 4 19.0007V13.4013C4 13.181 4.17716 13 4.40157 13H5.60236C5.82283 13 6.00394 13.177 6.00394 13.4013V16.5849L16.5866 6.00262H13.4016C13.1811 6.00262 13 5.82557 13 5.60131V4.40131C13 4.18098 13.1772 4 13.4016 4L19 4C19.5512 4 20 4.44852 20 4.99934V10.5948C20 10.823 19.8228 11 19.5984 11Z" })));
|
|
11
|
+
}
|
|
12
|
+
exports.default = react_1.default.forwardRef(GrowIcon);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const react_1 = __importDefault(require("react"));
|
|
7
|
+
const Icon_1 = __importDefault(require("./Icon"));
|
|
8
|
+
function HiddenIcon(props, ref) {
|
|
9
|
+
return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
|
|
10
|
+
react_1.default.createElement("path", { d: "M17.9277 8.07147C18.5155 8.51728 19.0723 9.02649 19.5918 9.59491C20.5061 10.5954 20.9752 11.3896 20.999 11.9767L21 12.0236C20.9752 12.6104 20.506 13.404 19.5918 14.4045C17.6118 16.5712 15.1051 17.8988 12.3057 17.9943L12.0186 17.9992V18.0002H11.9814L11.9805 17.9992L11.6943 17.9943C10.6264 17.9579 9.60164 17.7406 8.63184 17.3674L10.3545 15.6457C10.8565 15.8726 11.4133 16.0002 12 16.0002C14.2091 16.0002 15.9999 14.2092 16 12.0002C16 11.4132 15.8727 10.8559 15.6455 10.3537L17.9277 8.07147ZM12.0186 6.00116L12.3057 6.00507C13.6776 6.05186 14.9788 6.39607 16.1826 6.98846L14.3838 8.78729C13.7181 8.29254 12.8932 8.00018 12 8.00018C9.79086 8.00018 8 9.79104 8 12.0002C8.00004 12.8933 8.29237 13.7183 8.78711 14.384L6.76074 16.4103C5.91509 15.864 5.12638 15.1904 4.4082 14.4045C3.49383 13.4039 3.02465 12.6098 3.00098 12.0226L3 11.9767C3.02462 11.3899 3.49382 10.5955 4.4082 9.59491C6.38812 7.42836 8.89506 6.10053 11.6943 6.00507L11.9805 6.00116L11.9814 6.00018H12.0186V6.00116ZM12 10.0002C12.3389 10.0002 12.6578 10.0848 12.9375 10.2336L10.2334 12.9377C10.0846 12.658 10 12.339 10 12.0002C10 10.8956 10.8954 10.0002 12 10.0002Z" }),
|
|
11
|
+
react_1.default.createElement("path", { d: "M17.8783 3.29325C18.2689 2.90273 18.902 2.90273 19.2926 3.29325C19.6831 3.68377 19.6831 4.31694 19.2926 4.70746L4.70711 19.2929C4.31658 19.6834 3.68342 19.6834 3.29289 19.2929C2.90237 18.9024 2.90237 18.2692 3.29289 17.8787L17.8783 3.29325Z" }),
|
|
12
|
+
react_1.default.createElement("path", { d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z" })));
|
|
13
|
+
}
|
|
14
|
+
exports.default = react_1.default.forwardRef(HiddenIcon);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const react_1 = __importDefault(require("react"));
|
|
7
|
+
const Icon_1 = __importDefault(require("./Icon"));
|
|
8
|
+
function ShrinkIcon(props, ref) {
|
|
9
|
+
return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
|
|
10
|
+
react_1.default.createElement("path", { d: "M15.5612 10.9096H18.8428C19.073 10.9096 19.2622 11.0944 19.2622 11.3285V12.5811C19.2622 12.811 19.0771 13 18.8428 13H13.0453C12.4699 13 12.0011 12.5318 12.0011 11.9568V6.15603C12.0011 5.92605 12.1862 5.73714 12.4205 5.73714H13.6743C13.9045 5.73714 14.0936 5.92195 14.0936 6.15603V9.43529L19.5304 4L21.0001 5.47433L15.5612 10.9096Z" }),
|
|
11
|
+
react_1.default.createElement("path", { d: "M11.5818 20.2628H10.3279C10.0977 20.2628 9.90861 20.078 9.90861 19.8439V16.5647L4.46968 22L3.73176 21.2658L3 20.5257L8.43687 15.0903H5.15527C4.92508 15.0903 4.73595 14.9055 4.73595 14.6715V13.4189C4.73595 13.1889 4.92097 13 5.15527 13H10.9569C11.5324 13 12.0011 13.4682 12.0011 14.0431V19.8398C12.0011 20.078 11.8161 20.2628 11.5818 20.2628Z" })));
|
|
12
|
+
}
|
|
13
|
+
exports.default = react_1.default.forwardRef(ShrinkIcon);
|
package/lib/index.d.ts
CHANGED
|
@@ -61,11 +61,13 @@ export { default as GlobeIcon } from "./components/GlobeIcon";
|
|
|
61
61
|
export { default as GoToIcon } from "./components/GoToIcon";
|
|
62
62
|
export { default as GraphIcon } from "./components/GraphIcon";
|
|
63
63
|
export { default as GroupIcon } from "./components/GroupIcon";
|
|
64
|
+
export { default as GrowIcon } from "./components/GrowIcon";
|
|
64
65
|
export { default as HashtagIcon } from "./components/HashtagIcon";
|
|
65
66
|
export { default as Heading1Icon } from "./components/Heading1Icon";
|
|
66
67
|
export { default as Heading2Icon } from "./components/Heading2Icon";
|
|
67
68
|
export { default as Heading3Icon } from "./components/Heading3Icon";
|
|
68
69
|
export { default as Heading4Icon } from "./components/Heading4Icon";
|
|
70
|
+
export { default as HiddenIcon } from "./components/HiddenIcon";
|
|
69
71
|
export { default as HighlightIcon } from "./components/HighlightIcon";
|
|
70
72
|
export { default as HistoryIcon } from "./components/HistoryIcon";
|
|
71
73
|
export { default as HomeIcon } from "./components/HomeIcon";
|
|
@@ -128,6 +130,7 @@ export { default as ServerRackIcon } from "./components/ServerRackIcon";
|
|
|
128
130
|
export { default as SettingsIcon } from "./components/SettingsIcon";
|
|
129
131
|
export { default as ShapesIcon } from "./components/ShapesIcon";
|
|
130
132
|
export { default as ShieldIcon } from "./components/ShieldIcon";
|
|
133
|
+
export { default as ShrinkIcon } from "./components/ShrinkIcon";
|
|
131
134
|
export { default as SparklesIcon } from "./components/SparklesIcon";
|
|
132
135
|
export { default as SportIcon } from "./components/SportIcon";
|
|
133
136
|
export { default as ShuffleIcon } from "./components/ShuffleIcon";
|
package/lib/index.js
CHANGED
|
@@ -4,9 +4,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.DraftsIcon = exports.DownloadIcon = exports.DoneIcon = exports.DocumentIcon = exports.DisclosureIcon = exports.DisconnectedIcon = exports.DigitalIcon = exports.DatabaseIcon = exports.CrossIcon = exports.CopyIcon = exports.CommentIcon = exports.CollectionIcon = exports.CollapseIcon = exports.CollapsedIcon = exports.CoinsIcon = exports.CodeIcon = exports.CloudIcon = exports.CloseIcon = exports.ClockIcon = exports.CheckmarkIcon = exports.CheckboxIcon = exports.CaseSensitiveIcon = exports.CaretUpIcon = exports.CaretDownIcon = exports.CarrotIcon = exports.CameraIcon = exports.CalendarIcon = exports.BulletedListIcon = exports.BuildingBlocksIcon = exports.BugIcon = exports.BrowserIcon = exports.BookmarkedIcon = exports.BookmarkIcon = exports.BoldIcon = exports.BlockQuoteIcon = exports.BillingIcon = exports.BicycleIcon = exports.BeakerIcon = exports.BackIcon = exports.AttachmentIcon = exports.ArrowIcon = exports.ArchiveIcon = exports.AlignRightIcon = exports.AlignLeftIcon = exports.AlignImageRightIcon = exports.AlignImageLeftIcon = exports.AlignImageCenterIcon = exports.AlignFullWidthIcon = exports.AlignCenterIcon = exports.AcademicCapIcon = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.ZoomOutIcon = exports.ZoomInIcon = exports.WebhooksIcon = exports.WarningIcon = exports.VehicleIcon = exports.UnsubscribeIcon = exports.UserIcon = exports.UnstarredIcon = exports.UnpublishIcon = exports.TruckIcon = exports.TrashIcon = exports.ToolsIcon = exports.TodoListIcon = exports.ThumbsDownIcon = exports.ThumbsUpIcon = exports.TextWrapIcon = exports.TerminalIcon = exports.TeamIcon = exports.TargetIcon = exports.TableOfContentsIcon = void 0;
|
|
7
|
+
exports.MoonIcon = exports.MenuIcon = exports.MathIcon = exports.MarkAsReadIcon = exports.LogoutIcon = exports.LibraryIcon = exports.LinkIcon = exports.LightningIcon = exports.LightBulbIcon = exports.LeafIcon = exports.KeyIcon = exports.KeyboardIcon = exports.JournalIcon = exports.ItalicIcon = exports.InternetIcon = exports.InsertRightIcon = exports.InsertLeftIcon = exports.InsertBelowIcon = exports.InsertAboveIcon = exports.InputIcon = exports.InfoIcon = exports.IndentIcon = exports.ImportIcon = exports.ImageIcon = exports.Icon = exports.IceCreamIcon = exports.HorizontalRuleIcon = exports.HomeIcon = exports.HistoryIcon = exports.HighlightIcon = exports.HiddenIcon = exports.Heading4Icon = exports.Heading3Icon = exports.Heading2Icon = exports.Heading1Icon = exports.HashtagIcon = exports.GrowIcon = exports.GroupIcon = exports.GraphIcon = exports.GoToIcon = exports.GlobeIcon = exports.FlameIcon = exports.FeedbackIcon = exports.EyeIcon = exports.ExportIcon = exports.ExpandedIcon = exports.EmbedIcon = exports.EmailIcon = exports.EditIcon = exports.DuplicateIcon = void 0;
|
|
8
|
+
exports.TableMergeCellsIcon = exports.TableIcon = exports.TableColumnsDistributeIcon = exports.SubscribeIcon = exports.SunIcon = exports.StrikethroughIcon = exports.StarredIcon = exports.SortManualIcon = exports.SortDescendingIcon = exports.SortAscendingIcon = exports.SortAlphabeticalReverseIcon = exports.SortAlphabeticalIcon = exports.SmileyIcon = exports.SidebarIcon = exports.ShuffleIcon = exports.SportIcon = exports.SparklesIcon = exports.ShrinkIcon = exports.ShieldIcon = exports.ShapesIcon = exports.SettingsIcon = exports.ServerRackIcon = exports.SearchIcon = exports.ReturnIcon = exports.RestoreIcon = exports.ReplaceIcon = exports.RegexIcon = exports.ReactionIcon = exports.RamenIcon = exports.QuestionMarkIcon = exports.PublishIcon = exports.PromoteIcon = exports.ProfileIcon = exports.PrivateCollectionIcon = exports.PrintIcon = exports.PlusIcon = exports.PlaneIcon = exports.PinIcon = exports.PDFIcon = exports.PaletteIcon = exports.PageBreakIcon = exports.PadlockIcon = exports.OutdentIcon = exports.OrderedListIcon = exports.OpenIcon = exports.NotepadIcon = exports.NextIcon = exports.NewDocumentIcon = exports.MoveIcon = exports.MoreIcon = void 0;
|
|
9
|
+
exports.ZoomOutIcon = exports.ZoomInIcon = exports.WebhooksIcon = exports.WarningIcon = exports.VehicleIcon = exports.UnsubscribeIcon = exports.UserIcon = exports.UnstarredIcon = exports.UnpublishIcon = exports.TruckIcon = exports.TrashIcon = exports.ToolsIcon = exports.TodoListIcon = exports.ThumbsDownIcon = exports.ThumbsUpIcon = exports.TextWrapIcon = exports.TerminalIcon = exports.TeamIcon = exports.TargetIcon = exports.TableOfContentsIcon = exports.TableHeaderRowIcon = exports.TableHeaderColumnIcon = exports.TableSplitCellsIcon = void 0;
|
|
10
10
|
var AcademicCapIcon_1 = require("./components/AcademicCapIcon");
|
|
11
11
|
Object.defineProperty(exports, "AcademicCapIcon", { enumerable: true, get: function () { return __importDefault(AcademicCapIcon_1).default; } });
|
|
12
12
|
var AlignCenterIcon_1 = require("./components/AlignCenterIcon");
|
|
@@ -133,6 +133,8 @@ var GraphIcon_1 = require("./components/GraphIcon");
|
|
|
133
133
|
Object.defineProperty(exports, "GraphIcon", { enumerable: true, get: function () { return __importDefault(GraphIcon_1).default; } });
|
|
134
134
|
var GroupIcon_1 = require("./components/GroupIcon");
|
|
135
135
|
Object.defineProperty(exports, "GroupIcon", { enumerable: true, get: function () { return __importDefault(GroupIcon_1).default; } });
|
|
136
|
+
var GrowIcon_1 = require("./components/GrowIcon");
|
|
137
|
+
Object.defineProperty(exports, "GrowIcon", { enumerable: true, get: function () { return __importDefault(GrowIcon_1).default; } });
|
|
136
138
|
var HashtagIcon_1 = require("./components/HashtagIcon");
|
|
137
139
|
Object.defineProperty(exports, "HashtagIcon", { enumerable: true, get: function () { return __importDefault(HashtagIcon_1).default; } });
|
|
138
140
|
var Heading1Icon_1 = require("./components/Heading1Icon");
|
|
@@ -143,6 +145,8 @@ var Heading3Icon_1 = require("./components/Heading3Icon");
|
|
|
143
145
|
Object.defineProperty(exports, "Heading3Icon", { enumerable: true, get: function () { return __importDefault(Heading3Icon_1).default; } });
|
|
144
146
|
var Heading4Icon_1 = require("./components/Heading4Icon");
|
|
145
147
|
Object.defineProperty(exports, "Heading4Icon", { enumerable: true, get: function () { return __importDefault(Heading4Icon_1).default; } });
|
|
148
|
+
var HiddenIcon_1 = require("./components/HiddenIcon");
|
|
149
|
+
Object.defineProperty(exports, "HiddenIcon", { enumerable: true, get: function () { return __importDefault(HiddenIcon_1).default; } });
|
|
146
150
|
var HighlightIcon_1 = require("./components/HighlightIcon");
|
|
147
151
|
Object.defineProperty(exports, "HighlightIcon", { enumerable: true, get: function () { return __importDefault(HighlightIcon_1).default; } });
|
|
148
152
|
var HistoryIcon_1 = require("./components/HistoryIcon");
|
|
@@ -267,6 +271,8 @@ var ShapesIcon_1 = require("./components/ShapesIcon");
|
|
|
267
271
|
Object.defineProperty(exports, "ShapesIcon", { enumerable: true, get: function () { return __importDefault(ShapesIcon_1).default; } });
|
|
268
272
|
var ShieldIcon_1 = require("./components/ShieldIcon");
|
|
269
273
|
Object.defineProperty(exports, "ShieldIcon", { enumerable: true, get: function () { return __importDefault(ShieldIcon_1).default; } });
|
|
274
|
+
var ShrinkIcon_1 = require("./components/ShrinkIcon");
|
|
275
|
+
Object.defineProperty(exports, "ShrinkIcon", { enumerable: true, get: function () { return __importDefault(ShrinkIcon_1).default; } });
|
|
270
276
|
var SparklesIcon_1 = require("./components/SparklesIcon");
|
|
271
277
|
Object.defineProperty(exports, "SparklesIcon", { enumerable: true, get: function () { return __importDefault(SparklesIcon_1).default; } });
|
|
272
278
|
var SportIcon_1 = require("./components/SportIcon");
|