@shulex/icons 1.0.38 → 1.0.39
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/EnterpriseOutlined.d.ts +4 -0
- package/dist/icons/EnterpriseOutlined.mjs +9 -0
- package/dist/icons/GoogleSheetWhiteColored.d.ts +4 -0
- package/dist/icons/GoogleSheetWhiteColored.mjs +9 -0
- package/dist/icons/RocketOutlined.d.ts +4 -0
- package/dist/icons/RocketOutlined.mjs +9 -0
- package/dist/icons/SafeOutlined.d.ts +4 -0
- package/dist/icons/SafeOutlined.mjs +9 -0
- package/dist/icons/ShopifyWhiteColored.d.ts +4 -0
- package/dist/icons/ShopifyWhiteColored.mjs +9 -0
- package/dist/icons/index.d.ts +5 -0
- package/dist/icons/index.mjs +5 -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", { viewBox: "0 0 16 16", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M13.01 5.33h.07l.02.01h.04l.01.01.2.09h.02l.01.01.08.07h.01l.01.02.02.02.02.02v.01l.02.02.02.03.01.02.02.04.01.01.02.05v.02l.02.04v.02l.03.14v4.82c0 .66-.32 1.22-.79 1.58l-.14.15-3 2.33a.7.7 0 0 1-.7.07L3.7 12.26a.67.67 0 0 1-.1-1.13l2.67-2h.01l.03-.03.08-.04.03-.01.04-.02h.02L6.55 9h.27l.03.02h.03l.02.01.03.02h.03l.02.02 2.35 1.24V8.33c0-.2.1-.4.26-.52l3-2.34h.02q0-.02.03-.03l.02-.01.04-.02.01-.01.05-.02h.02l.04-.02h.02l.1-.02h.07m-7.75 6.22 4 2 1.35-1.06-3.88-2.04zm5.4-2.9v2.37l.7.36c.44.24.97-.09.97-.59V7.36zM6.26 1.14c.2-.16.48-.18.7-.07l5.34 2.67a.67.67 0 0 1 .1 1.13l-2.67 2h-.01l-.03.03-.06.03H9.6l-.07.04h-.02L9.45 7h-.26l-.02-.01-.05-.02-.06-.02h-.01l-.03-.02-2.35-1.24v1.99q-.01.32-.26.52l-3 2.34-.05.03h-.01l-.05.04h-.01l-.05.02-.02.01-.1.03h-.2a1 1 0 0 1-.3-.11l-.03-.02-.02-.02-.02-.02-.07-.08-.01-.01-.03-.04-.01-.02a1 1 0 0 1-.09-.22V5.2c0-.66.31-1.22.78-1.58l.14-.15zM4.64 4.62a.67.67 0 0 0-.97.59v3.43l1.66-1.3V4.98zM5.4 3.5l3.88 2.05 1.47-1.1-4-2z", clipRule: "evenodd" }));
|
|
4
|
+
const EnterpriseOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(EnterpriseOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "EnterpriseOutlined";
|
|
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 12 12", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M10.5 3.5v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h5z" }), /* @__PURE__ */ React.createElement("path", { fill: "#B6E4C3", d: "M7.5 3.5v-3l3 3z" }), /* @__PURE__ */ React.createElement("path", { fill: "#33A954", fillRule: "evenodd", d: "M8.5 8.75h-5v-3.5h5zM4 7.25v1h1.75v-1zm2.25 0v1H8v-1zM4 6.75h1.75v-1H4zm2.25 0H8v-1H6.25z", clipRule: "evenodd" }));
|
|
4
|
+
const GoogleSheetWhiteColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
|
|
5
|
+
const RefIcon = React.forwardRef(GoogleSheetWhiteColored);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "GoogleSheetWhiteColored";
|
|
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 16 16", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M12.92 2.65q.38.14.45.54l.33 2.16c.22 1.43-.47 2.5-1.26 3.37v2.58q0 .28-.2.47l-1.88 1.89a.67.67 0 0 1-1.1-.26l-.37-1.1-1.36 1.36a.67.67 0 0 1-.94 0l-.24-.24-.7.7a.67.67 0 0 1-.95-.93l.7-.71-.46-.47-1.18 1.18a.67.67 0 0 1-.95-.95L4 11.06l-.47-.47-.7.71a.67.67 0 0 1-.95-.94l.7-.71-.23-.24a.67.67 0 0 1 0-.94L3.7 7.11l-1.1-.36a.67.67 0 0 1-.26-1.1l1.89-1.9q.2-.19.47-.19h2.58c.87-.79 1.94-1.48 3.37-1.26l2.16.33zm-2.47.97c-1.09-.17-1.87.5-2.96 1.6L3.76 8.93l3.3 3.3 3.73-3.73c1.1-1.1 1.76-1.87 1.6-2.96l-.26-1.68zM4.98 4.9l-.93.92.7.24L5.93 4.9zm4.96 6.34.24.71.92-.93v-.94z", clipRule: "evenodd" }));
|
|
4
|
+
const RocketOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(RocketOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "RocketOutlined";
|
|
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 16 16", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M10.86 5.53a.67.67 0 0 1 .94.94l-4 4a.67.67 0 0 1-.94 0L4.53 8.14a.67.67 0 0 1 .94-.94l1.86 1.86z" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M7.9.67q.15-.01.29.02l6 1.76c.28.08.48.34.48.64v3.59c0 4.06-2.6 7.67-6.46 8.95a.7.7 0 0 1-.42 0 9.4 9.4 0 0 1-6.46-8.95v-3.6c0-.3.2-.55.48-.63l6-1.76zM2.68 3.58v3.1A8.1 8.1 0 0 0 8 14.29a8.1 8.1 0 0 0 5.33-7.61v-3.1L8 2.03z", clipRule: "evenodd" }));
|
|
4
|
+
const SafeOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(SafeOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "SafeOutlined";
|
|
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 12 12", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_6682_4113)" }, /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M9.63 2.61a.1.1 0 0 0-.1-.08l-.82-.02-.72-.7c-.06-.07-.19-.05-.24-.03l-.33.1-.16-.39Q6.9.82 6.27.81H6.2q-.03 0-.04-.03a.9.9 0 0 0-.7-.28C4.94.52 4.4.9 3.97 1.59c-.3.48-.53 1.08-.6 1.55l-1.06.32c-.3.1-.31.1-.35.4l-.82 6.47L7.9 11.5l2.94-.73zM7.08 2l-.52.17c0-.27-.04-.65-.16-.97.4.06.6.52.68.8m-.88.27q-.54.16-1.13.35c.11-.42.32-.83.57-1.11q.15-.17.38-.28c.16.31.19.75.18 1.04M5.47.86q.19 0 .32.08a1.4 1.4 0 0 0-.41.33c-.34.36-.6.93-.7 1.47l-.93.29c.19-.87.9-2.15 1.72-2.17" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M9.54 2.53 8.7 2.5 8 1.81l-.09-.04v9.73l2.94-.73-1.2-8.16q-.04-.08-.1-.08" }), /* @__PURE__ */ React.createElement("path", { fill: "#95BF47", d: "m6.27 4.04-.34 1.28s-.38-.18-.83-.15c-.66.04-.66.46-.66.57.03.57 1.53.7 1.62 2.03.06 1.05-.56 1.77-1.46 1.83-1.08.05-1.67-.58-1.67-.58l.23-.97s.6.45 1.08.42c.3-.02.42-.28.4-.45-.04-.75-1.26-.7-1.34-1.93-.06-1.03.61-2.07 2.1-2.16.58-.04.87.11.87.11" })), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "clip0_6682_4113" }, /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M0 0H12V12H0z" }))));
|
|
4
|
+
const ShopifyWhiteColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
|
|
5
|
+
const RefIcon = React.forwardRef(ShopifyWhiteColored);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "ShopifyWhiteColored";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ export { default as EmailUnreadOutlined } from './EmailUnreadOutlined';
|
|
|
106
106
|
export { default as EndCallFilled } from './EndCallFilled';
|
|
107
107
|
export { default as EndCallOutlined } from './EndCallOutlined';
|
|
108
108
|
export { default as EnterOutlined } from './EnterOutlined';
|
|
109
|
+
export { default as EnterpriseOutlined } from './EnterpriseOutlined';
|
|
109
110
|
export { default as EnvelopeOutlined } from './EnvelopeOutlined';
|
|
110
111
|
export { default as EstateOutlined } from './EstateOutlined';
|
|
111
112
|
export { default as ExclamationCircleFilled } from './ExclamationCircleFilled';
|
|
@@ -143,6 +144,7 @@ export { default as GmailLogoColored } from './GmailLogoColored';
|
|
|
143
144
|
export { default as GoogleCalendarColored } from './GoogleCalendarColored';
|
|
144
145
|
export { default as GoogleLogoColored } from './GoogleLogoColored';
|
|
145
146
|
export { default as GoogleSheetColored } from './GoogleSheetColored';
|
|
147
|
+
export { default as GoogleSheetWhiteColored } from './GoogleSheetWhiteColored';
|
|
146
148
|
export { default as HairClipperOutlined } from './HairClipperOutlined';
|
|
147
149
|
export { default as HelpCircleOutlined } from './HelpCircleOutlined';
|
|
148
150
|
export { default as HiChatOutlined } from './HiChatOutlined';
|
|
@@ -255,7 +257,9 @@ export { default as Robot2Filled } from './Robot2Filled';
|
|
|
255
257
|
export { default as Robot2Outlined } from './Robot2Outlined';
|
|
256
258
|
export { default as RobotFilled } from './RobotFilled';
|
|
257
259
|
export { default as RobotOutlined } from './RobotOutlined';
|
|
260
|
+
export { default as RocketOutlined } from './RocketOutlined';
|
|
258
261
|
export { default as RolePromptOutlined } from './RolePromptOutlined';
|
|
262
|
+
export { default as SafeOutlined } from './SafeOutlined';
|
|
259
263
|
export { default as ScanOutlined } from './ScanOutlined';
|
|
260
264
|
export { default as ScissorsOutlined } from './ScissorsOutlined';
|
|
261
265
|
export { default as SearchOutlined } from './SearchOutlined';
|
|
@@ -266,6 +270,7 @@ export { default as SendOutlined } from './SendOutlined';
|
|
|
266
270
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
267
271
|
export { default as ShopifyLogoColored } from './ShopifyLogoColored';
|
|
268
272
|
export { default as ShopifyLogoFilled } from './ShopifyLogoFilled';
|
|
273
|
+
export { default as ShopifyWhiteColored } from './ShopifyWhiteColored';
|
|
269
274
|
export { default as ShoplineLogoColored } from './ShoplineLogoColored';
|
|
270
275
|
export { default as ShoplineLogoFilled } from './ShoplineLogoFilled';
|
|
271
276
|
export { default as ShoplineTextLogoColored } from './ShoplineTextLogoColored';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -106,6 +106,7 @@ export { default as EmailUnreadOutlined } from "./EmailUnreadOutlined.mjs";
|
|
|
106
106
|
export { default as EndCallFilled } from "./EndCallFilled.mjs";
|
|
107
107
|
export { default as EndCallOutlined } from "./EndCallOutlined.mjs";
|
|
108
108
|
export { default as EnterOutlined } from "./EnterOutlined.mjs";
|
|
109
|
+
export { default as EnterpriseOutlined } from "./EnterpriseOutlined.mjs";
|
|
109
110
|
export { default as EnvelopeOutlined } from "./EnvelopeOutlined.mjs";
|
|
110
111
|
export { default as EstateOutlined } from "./EstateOutlined.mjs";
|
|
111
112
|
export { default as ExclamationCircleFilled } from "./ExclamationCircleFilled.mjs";
|
|
@@ -143,6 +144,7 @@ export { default as GmailLogoColored } from "./GmailLogoColored.mjs";
|
|
|
143
144
|
export { default as GoogleCalendarColored } from "./GoogleCalendarColored.mjs";
|
|
144
145
|
export { default as GoogleLogoColored } from "./GoogleLogoColored.mjs";
|
|
145
146
|
export { default as GoogleSheetColored } from "./GoogleSheetColored.mjs";
|
|
147
|
+
export { default as GoogleSheetWhiteColored } from "./GoogleSheetWhiteColored.mjs";
|
|
146
148
|
export { default as HairClipperOutlined } from "./HairClipperOutlined.mjs";
|
|
147
149
|
export { default as HelpCircleOutlined } from "./HelpCircleOutlined.mjs";
|
|
148
150
|
export { default as HiChatOutlined } from "./HiChatOutlined.mjs";
|
|
@@ -255,7 +257,9 @@ export { default as Robot2Filled } from "./Robot2Filled.mjs";
|
|
|
255
257
|
export { default as Robot2Outlined } from "./Robot2Outlined.mjs";
|
|
256
258
|
export { default as RobotFilled } from "./RobotFilled.mjs";
|
|
257
259
|
export { default as RobotOutlined } from "./RobotOutlined.mjs";
|
|
260
|
+
export { default as RocketOutlined } from "./RocketOutlined.mjs";
|
|
258
261
|
export { default as RolePromptOutlined } from "./RolePromptOutlined.mjs";
|
|
262
|
+
export { default as SafeOutlined } from "./SafeOutlined.mjs";
|
|
259
263
|
export { default as ScanOutlined } from "./ScanOutlined.mjs";
|
|
260
264
|
export { default as ScissorsOutlined } from "./ScissorsOutlined.mjs";
|
|
261
265
|
export { default as SearchOutlined } from "./SearchOutlined.mjs";
|
|
@@ -266,6 +270,7 @@ export { default as SendOutlined } from "./SendOutlined.mjs";
|
|
|
266
270
|
export { default as SettingOutlined } from "./SettingOutlined.mjs";
|
|
267
271
|
export { default as ShopifyLogoColored } from "./ShopifyLogoColored.mjs";
|
|
268
272
|
export { default as ShopifyLogoFilled } from "./ShopifyLogoFilled.mjs";
|
|
273
|
+
export { default as ShopifyWhiteColored } from "./ShopifyWhiteColored.mjs";
|
|
269
274
|
export { default as ShoplineLogoColored } from "./ShoplineLogoColored.mjs";
|
|
270
275
|
export { default as ShoplineLogoFilled } from "./ShoplineLogoFilled.mjs";
|
|
271
276
|
export { default as ShoplineTextLogoColored } from "./ShoplineTextLogoColored.mjs";
|