@clubmed/trident-icons 1.13.0 → 1.13.1
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/BellMultiple-D6ytLpud.js +6 -0
- package/BellMultiple-D6ytLpud.js.map +1 -0
- package/CHANGELOG.md +7 -0
- package/assets/Utilities/BellMultiple.svg +1 -1
- package/assets/icons-metadata.json +1 -1
- package/package.json +1 -1
- package/svg/Utilities.js +1 -1
- package/BellMultiple-CeDvk89_.js +0 -6
- package/BellMultiple-CeDvk89_.js.map +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as l from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ l.createElement("svg", { id: "BellMultiple", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "none", ...e }, /* @__PURE__ */ l.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.02 7.26a7.7 7.7 0 0 0-5.72 6.7l-.18 1.89a8 8 0 0 1-.55 2.22l-1.41 3.54Q5 22 5 22.42q0 .32.12.59l.1.26.37.71c.44.83 1.13 1.5 1.96 1.91a1 1 0 1 0 .9-1.78q-.49-.26-.83-.67c1.6-.9 3.35-1.48 5.13-1.75L12 24a2 2 0 1 0 1.4.57l.98-3.03c2.53-.1 5.08.42 7.4 1.58-1.65 1-3.5 1.62-5.43 1.83l-.46.06a1 1 0 0 0 .22 1.98l.46-.05c2.83-.31 5.5-1.4 7.75-3.15a1 1 0 0 0 .3-.38q.36-.4.38-.99 0-.42-.16-.81L23.8 19q-1.17-.03-2.26-.28l.03.1.98 2.45a17.2 17.2 0 0 0-15.1 0l.98-2.45q.53-1.34.68-2.77l.18-1.89a5.7 5.7 0 0 1 3.79-4.83 11 11 0 0 1-.06-2.07", clipRule: "evenodd" }), /* @__PURE__ */ l.createElement("rect", { width: 18, height: 18, x: 14, fill: "#fdbe00", rx: 9 }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=BellMultiple-D6ytLpud.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BellMultiple-D6ytLpud.js","sources":["../lib/assets/Utilities/BellMultiple.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgBellMultiple = (props) => /* @__PURE__ */ React.createElement(\"svg\", { id: \"BellMultiple\", xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 32 32\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fill: \"currentColor\", fillRule: \"evenodd\", d: \"M13.02 7.26a7.7 7.7 0 0 0-5.72 6.7l-.18 1.89a8 8 0 0 1-.55 2.22l-1.41 3.54Q5 22 5 22.42q0 .32.12.59l.1.26.37.71c.44.83 1.13 1.5 1.96 1.91a1 1 0 1 0 .9-1.78q-.49-.26-.83-.67c1.6-.9 3.35-1.48 5.13-1.75L12 24a2 2 0 1 0 1.4.57l.98-3.03c2.53-.1 5.08.42 7.4 1.58-1.65 1-3.5 1.62-5.43 1.83l-.46.06a1 1 0 0 0 .22 1.98l.46-.05c2.83-.31 5.5-1.4 7.75-3.15a1 1 0 0 0 .3-.38q.36-.4.38-.99 0-.42-.16-.81L23.8 19q-1.17-.03-2.26-.28l.03.1.98 2.45a17.2 17.2 0 0 0-15.1 0l.98-2.45q.53-1.34.68-2.77l.18-1.89a5.7 5.7 0 0 1 3.79-4.83 11 11 0 0 1-.06-2.07\", clipRule: \"evenodd\" }), /* @__PURE__ */ React.createElement(\"rect\", { width: 18, height: 18, x: 14, fill: \"#fdbe00\", rx: 9 }));\nexport default SvgBellMultiple;\n"],"names":["SvgBellMultiple","props","React"],"mappings":";AACK,MAACA,IAAkB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,IAAI,gBAAgB,OAAO,8BAA8B,SAAS,aAAa,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,MAAM,gBAAgB,UAAU,WAAW,GAAG,yhBAAyhB,UAAU,UAAS,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,OAAO,IAAI,QAAQ,IAAI,GAAG,IAAI,MAAM,WAAW,IAAI,GAAG,CAAC;"}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# ClubMed React UI components changelog
|
|
2
2
|
|
|
3
|
+
## [1.13.1](https://scm.clubmed.com/clubmed/ui/trident-icons/compare/v1.13.0...v1.13.1) (2026-03-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* bell multiple icon ([49d1240](https://scm.clubmed.com/clubmed/ui/trident-icons/-/commit/49d1240c2b0f49e0a1cc9f1fe4e55d314f85af54))
|
|
9
|
+
|
|
3
10
|
# [1.13.0](https://scm.clubmed.com/clubmed/ui/trident-icons/compare/v1.12.0...v1.13.0) (2026-03-18)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<svg id="
|
|
1
|
+
<svg id="BellMultiple" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
2
2
|
<path fill="currentColor" fill-rule="evenodd" d="M13.02 7.26a7.7 7.7 0 0 0-5.72 6.7l-.18 1.89a8 8 0 0 1-.55 2.22l-1.41 3.54Q5 22 5 22.42q0 .32.12.59l.1.26.37.71c.44.83 1.13 1.5 1.96 1.91a1 1 0 1 0 .9-1.78q-.49-.26-.83-.67c1.6-.9 3.35-1.48 5.13-1.75L12 24a2 2 0 1 0 1.4.57l.98-3.03c2.53-.1 5.08.42 7.4 1.58-1.65 1-3.5 1.62-5.43 1.83l-.46.06a1 1 0 0 0 .22 1.98l.46-.05c2.83-.31 5.5-1.4 7.75-3.15a1 1 0 0 0 .3-.38q.36-.4.38-.99 0-.42-.16-.81L23.8 19q-1.17-.03-2.26-.28l.03.1.98 2.45a17.2 17.2 0 0 0-15.1 0l.98-2.45q.53-1.34.68-2.77l.18-1.89a5.7 5.7 0 0 1 3.79-4.83 11 11 0 0 1-.06-2.07" clip-rule="evenodd"/><rect width="18" height="18" x="14" fill="#fdbe00" rx="9"/></svg>
|
package/package.json
CHANGED
package/svg/Utilities.js
CHANGED
package/BellMultiple-CeDvk89_.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as l from "react";
|
|
2
|
-
const t = (e) => /* @__PURE__ */ l.createElement("svg", { id: "Bell", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "none", ...e }, /* @__PURE__ */ l.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.02 7.26a7.7 7.7 0 0 0-5.72 6.7l-.18 1.89a8 8 0 0 1-.55 2.22l-1.41 3.54Q5 22 5 22.42q0 .32.12.59l.1.26.37.71c.44.83 1.13 1.5 1.96 1.91a1 1 0 1 0 .9-1.78q-.49-.26-.83-.67c1.6-.9 3.35-1.48 5.13-1.75L12 24a2 2 0 1 0 1.4.57l.98-3.03c2.53-.1 5.08.42 7.4 1.58-1.65 1-3.5 1.62-5.43 1.83l-.46.06a1 1 0 0 0 .22 1.98l.46-.05c2.83-.31 5.5-1.4 7.75-3.15a1 1 0 0 0 .3-.38q.36-.4.38-.99 0-.42-.16-.81L23.8 19q-1.17-.03-2.26-.28l.03.1.98 2.45a17.2 17.2 0 0 0-15.1 0l.98-2.45q.53-1.34.68-2.77l.18-1.89a5.7 5.7 0 0 1 3.79-4.83 11 11 0 0 1-.06-2.07", clipRule: "evenodd" }), /* @__PURE__ */ l.createElement("rect", { width: 18, height: 18, x: 14, fill: "#fdbe00", rx: 9 }));
|
|
3
|
-
export {
|
|
4
|
-
t as default
|
|
5
|
-
};
|
|
6
|
-
//# sourceMappingURL=BellMultiple-CeDvk89_.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BellMultiple-CeDvk89_.js","sources":["../lib/assets/Utilities/BellMultiple.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgBellMultiple = (props) => /* @__PURE__ */ React.createElement(\"svg\", { id: \"Bell\", xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 32 32\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { fill: \"currentColor\", fillRule: \"evenodd\", d: \"M13.02 7.26a7.7 7.7 0 0 0-5.72 6.7l-.18 1.89a8 8 0 0 1-.55 2.22l-1.41 3.54Q5 22 5 22.42q0 .32.12.59l.1.26.37.71c.44.83 1.13 1.5 1.96 1.91a1 1 0 1 0 .9-1.78q-.49-.26-.83-.67c1.6-.9 3.35-1.48 5.13-1.75L12 24a2 2 0 1 0 1.4.57l.98-3.03c2.53-.1 5.08.42 7.4 1.58-1.65 1-3.5 1.62-5.43 1.83l-.46.06a1 1 0 0 0 .22 1.98l.46-.05c2.83-.31 5.5-1.4 7.75-3.15a1 1 0 0 0 .3-.38q.36-.4.38-.99 0-.42-.16-.81L23.8 19q-1.17-.03-2.26-.28l.03.1.98 2.45a17.2 17.2 0 0 0-15.1 0l.98-2.45q.53-1.34.68-2.77l.18-1.89a5.7 5.7 0 0 1 3.79-4.83 11 11 0 0 1-.06-2.07\", clipRule: \"evenodd\" }), /* @__PURE__ */ React.createElement(\"rect\", { width: 18, height: 18, x: 14, fill: \"#fdbe00\", rx: 9 }));\nexport default SvgBellMultiple;\n"],"names":["SvgBellMultiple","props","React"],"mappings":";AACK,MAACA,IAAkB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,IAAI,QAAQ,OAAO,8BAA8B,SAAS,aAAa,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,MAAM,gBAAgB,UAAU,WAAW,GAAG,yhBAAyhB,UAAU,UAAS,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,OAAO,IAAI,QAAQ,IAAI,GAAG,IAAI,MAAM,WAAW,IAAI,GAAG,CAAC;"}
|