outline-icons 3.0.0 → 3.1.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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { Props } from "./Icon";
3
+ declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
4
+ export default _default;
@@ -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 CarrotIcon(props, ref) {
9
+ return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
10
+ react_1.default.createElement("path", { d: "M20.3586 8.48996C20.9053 8.56807 21.4119 8.18817 21.49 7.64144C21.5681 7.0947 21.1882 6.58817 20.6414 6.51007L19.1213 6.29291L20.7071 4.70712C21.0976 4.3166 21.0976 3.68343 20.7071 3.29291C20.3166 2.90238 19.6834 2.90238 19.2929 3.29291L17.7071 4.87869L17.49 3.35859C17.4119 2.81186 16.9053 2.43196 16.3586 2.51007C15.8119 2.58817 15.432 3.0947 15.5101 3.64144L15.8255 5.8497C14.2265 4.53707 11.7961 4.89187 10.6575 6.68103L7.71665 11.3024L9.20711 12.7929C9.59763 13.1834 9.59763 13.8166 9.20711 14.2071C8.81658 14.5976 8.18342 14.5976 7.79289 14.2071L6.61671 13.0309L3.8319 17.407C2.68346 19.2117 4.78827 21.3166 6.59297 20.1681L14.9414 14.8555L13.793 13.7071C13.4024 13.3166 13.4024 12.6834 13.793 12.2929C14.1835 11.9024 14.8166 11.9024 15.2072 12.2929L16.6698 13.7556L17.319 13.3425C19.1081 12.2039 19.4629 9.77352 18.1503 8.1745L20.3586 8.48996Z" })));
11
+ }
12
+ exports.default = react_1.default.forwardRef(CarrotIcon);
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { Props } from "./Icon";
3
+ declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
4
+ export default _default;
@@ -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 FlameIcon(props, ref) {
9
+ return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
10
+ react_1.default.createElement("path", { d: "M17.0517 18.9422C16.5138 19.3258 15.8105 19.6901 15.0037 19.9586C14.8382 20.0161 14.6728 19.8627 14.7141 19.7093C14.8382 19.2299 14.921 18.7313 14.921 18.2136C15.1629 16.6722 13.2266 11.8614 11.7938 13.4109C11.0905 14.1204 9.85286 16.3152 9.85286 18.9998C9.85286 19.5942 9.95629 20.1887 10.1218 20.7256C10.1632 20.879 10.0183 21.0324 9.85286 20.994C4.57335 19.6792 2.29064 14.366 5.426 10.0064C7.16364 7.53269 9.23227 5.42336 9.12884 2.4703C9.10815 2.12514 9.52188 1.89503 9.85286 2.04843C12.48 3.27568 14.1497 6.4487 14.6255 8.5772C15.3288 7.96358 15.7484 6.4972 15.7691 5.65347C15.7691 5.25078 16.3277 5.03984 16.638 5.34666C18.9962 7.70527 22.637 14.8962 17.0517 18.9422Z" })));
11
+ }
12
+ exports.default = react_1.default.forwardRef(FlameIcon);
@@ -7,9 +7,8 @@ const react_1 = __importDefault(require("react"));
7
7
  const Icon_1 = __importDefault(require("./Icon"));
8
8
  function GraphIcon(props, ref) {
9
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: "M5 4C5.55228 4 6 4.44772 6 5V18H19C19.5523 18 20 18.4477 20 19C20 19.5523 19.5523 20 19 20H6C4.89543 20 4 19.1046 4 18V5C4 4.44772 4.44772 4 5 4Z" }),
11
- react_1.default.createElement("path", { d: "M7 13H10V17H7V13Z" }),
12
- react_1.default.createElement("path", { d: "M11 9H14V17H11V9Z" }),
13
- react_1.default.createElement("path", { d: "M15 5H18V17H15V5Z" })));
10
+ react_1.default.createElement("path", { d: "M4 16.118C4 15.7393 4.214 15.393 4.55279 15.2236L8 13.5L8 20H4V16.118Z" }),
11
+ react_1.default.createElement("path", { d: "M10 12.5L14 9.5V20H10V12.5Z" }),
12
+ react_1.default.createElement("path", { d: "M16 8L18.2191 5.22609C18.8096 4.48795 20 4.9055 20 5.85078V20H16V8Z" })));
14
13
  }
15
14
  exports.default = react_1.default.forwardRef(GraphIcon);
@@ -7,6 +7,6 @@ const react_1 = __importDefault(require("react"));
7
7
  const Icon_1 = __importDefault(require("./Icon"));
