@shulex/icons 1.0.21 → 1.0.27
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/icons/GoogleSheetColored.d.ts +4 -0
- package/dist/icons/GoogleSheetColored.mjs +9 -0
- package/dist/icons/LogisticsTrackingColored.d.ts +4 -0
- package/dist/icons/LogisticsTrackingColored.mjs +9 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.mjs +2 -0
- package/package.json +1 -1
|
@@ -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", { fill: "none", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#33A954", d: "M21 7v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h10z" }), /* @__PURE__ */ React.createElement("path", { fill: "#178138", d: "M15 7V1l6 6z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M17 17.5H7v-7h10zm-9-3v2h3.5v-2zm4.5 0v2H16v-2zm-4.5-1h3.5v-2H8zm4.5 0H16v-2h-3.5z", clipRule: "evenodd" }));
|
|
4
|
+
const GoogleSheetColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
|
|
5
|
+
const RefIcon = React.forwardRef(GoogleSheetColored);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "GoogleSheetColored";
|
|
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", { fill: "none", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#D42D1F", d: "M19.9 8a1 1 0 0 1 .68.4l3.22 4.25a1 1 0 0 1 .2.6v4.25a1 1 0 0 1-1 1h-7.5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4.4" }), /* @__PURE__ */ React.createElement("path", { fill: "#4BBBE1", d: "M19.63 8.53a.5.5 0 0 1 .55.17l3.22 4.25a.5.5 0 0 1-.4.8h-3.21a.5.5 0 0 1-.5-.5V9c0-.21.13-.4.34-.47" }), /* @__PURE__ */ React.createElement("path", { fill: "#D42D1F", d: "M15.5 4.5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1H5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-12a1 1 0 0 1 1-1z" }), /* @__PURE__ */ React.createElement("path", { fill: "#F3AC3C", d: "M15.5 4.5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H9.35a4.5 4.5 0 0 0-6.7 0H1a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1z" }), /* @__PURE__ */ React.createElement("circle", { cx: 6, cy: 17.5, r: 3, fill: "#333" }), /* @__PURE__ */ React.createElement("circle", { cx: 17.5, cy: 17.5, r: 3, fill: "#333" }), /* @__PURE__ */ React.createElement("circle", { cx: 6, cy: 17.5, r: 1.5, fill: "#7B7C7F" }), /* @__PURE__ */ React.createElement("circle", { cx: 17.5, cy: 17.5, r: 1.5, fill: "#7B7C7F" }));
|
|
4
|
+
const LogisticsTrackingColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
|
|
5
|
+
const RefIcon = React.forwardRef(LogisticsTrackingColored);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "LogisticsTrackingColored";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -137,6 +137,7 @@ export { default as GenerationProcessOutlined } from './GenerationProcessOutline
|
|
|
137
137
|
export { default as GmailLogoColored } from './GmailLogoColored';
|
|
138
138
|
export { default as GoogleCalendarColored } from './GoogleCalendarColored';
|
|
139
139
|
export { default as GoogleLogoColored } from './GoogleLogoColored';
|
|
140
|
+
export { default as GoogleSheetColored } from './GoogleSheetColored';
|
|
140
141
|
export { default as HairClipperOutlined } from './HairClipperOutlined';
|
|
141
142
|
export { default as HelpCircleOutlined } from './HelpCircleOutlined';
|
|
142
143
|
export { default as HiChatOutlined } from './HiChatOutlined';
|
|
@@ -176,6 +177,7 @@ export { default as Livechat2Filled } from './Livechat2Filled';
|
|
|
176
177
|
export { default as Livechat3Colored } from './Livechat3Colored';
|
|
177
178
|
export { default as LivechatColored } from './LivechatColored';
|
|
178
179
|
export { default as LockOutlined } from './LockOutlined';
|
|
180
|
+
export { default as LogisticsTrackingColored } from './LogisticsTrackingColored';
|
|
179
181
|
export { default as MagicOutlined } from './MagicOutlined';
|
|
180
182
|
export { default as MailFilled } from './MailFilled';
|
|
181
183
|
export { default as MailMoreFilled } from './MailMoreFilled';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -137,6 +137,7 @@ export { default as GenerationProcessOutlined } from "./GenerationProcessOutline
|
|
|
137
137
|
export { default as GmailLogoColored } from "./GmailLogoColored.mjs";
|
|
138
138
|
export { default as GoogleCalendarColored } from "./GoogleCalendarColored.mjs";
|
|
139
139
|
export { default as GoogleLogoColored } from "./GoogleLogoColored.mjs";
|
|
140
|
+
export { default as GoogleSheetColored } from "./GoogleSheetColored.mjs";
|
|
140
141
|
export { default as HairClipperOutlined } from "./HairClipperOutlined.mjs";
|
|
141
142
|
export { default as HelpCircleOutlined } from "./HelpCircleOutlined.mjs";
|
|
142
143
|
export { default as HiChatOutlined } from "./HiChatOutlined.mjs";
|
|
@@ -176,6 +177,7 @@ export { default as Livechat2Filled } from "./Livechat2Filled.mjs";
|
|
|
176
177
|
export { default as Livechat3Colored } from "./Livechat3Colored.mjs";
|
|
177
178
|
export { default as LivechatColored } from "./LivechatColored.mjs";
|
|
178
179
|
export { default as LockOutlined } from "./LockOutlined.mjs";
|
|
180
|
+
export { default as LogisticsTrackingColored } from "./LogisticsTrackingColored.mjs";
|
|
179
181
|
export { default as MagicOutlined } from "./MagicOutlined.mjs";
|
|
180
182
|
export { default as MailFilled } from "./MailFilled.mjs";
|
|
181
183
|
export { default as MailMoreFilled } from "./MailMoreFilled.mjs";
|