@shulex/icons 1.0.29 → 1.0.30
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,9 @@
|
|
|
1
|
+
import ShulexIcon from "../components/ShulexIcon.mjs";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 14 14", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M4.96 5.54c.88 0 1.46.8 1.46 1.6s-.58 1.61-1.46 1.61c-.89 0-1.46-.8-1.46-1.6s.57-1.6 1.46-1.6m0 1.17q-.08-.01-.18.1a.5.5 0 0 0-.11.34q.01.21.11.34.1.1.18.1t.17-.1q.11-.12.12-.34a.5.5 0 0 0-.12-.35q-.1-.1-.17-.1M9.04 5.54c.89 0 1.46.8 1.46 1.6s-.57 1.61-1.46 1.61c-.88 0-1.46-.8-1.46-1.6s.58-1.6 1.46-1.6m0 1.17q-.08-.01-.17.1a.5.5 0 0 0-.12.34q0 .21.12.34.1.1.17.1t.18-.1q.1-.12.11-.34a.5.5 0 0 0-.11-.35q-.1-.1-.18-.1", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M4.94 1.75c.29-.02.55.18.6.46l.2.85a6 6 0 0 1 1.98-.1l.2-.77a.6.6 0 0 1 .6-.44h.04a7 7 0 0 1 1.71.36c.47.21.97.64 1.21.86q.3.27.43.65c.19.5.63 1.75.87 2.65s.44 2.16.55 2.87c.08.54-.1 1.1-.53 1.49-.32.28-.8.69-1.24.93a7 7 0 0 1-1.81.63l-.2.04h-.01a.6.6 0 0 1-.65-.3l-.5-1a6.3 6.3 0 0 1-3.22-.12L4.7 11.9c-.12.26-.4.4-.68.33l.14-.56-.14.56H4l-.04-.01-.14-.04-.45-.13c-.34-.12-.8-.29-1.16-.51-.4-.25-.84-.67-1.12-.95A1.7 1.7 0 0 1 .65 9.2c.1-.7.28-2 .5-2.92.2-.9.59-2.16.75-2.66Q2 3.28 2.27 3c.21-.22.66-.66 1.08-.87a4 4 0 0 1 1.42-.36l.12-.01h.04m3.92 1.47c.65.21 1.15.5 1.4.69a.58.58 0 1 1-.7.93 4.7 4.7 0 0 0-5.13 0 .58.58 0 1 1-.7-.93q.3-.22.89-.5l-.1-.43c-.25.04-.49.1-.64.18-.23.12-.55.42-.77.65a.4.4 0 0 0-.1.17c-.16.5-.54 1.72-.73 2.57-.2.87-.38 2.11-.47 2.81q-.03.25.13.41c.27.28.62.6.9.78.23.14.58.28.9.39l.1.02.24-.58a5 5 0 0 1-.95-.6.58.58 0 0 1 .74-.9c.39.33 1.61 1.04 3.13 1.04s2.74-.71 3.13-1.04a.58.58 0 0 1 .74.9c-.26.22-.73.52-1.36.79l.21.42.21-.06c.38-.1.8-.25 1.07-.4.32-.17.71-.5 1.02-.77q.19-.17.15-.44c-.1-.71-.3-1.91-.52-2.75s-.65-2.04-.83-2.55a1 1 0 0 0-.12-.18 4 4 0 0 0-.9-.66c-.21-.1-.53-.16-.84-.2l-.04-.01z", clipRule: "evenodd" }));
|
|
4
|
+
const DiscordOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(DiscordOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "DiscordOutlined";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import ShulexIcon from "../components/ShulexIcon.mjs";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 14 14", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M8.75 3.5a.58.58 0 1 1 0 1.17h-3.5a.58.58 0 0 1 0-1.17z" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M11.67 1.17c.32 0 .58.26.58.58v8.17c0 .32-.26.58-.58.58H3.42a.58.58 0 0 0 .08 1.17h8.17a.58.58 0 0 1 0 1.16H3.5c-.97 0-1.75-.78-1.75-1.75V2.92c0-.97.78-1.75 1.75-1.75zM3.5 2.33a.6.6 0 0 0-.58.59v6.51l.12-.03.04-.01.26-.05h7.74v-7z", clipRule: "evenodd" }));
|
|
4
|
+
const Knowledge2Outlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(Knowledge2Outlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "Knowledge2Outlined";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ export { default as DesktopOutlined } from './DesktopOutlined';
|
|
|
71
71
|
export { default as DialCircleOutlined } from './DialCircleOutlined';
|
|
72
72
|
export { default as DiamondOutlined } from './DiamondOutlined';
|
|
73
73
|
export { default as DingTalkLogoColored } from './DingTalkLogoColored';
|
|
74
|
+
export { default as DiscordOutlined } from './DiscordOutlined';
|
|
74
75
|
export { default as DiscoverFilled } from './DiscoverFilled';
|
|
75
76
|
export { default as DiscoverOutlined } from './DiscoverOutlined';
|
|
76
77
|
export { default as DiversityOutlined } from './DiversityOutlined';
|
|
@@ -161,6 +162,7 @@ export { default as IntegrationFilled } from './IntegrationFilled';
|
|
|
161
162
|
export { default as IntercomLogoColored } from './IntercomLogoColored';
|
|
162
163
|
export { default as ItalicOutlined } from './ItalicOutlined';
|
|
163
164
|
export { default as JijiaLogoColored } from './JijiaLogoColored';
|
|
165
|
+
export { default as Knowledge2Outlined } from './Knowledge2Outlined';
|
|
164
166
|
export { default as KnowledgeFilled } from './KnowledgeFilled';
|
|
165
167
|
export { default as KnowledgeOutlined } from './KnowledgeOutlined';
|
|
166
168
|
export { default as LanguageOutlined } from './LanguageOutlined';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -71,6 +71,7 @@ export { default as DesktopOutlined } from "./DesktopOutlined.mjs";
|
|
|
71
71
|
export { default as DialCircleOutlined } from "./DialCircleOutlined.mjs";
|
|
72
72
|
export { default as DiamondOutlined } from "./DiamondOutlined.mjs";
|
|
73
73
|
export { default as DingTalkLogoColored } from "./DingTalkLogoColored.mjs";
|
|
74
|
+
export { default as DiscordOutlined } from "./DiscordOutlined.mjs";
|
|
74
75
|
export { default as DiscoverFilled } from "./DiscoverFilled.mjs";
|
|
75
76
|
export { default as DiscoverOutlined } from "./DiscoverOutlined.mjs";
|
|
76
77
|
export { default as DiversityOutlined } from "./DiversityOutlined.mjs";
|
|
@@ -161,6 +162,7 @@ export { default as IntegrationFilled } from "./IntegrationFilled.mjs";
|
|
|
161
162
|
export { default as IntercomLogoColored } from "./IntercomLogoColored.mjs";
|
|
162
163
|
export { default as ItalicOutlined } from "./ItalicOutlined.mjs";
|
|
163
164
|
export { default as JijiaLogoColored } from "./JijiaLogoColored.mjs";
|
|
165
|
+
export { default as Knowledge2Outlined } from "./Knowledge2Outlined.mjs";
|
|
164
166
|
export { default as KnowledgeFilled } from "./KnowledgeFilled.mjs";
|
|
165
167
|
export { default as KnowledgeOutlined } from "./KnowledgeOutlined.mjs";
|
|
166
168
|
export { default as LanguageOutlined } from "./LanguageOutlined.mjs";
|