8
8
  function HashtagIcon(props, ref) {
9
9
  return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
10
- react_1.default.createElement("path", { d: "M11.7353516,19.5009766 L12.5732422,15.34375 L9.52246094,15.34375 L8.67382812,19.5009766 L6.61132812,19.5009766 L7.44921875,15.34375 L5,15.34375 L5.38671875,13.2597656 L7.86816406,13.2597656 L8.51269531,10.0478516 L5.97753906,10.0478516 L6.375,7.98535156 L8.92089844,7.98535156 L9.74804688,4 L11.7998047,4 L11.0048828,7.98535156 L14.0449219,7.98535156 L14.8720703,4 L16.9453125,4 L16.1289062,7.98535156 L18.7177734,7.98535156 L18.3310547,10.0478516 L15.7207031,10.0478516 L15.0546875,13.2597656 L17.71875,13.2597656 L17.3320312,15.34375 L14.6464844,15.34375 L13.8085938,19.5009766 L11.7353516,19.5009766 Z M9.80175781,13.4101562 L13.0458984,13.4101562 L13.7763672,9.91894531 L10.5107422,9.91894531 L9.80175781,13.4101562 Z" })));
10
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.03167 19.4891C6.4982 19.3462 6.18162 18.7979 6.32456 18.2644L7.05505 15.5382H5C4.44772 15.5382 4 15.0905 4 14.5382C4 13.9859 4.44772 13.5382 5 13.5382H7.59094L8.66274 9.53819H6C5.44772 9.53819 5 9.09047 5 8.53819C5 7.9859 5.44772 7.53819 6 7.53819H9.19864L9.94803 4.74143C10.091 4.20796 10.6393 3.89138 11.1728 4.03432C11.7062 4.17726 12.0228 4.7256 11.8799 5.25907L11.2692 7.53819H15.1986L15.948 4.74143C16.091 4.20796 16.6393 3.89138 17.1728 4.03432C17.7062 4.17727 18.0228 4.7256 17.8799 5.25907L17.2692 7.53819H20C20.5523 7.53819 21 7.9859 21 8.53819C21 9.09047 20.5523 9.53819 20 9.53819H16.7333L15.6615 13.5382H19C19.5523 13.5382 20 13.9859 20 14.5382C20 15.0905 19.5523 15.5382 19 15.5382H15.1256L14.2564 18.782C14.1135 19.3155 13.5651 19.6321 13.0317 19.4891C12.4982 19.3462 12.1816 18.7979 12.3246 18.2644L13.055 15.5382H9.1256L8.25641 18.782C8.11347 19.3155 7.56513 19.6321 7.03167 19.4891ZM13.5909 13.5382L14.6627 9.53819H10.7333L9.6615 13.5382H13.5909Z" })));
11
11
  }
