outline-icons 3.2.2 → 3.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/TableHeaderColumnIcon.d.ts +4 -0
- package/lib/components/TableHeaderColumnIcon.js +12 -0
- package/lib/components/TableHeaderRowIcon.d.ts +4 -0
- package/lib/components/TableHeaderRowIcon.js +12 -0
- package/lib/components/TableIcon.js +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +6 -1
- 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 TableHeaderColumnIcon(props, ref) {
|
|
9
|
+
return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
|
|
10
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 5H18C19.1046 5 20 5.89543 20 7V17C20 18.1046 19.1046 19 18 19H6C4.89543 19 4 18.1046 4 17V7C4 5.89543 4.89543 5 6 5ZM13 7H18V9H13V7ZM18 15H13V17H18V15ZM13 11H18V13H13V11ZM11 7H6V17H11V7Z" })));
|
|
11
|
+
}
|
|
12
|
+
exports.default = react_1.default.forwardRef(TableHeaderColumnIcon);
|
|
@@ -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 TableHeaderRowIcon(props, ref) {
|
|
9
|
+
return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
|
|
10
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 5H6C4.89543 5 4 5.89543 4 7V17C4 18.1046 4.89543 19 6 19H18C19.1046 19 20 18.1046 20 17V7C20 5.89543 19.1046 5 18 5ZM11 11H6V13H11V11ZM13 11H18V13H13V11ZM18 7H6V9H18V7ZM6 15H11V17H6V15ZM18 15H13V17H18V15Z" })));
|
|
11
|
+
}
|
|
12
|
+
exports.default = react_1.default.forwardRef(TableHeaderRowIcon);
|
|
@@ -7,6 +7,6 @@ const react_1 = __importDefault(require("react"));
|
|
|
7
7
|
const Icon_1 = __importDefault(require("./Icon"));
|
|
8
8
|
function TableIcon(props, ref) {
|
|
9
9
|
return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
|
|
10
|
-
react_1.default.createElement("path", {
|
|
10
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 5H18C19.1046 5 20 5.89543 20 7V17C20 18.1046 19.1046 19 18 19H6C4.89543 19 4 18.1046 4 17V7C4 5.89543 4.89543 5 6 5ZM6 11H11V13H6V11ZM18 11H13V13H18V11ZM6 15H11V17H6V15ZM18 15H13V17H18V15ZM6 7H11V9H6V7ZM18 7H13V9H18V7Z" })));
|
|
11
11
|
}
|
|
12
12
|
exports.default = react_1.default.forwardRef(TableIcon);
|
package/lib/index.d.ts
CHANGED
|
@@ -130,6 +130,8 @@ export { default as StrikethroughIcon } from "./components/StrikethroughIcon";
|
|
|
130
130
|
export { default as SunIcon } from "./components/SunIcon";
|
|
131
131
|
export { default as SubscribeIcon } from "./components/SubscribeIcon";
|
|
132
132
|
export { default as TableIcon } from "./components/TableIcon";
|
|
133
|
+
export { default as TableHeaderColumnIcon } from "./components/TableHeaderColumnIcon";
|
|
134
|
+
export { default as TableHeaderRowIcon } from "./components/TableHeaderRowIcon";
|
|
133
135
|
export { default as TableOfContentsIcon } from "./components/TableOfContentsIcon";
|
|
134
136
|
export { default as TargetIcon } from "./components/TargetIcon";
|
|
135
137
|
export { default as TeamIcon } from "./components/TeamIcon";
|
package/lib/index.js
CHANGED
|
@@ -5,7 +5,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.EmailIcon = exports.EditIcon = exports.DuplicateIcon = exports.DownloadIcon = exports.DoneIcon = exports.DocumentIcon = exports.DisconnectedIcon = exports.DatabaseIcon = exports.CrossIcon = exports.CopyIcon = exports.CommentIcon = exports.CollectionIcon = 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.AlphabeticalSortIcon = exports.AlignRightIcon = exports.AlignLeftIcon = exports.AlignImageRightIcon = exports.AlignImageLeftIcon = exports.AlignImageCenterIcon = exports.AlignFullWidthIcon = exports.AlignCenterIcon = exports.AcademicCapIcon = void 0;
|
|
7
7
|
exports.OpenIcon = exports.NotepadIcon = exports.NextIcon = exports.NewDocumentIcon = exports.MoveIcon = exports.MoreIcon = exports.MoonIcon = exports.MenuIcon = exports.MathIcon = exports.MarkAsReadIcon = exports.ManualSortIcon = exports.LogoutIcon = exports.LibraryIcon = exports.LinkIcon = exports.LightningIcon = exports.LightBulbIcon = exports.LeafIcon = 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.Heading3Icon = exports.Heading2Icon = exports.Heading1Icon = exports.HashtagIcon = exports.GroupIcon = exports.GraphIcon = exports.GoToIcon = exports.GlobeIcon = exports.FlameIcon = exports.FeedbackIcon = exports.EyeIcon = exports.ExportIcon = exports.ExpandedIcon = exports.EmbedIcon = void 0;
|
|
8
|
-
exports.
|
|
8
|
+
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.TerminalIcon = exports.TeamIcon = exports.TargetIcon = exports.TableOfContentsIcon = exports.TableHeaderRowIcon = exports.TableHeaderColumnIcon = exports.TableIcon = exports.SubscribeIcon = exports.SunIcon = exports.StrikethroughIcon = exports.StarredIcon = exports.SmileyIcon = exports.SidebarIcon = exports.ShuffleIcon = exports.SportIcon = exports.SparklesIcon = exports.ShapesIcon = exports.SettingsIcon = exports.ServerRackIcon = exports.SearchIcon = exports.RestoreIcon = exports.ReplaceIcon = exports.RegexIcon = exports.RamenIcon = exports.QuestionMarkIcon = exports.PublishIcon = exports.PromoteIcon = exports.ProfileIcon = exports.PrivateCollectionIcon = exports.PrintIcon = exports.PlusIcon = exports.PlaneIcon = exports.PinIcon = exports.PaletteIcon = exports.PageBreakIcon = exports.PadlockIcon = exports.OutdentIcon = exports.OrderedListIcon = void 0;
|
|
9
|
+
exports.WebhooksIcon = void 0;
|
|
9
10
|
var AcademicCapIcon_1 = require("./components/AcademicCapIcon");
|
|
10
11
|
Object.defineProperty(exports, "AcademicCapIcon", { enumerable: true, get: function () { return __importDefault(AcademicCapIcon_1).default; } });
|
|
11
12
|
var AlignCenterIcon_1 = require("./components/AlignCenterIcon");
|
|
@@ -270,6 +271,10 @@ var SubscribeIcon_1 = require("./components/SubscribeIcon");
|
|
|
270
271
|
Object.defineProperty(exports, "SubscribeIcon", { enumerable: true, get: function () { return __importDefault(SubscribeIcon_1).default; } });
|
|
271
272
|
var TableIcon_1 = require("./components/TableIcon");
|
|
272
273
|
Object.defineProperty(exports, "TableIcon", { enumerable: true, get: function () { return __importDefault(TableIcon_1).default; } });
|
|
274
|
+
var TableHeaderColumnIcon_1 = require("./components/TableHeaderColumnIcon");
|
|
275
|
+
Object.defineProperty(exports, "TableHeaderColumnIcon", { enumerable: true, get: function () { return __importDefault(TableHeaderColumnIcon_1).default; } });
|
|
276
|
+
var TableHeaderRowIcon_1 = require("./components/TableHeaderRowIcon");
|
|
277
|
+
Object.defineProperty(exports, "TableHeaderRowIcon", { enumerable: true, get: function () { return __importDefault(TableHeaderRowIcon_1).default; } });
|
|
273
278
|
var TableOfContentsIcon_1 = require("./components/TableOfContentsIcon");
|
|
274
279
|
Object.defineProperty(exports, "TableOfContentsIcon", { enumerable: true, get: function () { return __importDefault(TableOfContentsIcon_1).default; } });
|
|
275
280
|
var TargetIcon_1 = require("./components/TargetIcon");
|