@xfers/design-system 2.43.0 → 2.44.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,27 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ var React = require("react");
15
+ function SvgThreeDotsLogo(props) {
16
+ return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "currentColor" }, props),
17
+ React.createElement("circle", { cx: "9", cy: "9", r: "9", fill: "#F0FFF9" }),
18
+ React.createElement("g", { "clip-path": "url(#clip0_10510_125612)" },
19
+ React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.2 10.7501C12.2976 10.7501 11.5667 10.0191 11.5667 9.11673C11.5667 8.2149 12.2976 7.4834 13.2 7.4834C14.1018 7.4834 14.8333 8.2149 14.8333 9.11673C14.8333 10.0191 14.1018 10.7501 13.2 10.7501Z", fill: "#00D37E" }),
20
+ React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.00003 10.7501C8.09762 10.7501 7.3667 10.0191 7.3667 9.11673C7.3667 8.2149 8.09762 7.4834 9.00003 7.4834C9.90245 7.4834 10.6334 8.2149 10.6334 9.11673C10.6334 10.0191 9.90245 10.7501 9.00003 10.7501Z", fill: "#00D37E" }),
21
+ React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.79984 10.7501C3.898 10.7501 3.1665 10.0191 3.1665 9.11673C3.1665 8.2149 3.898 7.4834 4.79984 7.4834C5.70225 7.4834 6.43317 8.2149 6.43317 9.11673C6.43317 10.0191 5.70225 10.7501 4.79984 10.7501Z", fill: "#00D37E" })),
22
+ React.createElement("defs", null,
23
+ React.createElement("clipPath", { id: "clip0_10510_125612" },
24
+ React.createElement("rect", { width: "14", height: "14", fill: "white", transform: "translate(2 2)" })))));
25
+ }
26
+ exports.default = SvgThreeDotsLogo;
27
+ //# sourceMappingURL=ThreeDotsLogo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThreeDotsLogo.js","sourceRoot":"","sources":["../../src/logos/ThreeDotsLogo.tsx"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,6BAA8B;AAE9B,SAAS,gBAAgB,CAAC,KAAoC;IAC5D,OAAO,CACL,sCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,cAAc,IACf,KAAK;QAET,gCAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,SAAS,GAAG;QAC7C,wCAAa,0BAA0B;YACrC,2CACY,SAAS,eACT,SAAS,EACnB,CAAC,EAAC,qMAAqM,EACvM,IAAI,EAAC,SAAS,GACd;YACF,2CACY,SAAS,eACT,SAAS,EACnB,CAAC,EAAC,2MAA2M,EAC7M,IAAI,EAAC,SAAS,GACd;YACF,2CACY,SAAS,eACT,SAAS,EACnB,CAAC,EAAC,uMAAuM,EACzM,IAAI,EAAC,SAAS,GACd,CACA;QACJ;YACE,kCAAU,EAAE,EAAC,oBAAoB;gBAC/B,8BACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,IAAI,EAAC,OAAO,EACZ,SAAS,EAAC,gBAAgB,GAC1B,CACO,CACN,CACH,CACP,CAAA;AACH,CAAC;AAED,kBAAe,gBAAgB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SvgThreeDotsLogo(props: React.SVGProps<SVGSVGElement>): JSX.Element;
3
+ export default SvgThreeDotsLogo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfers/design-system",
3
- "version": "2.43.0",
3
+ "version": "2.44.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "xfers",