12
12
  exports.default = react_1.default.forwardRef(HashtagIcon);
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { Props } from "./Icon";
3
+ declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
4
+ export default _default;
@@ -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 InternetIcon(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: "M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z" }),
11
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.75792 10.4702C5.75768 10.4702 5.75745 10.4701 5.99999 9.49999C6.24252 8.52985 6.24231 8.52979 6.2421 8.52974L6.25161 8.53199C6.26243 8.53452 6.28104 8.5388 6.30743 8.54457C6.36022 8.55612 6.44417 8.57366 6.55927 8.59524C6.78948 8.63841 7.14439 8.69776 7.62402 8.75771C8.5832 8.87761 10.0418 8.99999 12 8.99999C13.9582 8.99999 15.4168 8.87761 16.376 8.75771C16.8556 8.69776 17.2105 8.63841 17.4407 8.59524C17.5558 8.57366 17.6398 8.55612 17.6925 8.54457C17.7189 8.5388 17.7375 8.53452 17.7484 8.53199L17.7579 8.52974C17.7577 8.52979 17.7575 8.52985 18 9.49999C18.2425 10.4701 18.2423 10.4702 18.2421 10.4702L18.2404 10.4707L18.2375 10.4714L18.2295 10.4733L18.2047 10.4792C18.1843 10.484 18.156 10.4905 18.1199 10.4984C18.0477 10.5142 17.9442 10.5357 17.8093 10.561C17.5395 10.6116 17.1444 10.6772 16.624 10.7423C15.5832 10.8724 14.0418 11 12 11C9.9582 11 8.41678 10.8724 7.37595 10.7423C6.85558 10.6772 6.46049 10.6116 6.1907 10.561C6.05581 10.5357 5.95225 10.5142 5.88004 10.4984C5.84393 10.4905 5.81566 10.484 5.79523 10.4792L5.77046 10.4733L5.76249 10.4714L5.7596 10.4707L5.75792 10.4702ZM7.37595 13.2577C8.41678 13.1276 9.9582 13 12 13C14.0418 13 15.5832 13.1276 16.624 13.2577C17.1444 13.3228 17.5395 13.3884 17.8093 13.439C17.9442 13.4643 18.0477 13.4858 18.1199 13.5016C18.156 13.5095 18.1843 13.516 18.2047 13.5208L18.2295 13.5267L18.2375 13.5286L18.2404 13.5293L18.2415 13.5296C18.2418 13.5297 18.2425 13.5298 18 14.5C17.7575 15.4701 17.7577 15.4702 17.7579 15.4702L17.7484 15.468C17.7375 15.4655 17.7189 15.4612 17.6925 15.4554C17.6398 15.4439 17.5558 15.4263 17.4407 15.4047C17.2105 15.3616 16.8556 15.3022 16.376 15.2423C15.4168 15.1224 13.9582 15 12 15C10.0418 15 8.5832 15.1224 7.62402 15.2423C7.14439 15.3022 6.78948 15.3616 6.55927 15.4047C6.44417 15.4263 6.36022 15.4439 6.30743 15.4554C6.28104 15.4612 6.26243 15.4655 6.25161 15.468L6.24123 15.4705C6.24144 15.4704 6.24252 15.4701 5.99999 14.5C5.75745 13.5298 5.75768 13.5298 5.75792 13.5297L5.7596 13.5293L5.76249 13.5286L5.77046 13.5267L5.79523 13.5208C5.81566 13.516 5.84393 13.5095 5.88004 13.5016C5.95225 13.4858 6.05581 13.4643 6.1907 13.439C6.46049 13.3884 6.85558 13.3228 7.37595 13.2577Z" }),
12
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.8868 6.50744C15.1977 7.75098 15.5 9.58239 15.5 12C15.5 14.4176 15.1977 16.249 14.8868 17.4925C14.7314 18.1139 14.5742 18.5877 14.452 18.9136C14.3909 19.0765 14.3385 19.2025 14.2996 19.2914C14.2802 19.3359 14.2641 19.3711 14.2519 19.3971L14.2367 19.4291L14.2314 19.4399L14.2294 19.444L14.2285 19.4457C14.2283 19.4461 14.2278 19.4472 13.3333 19C12.4389 18.5528 12.4387 18.5531 12.4386 18.5534L12.4377 18.5551L12.437 18.5567L12.441 18.5482C12.4459 18.5377 12.4549 18.5182 12.4673 18.4898C12.4922 18.4329 12.531 18.3401 12.5793 18.2114C12.6758 17.9539 12.8102 17.5527 12.9465 17.0074C13.219 15.9176 13.5 14.2491 13.5 12C13.5 9.75089 13.219 8.08231 12.9465 6.99251C12.8102 6.44728 12.6758 6.04602 12.5793 5.7886C12.531 5.65987 12.4922 5.56706 12.4673 5.51017C12.4549 5.48172 12.4459 5.46225 12.441 5.45175L12.4367 5.44274C12.4365 5.44236 12.4363 5.442 12.4367 5.44274L12.4377 5.44481L12.4383 5.4459C12.4384 5.44623 12.4389 5.44719 13.3333 4.99998C14.2278 4.55276 14.2279 4.55312 14.2281 4.55349L14.2294 4.55599L14.2314 4.56009L14.2367 4.57088L14.2519 4.60289C14.2641 4.62885 14.2802 4.66406 14.2996 4.70853C14.3385 4.79747 14.3909 4.92341 14.452 5.08635C14.5742 5.41227 14.7314 5.886 14.8868 6.50744ZM9.77188 4.55349C9.77206 4.55312 9.77224 4.55276 10.6667 4.99998C11.5611 5.44719 11.5613 5.44685 11.5614 5.44652L11.5623 5.44481L11.563 5.44328C11.5634 5.44254 11.5632 5.4429 11.563 5.44328L11.559 5.45175C11.5541 5.46225 11.5451 5.48172 11.5327 5.51017C11.5078 5.56706 11.469 5.65987 11.4207 5.7886C11.3242 6.04601 11.1898 6.44728 11.0535 6.99251C10.781 8.08231 10.5 9.75089 10.5 12C10.5 14.2491 10.781 15.9176 11.0535 17.0074C11.1898 17.5527 11.3242 17.9539 11.4207 18.2114C11.469 18.3401 11.5078 18.4329 11.5327 18.4898C11.5451 18.5182 11.5541 18.5377 11.559 18.5482L11.563 18.5567L11.5623 18.5551L11.5617 18.5541C11.5616 18.5537 11.5611 18.5528 10.6667 19C9.77224 19.4472 9.77206 19.4468 9.77188 19.4465L9.77063 19.444L9.76861 19.4399L9.76334 19.4291L9.7481 19.3971C9.73594 19.3711 9.71983 19.3359 9.70038 19.2914C9.66147 19.2025 9.60915 19.0765 9.54805 18.9136C9.42583 18.5877 9.26855 18.1139 9.11319 17.4925C8.80231 16.249 8.5 14.4176 8.5 12C8.5 9.58239 8.80231 7.75098 9.11319 6.50744C9.26855 5.886 9.42583 5.41227 9.54805 5.08635C9.60915 4.92341 9.66147 4.79747 9.70038 4.70853C9.71983 4.66406 9.73594 4.62885 9.74811 4.60289L9.76334 4.57088L9.76861 4.56009L9.77063 4.55599L9.77188 4.55349ZM12.437 18.5567C12.4366 18.5574 12.4368 18.557 12.437 18.5567Z" })));
13
+ }
14
+ exports.default = react_1.default.forwardRef(InternetIcon);
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { Props } from "./Icon";
3
+ declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
4
+ export default _default;
@@ -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 LibraryIcon(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: "M9.63017 4.59998C9.24373 5.03974 9 5.68317 9 6.4V17.6C9 18.3168 9.24372 18.9602 9.63013 19.4H9.12727C7.95241 19.4 7 18.3255 7 17V6.99998C7 5.67449 7.95241 4.59998 9.12727 4.59998H9.63017Z" }),
11
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.20067 5.20001C6.07304 5.55302 6 5.96286 6 6.4V17.6C6 18.0372 6.07305 18.447 6.20068 18.8H5.7904C4.80159 18.8 4 17.7255 4 16.4V7.60001C4 6.27453 4.80159 5.20001 5.7904 5.20001H6.20067Z" }),
12
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.125 4H11.875C10.8395 4 10 5.07452 10 6.4V17.6C10 18.9255 10.8395 20 11.875 20H18.125C19.1605 20 20 18.9255 20 17.6V6.4C20 5.07452 19.1605 4 18.125 4Z" })));
13
+ }
14
+ exports.default = react_1.default.forwardRef(LibraryIcon);
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { Props } from "./Icon";
3
+ declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
4
+ export default _default;
@@ -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 PlaneIcon(props, ref) {
9
+ return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
10
+ react_1.default.createElement("path", { d: "M16.5578 18.2156L17.6825 17.0933C17.6825 17.0933 16.5308 10.8561 16.3192 9.81548C16.2852 9.71346 16.3192 9.64544 16.3874 9.57742L19.591 6.38061C20.1363 5.83647 20.1363 4.95224 19.591 4.4081C19.0457 3.86397 18.1596 3.86397 17.6143 4.4081L14.3085 7.70695C14.2403 7.77496 14.1721 7.80897 14.0699 7.77496C13.0051 7.57763 6.67429 6.51664 6.67429 6.51664L5.51553 7.70695C5.3792 7.84298 5.41328 8.08104 5.58369 8.14906L11.0026 10.5297C11.173 10.5977 11.2071 10.8357 11.0707 10.9718L7.56039 14.4747C7.49223 14.5427 7.38999 14.5767 7.32183 14.5427L5.00431 14.0666L4.15228 15.2569C6.33532 16.314 8.75323 19.848 8.75323 19.848L9.84383 19.0999L9.36669 16.7533C9.33261 16.6512 9.36669 16.5832 9.43486 16.5152L13.1497 12.8082C13.286 12.6722 13.4905 12.7062 13.5928 12.8763L16.1488 18.1476C16.217 18.3177 16.4215 18.3517 16.5578 18.2156Z" })));
11
+ }
12
+ exports.default = react_1.default.forwardRef(PlaneIcon);
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { Props } from "./Icon";
3
+ declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
4
+ export default _default;
@@ -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 RamenIcon(props, ref) {
9
+ return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
10
+ react_1.default.createElement("path", { d: "M13.7222 20H10.2778C9.72549 20 9.27778 19.5523 9.27778 19V18C9.27778 18 5 16 5 10H19C19 16 14.7222 18 14.7222 18V19C14.7222 19.5523 14.2745 20 13.7222 20Z" }),
11
+ react_1.default.createElement("path", { d: "M7.33996 5.51289C6.79479 5.60128 6.4245 6.11487 6.51289 6.66004C6.60128 7.20521 7.11487 7.5755 7.66004 7.48711L7.33996 5.51289ZM7.66004 7.48711L23.008 4.99874L22.6879 3.02452L7.33996 5.51289L7.66004 7.48711Z" }),
12
+ react_1.default.createElement("path", { d: "M10 7C9.44772 7 9 7.44772 9 8C9 8.55228 9.44772 9 10 9V7ZM10 9H23.1529V7H10V9Z" })));
13
+ }
14
+ exports.default = react_1.default.forwardRef(RamenIcon);
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { Props } from "./Icon";
3
+ declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
4
+ export default _default;
@@ -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 SparklesIcon(props, ref) {
9
+ return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
10
+ react_1.default.createElement("path", { d: "M12.6245 12.503L9.67237 11.6804C9.50073 11.629 9.36342 11.4919 9.31193 11.3205L8.48808 8.37275C8.35077 7.87575 7.62989 7.87575 7.49259 8.37275L6.66873 11.3205C6.61724 11.4919 6.47993 11.629 6.30829 11.6804L3.37331 12.503C2.87556 12.6401 2.87556 13.3599 3.37331 13.497L6.32546 14.3196C6.49709 14.371 6.6344 14.5081 6.68589 14.6795L7.50975 17.6272C7.64706 18.1243 8.36793 18.1243 8.50524 17.6272L9.3291 14.6795C9.38059 14.5081 9.5179 14.371 9.68953 14.3196L12.6417 13.497C13.1223 13.3428 13.1223 12.6401 12.6245 12.503Z" }),
11
+ react_1.default.createElement("path", { d: "M12.27 6.86092L14.316 7.4308C14.4296 7.46879 14.5244 7.56377 14.5622 7.67775L15.1495 9.72931C15.2442 10.0902 15.7368 10.0902 15.8505 9.72931L16.4378 7.67775C16.4756 7.56377 16.5704 7.46879 16.684 7.4308L18.73 6.86092C19.09 6.76594 19.09 6.27205 18.73 6.15807L16.6651 5.5692C16.5514 5.53121 16.4567 5.43623 16.4188 5.32225L15.8505 3.27069C15.7558 2.90977 15.2632 2.90977 15.1495 3.27069L14.5622 5.32225C14.5244 5.43623 14.4296 5.53121 14.316 5.5692L12.27 6.15807C11.91 6.25305 11.91 6.74695 12.27 6.86092Z" }),
12
+ react_1.default.createElement("path", { d: "M20.7118 15.6073L18.3516 14.9498C18.2053 14.9132 18.1138 14.8037 18.0589 14.6575L17.4002 12.3014C17.2905 11.8995 16.7233 11.8995 16.6135 12.3014L15.9548 14.6575C15.9182 14.8037 15.8085 14.895 15.6621 14.9498L13.3019 15.6073C12.8994 15.7169 12.8994 16.2831 13.3019 16.3927L15.6621 17.0502C15.8085 17.0868 15.8999 17.1963 15.9548 17.3425L16.6135 19.6986C16.7233 20.1005 17.2905 20.1005 17.4002 19.6986L18.0589 17.3425C18.0955 17.1963 18.2053 17.0868 18.3516 17.0502L20.7118 16.3927C21.0961 16.2831 21.0961 15.7169 20.7118 15.6073Z" })));
13
+ }
14
+ exports.default = react_1.default.forwardRef(SparklesIcon);
@@ -7,6 +7,6 @@ const react_1 = __importDefault(require("react"));
7
7
  const Icon_1 = __importDefault(require("./Icon"));
8
8
  function WarningIcon(props, ref) {
9
9
  return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
10
- react_1.default.createElement("path", { d: "M12.8831 5.66234C12.5071 4.95454 11.4929 4.95454 11.1169 5.66233L4.28049 18.5308C3.92665 19.1969 4.4094 20 5.16361 20H18.8364C19.5906 20 20.0734 19.1969 19.7195 18.5308L12.8831 5.66234ZM11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17ZM12 15C11 15 11 14 11 14V10C11 10 11 9 12 9C13 9 13 10 13 10V14C13 14 13 15 12 15Z" })));
10
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20ZM12 15C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15ZM12 14C13 14 13 13 13 13L13 10.5L13 8C13 8 13 7 12 7C11 7 11 8 11 8L11 13C11 13 11 14 12 14Z" })));
11
11
  }
12
12
  exports.default = react_1.default.forwardRef(WarningIcon);
package/lib/index.d.ts CHANGED
@@ -24,6 +24,7 @@ export { default as BuildingBlocksIcon } from "./components/BuildingBlocksIcon";
24
24
  export { default as BulletedListIcon } from "./components/BulletedListIcon";
25
25
  export { default as CalendarIcon } from "./components/CalendarIcon";
26
26
  export { default as CameraIcon } from "./components/CameraIcon";
27
+ export { default as CarrotIcon } from "./components/CarrotIcon";
27
28
  export { default as CaretDownIcon } from "./components/CaretDownIcon";
28
29
  export { default as CaretUpIcon } from "./components/CaretUpIcon";
29
30
  export { default as CaseSensitiveIcon } from "./components/CaseSensitiveIcon";
@@ -52,6 +53,7 @@ export { default as ExpandedIcon } from "./components/ExpandedIcon";
52
53
  export { default as ExportIcon } from "./components/ExportIcon";
53
54
  export { default as EyeIcon } from "./components/EyeIcon";
54
55
  export { default as FeedbackIcon } from "./components/FeedbackIcon";
56
+ export { default as FlameIcon } from "./components/FlameIcon";
55
57
  export { default as GlobeIcon } from "./components/GlobeIcon";
56
58
  export { default as GoToIcon } from "./components/GoToIcon";
57
59
  export { default as GraphIcon } from "./components/GraphIcon";
@@ -74,6 +76,7 @@ export { default as InsertAboveIcon } from "./components/InsertAboveIcon";
74
76
  export { default as InsertBelowIcon } from "./components/InsertBelowIcon";
75
77
  export { default as InsertLeftIcon } from "./components/InsertLeftIcon";
76
78
  export { default as InsertRightIcon } from "./components/InsertRightIcon";
79
+ export { default as InternetIcon } from "./components/InternetIcon";
77
80
  export { default as ItalicIcon } from "./components/ItalicIcon";
78
81
  export { default as JournalIcon } from "./components/JournalIcon";
79
82
  export { default as KeyboardIcon } from "./components/KeyboardIcon";
@@ -81,6 +84,7 @@ export { default as LeafIcon } from "./components/LeafIcon";
81
84
  export { default as LightBulbIcon } from "./components/LightBulbIcon";
82
85
  export { default as LightningIcon } from "./components/LightningIcon";
83
86
  export { default as LinkIcon } from "./components/LinkIcon";
87
+ export { default as LibraryIcon } from "./components/LibraryIcon";
84
88
  export { default as LogoutIcon } from "./components/LogoutIcon";
85
89
  export { default as ManualSortIcon } from "./components/ManualSortIcon";
86
90
  export { default as MarkAsReadIcon } from "./components/MarkAsReadIcon";
@@ -99,6 +103,7 @@ export { default as PadlockIcon } from "./components/PadlockIcon";
99
103
  export { default as PageBreakIcon } from "./components/PageBreakIcon";
100
104
  export { default as PaletteIcon } from "./components/PaletteIcon";
101
105
  export { default as PinIcon } from "./components/PinIcon";
106
+ export { default as PlaneIcon } from "./components/PlaneIcon";
102
107
  export { default as PlusIcon } from "./components/PlusIcon";
103
108
  export { default as PrintIcon } from "./components/PrintIcon";
104
109
  export { default as PrivateCollectionIcon } from "./components/PrivateCollectionIcon";
@@ -106,6 +111,7 @@ export { default as ProfileIcon } from "./components/ProfileIcon";
106
111
  export { default as PromoteIcon } from "./components/PromoteIcon";
107
112
  export { default as PublishIcon } from "./components/PublishIcon";
108
113
  export { default as QuestionMarkIcon } from "./components/QuestionMarkIcon";
114
+ export { default as RamenIcon } from "./components/RamenIcon";
109
115
  export { default as RegexIcon } from "./components/RegexIcon";
110
116
  export { default as ReplaceIcon } from "./components/ReplaceIcon";
111
117
  export { default as RestoreIcon } from "./components/RestoreIcon";
@@ -113,6 +119,7 @@ export { default as SearchIcon } from "./components/SearchIcon";
113
119
  export { default as ServerRackIcon } from "./components/ServerRackIcon";
114
120
  export { default as SettingsIcon } from "./components/SettingsIcon";
115
121
  export { default as ShapesIcon } from "./components/ShapesIcon";
122
+ export { default as SparklesIcon } from "./components/SparklesIcon";
116
123
  export { default as SportIcon } from "./components/SportIcon";
117
124
  export { default as ShuffleIcon } from "./components/ShuffleIcon";
118
125
  export { default as SidebarIcon } from "./components/SidebarIcon";
package/lib/index.js CHANGED
@@ -3,9 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.EmbedIcon = 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.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
- exports.PaletteIcon = exports.PageBreakIcon = exports.PadlockIcon = exports.OutdentIcon = exports.OrderedListIcon = 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.LinkIcon = exports.LightningIcon = exports.LightBulbIcon = exports.LeafIcon = exports.KeyboardIcon = exports.JournalIcon = exports.ItalicIcon = exports.InsertRightIcon = exports.InsertLeftIcon = exports.InsertBelowIcon = exports.InsertAboveIcon = exports.InputIcon = exports.InfoIcon = exports.IndentIcon = exports.ImportIcon = exports.ImageIcon = exports.Icon = 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.FeedbackIcon = exports.EyeIcon = exports.ExportIcon = exports.ExpandedIcon = void 0;
8
- exports.WebhooksIcon = exports.WarningIcon = exports.VehicleIcon = exports.UnsubscribeIcon = exports.UserIcon = exports.UnstarredIcon = exports.UnpublishIcon = exports.TrashIcon = exports.ToolsIcon = exports.TodoListIcon = exports.ThumbsDownIcon = exports.ThumbsUpIcon = exports.TerminalIcon = exports.TeamIcon = exports.TargetIcon = exports.TableOfContentsIcon = exports.TableIcon = exports.SubscribeIcon = exports.SunIcon = exports.StrikethroughIcon = exports.StarredIcon = exports.SmileyIcon = exports.SidebarIcon = exports.ShuffleIcon = exports.SportIcon = exports.ShapesIcon = exports.SettingsIcon = exports.ServerRackIcon = exports.SearchIcon = exports.RestoreIcon = exports.ReplaceIcon = exports.RegexIcon = exports.QuestionMarkIcon = exports.PublishIcon = exports.PromoteIcon = exports.ProfileIcon = exports.PrivateCollectionIcon = exports.PrintIcon = exports.PlusIcon = exports.PinIcon = void 0;
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
+ exports.OrderedListIcon = 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.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.WebhooksIcon = exports.WarningIcon = exports.VehicleIcon = exports.UnsubscribeIcon = exports.UserIcon = exports.UnstarredIcon = exports.UnpublishIcon = exports.TrashIcon = exports.ToolsIcon = exports.TodoListIcon = exports.ThumbsDownIcon = exports.ThumbsUpIcon = exports.TerminalIcon = exports.TeamIcon = exports.TargetIcon = exports.TableOfContentsIcon = 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 = void 0;
9
9
  var AcademicCapIcon_1 = require("./components/AcademicCapIcon");
10
10
  Object.defineProperty(exports, "AcademicCapIcon", { enumerable: true, get: function () { return __importDefault(AcademicCapIcon_1).default; } });
11
11
  var AlignCenterIcon_1 = require("./components/AlignCenterIcon");
@@ -58,6 +58,8 @@ var CalendarIcon_1 = require("./components/CalendarIcon");
58
58
  Object.defineProperty(exports, "CalendarIcon", { enumerable: true, get: function () { return __importDefault(CalendarIcon_1).default; } });
59
59
  var CameraIcon_1 = require("./components/CameraIcon");
60
60
  Object.defineProperty(exports, "CameraIcon", { enumerable: true, get: function () { return __importDefault(CameraIcon_1).default; } });
61
+ var CarrotIcon_1 = require("./components/CarrotIcon");
62
+ Object.defineProperty(exports, "CarrotIcon", { enumerable: true, get: function () { return __importDefault(CarrotIcon_1).default; } });
61
63
  var CaretDownIcon_1 = require("./components/CaretDownIcon");
62
64
  Object.defineProperty(exports, "CaretDownIcon", { enumerable: true, get: function () { return __importDefault(CaretDownIcon_1).default; } });
63
65
  var CaretUpIcon_1 = require("./components/CaretUpIcon");
@@ -114,6 +116,8 @@ var EyeIcon_1 = require("./components/EyeIcon");
114
116
  Object.defineProperty(exports, "EyeIcon", { enumerable: true, get: function () { return __importDefault(EyeIcon_1).default; } });
115
117
  var FeedbackIcon_1 = require("./components/FeedbackIcon");
116
118
  Object.defineProperty(exports, "FeedbackIcon", { enumerable: true, get: function () { return __importDefault(FeedbackIcon_1).default; } });
119
+ var FlameIcon_1 = require("./components/FlameIcon");
120
+ Object.defineProperty(exports, "FlameIcon", { enumerable: true, get: function () { return __importDefault(FlameIcon_1).default; } });
117
121
  var GlobeIcon_1 = require("./components/GlobeIcon");
118
122
  Object.defineProperty(exports, "GlobeIcon", { enumerable: true, get: function () { return __importDefault(GlobeIcon_1).default; } });
119
123
  var GoToIcon_1 = require("./components/GoToIcon");
@@ -158,6 +162,8 @@ var InsertLeftIcon_1 = require("./components/InsertLeftIcon");
158
162
  Object.defineProperty(exports, "InsertLeftIcon", { enumerable: true, get: function () { return __importDefault(InsertLeftIcon_1).default; } });
159
163
  var InsertRightIcon_1 = require("./components/InsertRightIcon");
160
164
  Object.defineProperty(exports, "InsertRightIcon", { enumerable: true, get: function () { return __importDefault(InsertRightIcon_1).default; } });
165
+ var InternetIcon_1 = require("./components/InternetIcon");
166
+ Object.defineProperty(exports, "InternetIcon", { enumerable: true, get: function () { return __importDefault(InternetIcon_1).default; } });
161
167
  var ItalicIcon_1 = require("./components/ItalicIcon");
162
168
  Object.defineProperty(exports, "ItalicIcon", { enumerable: true, get: function () { return __importDefault(ItalicIcon_1).default; } });
163
169
  var JournalIcon_1 = require("./components/JournalIcon");
@@ -172,6 +178,8 @@ var LightningIcon_1 = require("./components/LightningIcon");
172
178
  Object.defineProperty(exports, "LightningIcon", { enumerable: true, get: function () { return __importDefault(LightningIcon_1).default; } });
173
179
  var LinkIcon_1 = require("./components/LinkIcon");
174
180
  Object.defineProperty(exports, "LinkIcon", { enumerable: true, get: function () { return __importDefault(LinkIcon_1).default; } });
181
+ var LibraryIcon_1 = require("./components/LibraryIcon");
182
+ Object.defineProperty(exports, "LibraryIcon", { enumerable: true, get: function () { return __importDefault(LibraryIcon_1).default; } });
175
183
  var LogoutIcon_1 = require("./components/LogoutIcon");
176
184
  Object.defineProperty(exports, "LogoutIcon", { enumerable: true, get: function () { return __importDefault(LogoutIcon_1).default; } });
177
185
  var ManualSortIcon_1 = require("./components/ManualSortIcon");
@@ -208,6 +216,8 @@ var PaletteIcon_1 = require("./components/PaletteIcon");
208
216
  Object.defineProperty(exports, "PaletteIcon", { enumerable: true, get: function () { return __importDefault(PaletteIcon_1).default; } });
209
217
  var PinIcon_1 = require("./components/PinIcon");
210
218
  Object.defineProperty(exports, "PinIcon", { enumerable: true, get: function () { return __importDefault(PinIcon_1).default; } });
219
+ var PlaneIcon_1 = require("./components/PlaneIcon");
220
+ Object.defineProperty(exports, "PlaneIcon", { enumerable: true, get: function () { return __importDefault(PlaneIcon_1).default; } });
211
221
  var PlusIcon_1 = require("./components/PlusIcon");
212
222
  Object.defineProperty(exports, "PlusIcon", { enumerable: true, get: function () { return __importDefault(PlusIcon_1).default; } });
213
223
  var PrintIcon_1 = require("./components/PrintIcon");
@@ -222,6 +232,8 @@ var PublishIcon_1 = require("./components/PublishIcon");
222
232
  Object.defineProperty(exports, "PublishIcon", { enumerable: true, get: function () { return __importDefault(PublishIcon_1).default; } });
223
233
  var QuestionMarkIcon_1 = require("./components/QuestionMarkIcon");
224
234
  Object.defineProperty(exports, "QuestionMarkIcon", { enumerable: true, get: function () { return __importDefault(QuestionMarkIcon_1).default; } });
235
+ var RamenIcon_1 = require("./components/RamenIcon");
236
+ Object.defineProperty(exports, "RamenIcon", { enumerable: true, get: function () { return __importDefault(RamenIcon_1).default; } });
225
237
  var RegexIcon_1 = require("./components/RegexIcon");
226
238
  Object.defineProperty(exports, "RegexIcon", { enumerable: true, get: function () { return __importDefault(RegexIcon_1).default; } });
227
239
  var ReplaceIcon_1 = require("./components/ReplaceIcon");
@@ -236,6 +248,8 @@ var SettingsIcon_1 = require("./components/SettingsIcon");
236
248
  Object.defineProperty(exports, "SettingsIcon", { enumerable: true, get: function () { return __importDefault(SettingsIcon_1).default; } });
237
249
  var ShapesIcon_1 = require("./components/ShapesIcon");
238
250
  Object.defineProperty(exports, "ShapesIcon", { enumerable: true, get: function () { return __importDefault(ShapesIcon_1).default; } });
251
+ var SparklesIcon_1 = require("./components/SparklesIcon");
252
+ Object.defineProperty(exports, "SparklesIcon", { enumerable: true, get: function () { return __importDefault(SparklesIcon_1).default; } });
239
253
  var SportIcon_1 = require("./components/SportIcon");
240
254
  Object.defineProperty(exports, "SportIcon", { enumerable: true, get: function () { return __importDefault(SportIcon_1).default; } });
241
255
  var ShuffleIcon_1 = require("./components/ShuffleIcon");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outline-icons",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "An iconset designed for the Outline editor and knowledge base",
5
5
  "main": "lib/index.js",
6
6
  "license": "BSD-3-Clause",