@postal-music/icons 0.1.20 → 0.1.21
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/index.js +31 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +15 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +15 -1
- package/dist/index.native.mjs.map +1 -1
- package/dist/types/icons/charts/BarChart07Icon.d.ts +8 -0
- package/dist/types/icons/charts/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/icons/charts/BarChart07Icon.native.tsx +25 -0
- package/src/icons/charts/BarChart07Icon.web.tsx +36 -0
- package/src/icons/charts/index.ts +1 -0
package/dist/index.native.js
CHANGED
|
@@ -852,6 +852,20 @@ var BarChart01Icon = ({
|
|
|
852
852
|
}
|
|
853
853
|
) });
|
|
854
854
|
var BarChart01Icon_native_default = BarChart01Icon;
|
|
855
|
+
var BarChart07Icon = ({
|
|
856
|
+
size = 14,
|
|
857
|
+
color = "#000000"
|
|
858
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 14 14", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
859
|
+
Svg.Path,
|
|
860
|
+
{
|
|
861
|
+
d: "M12.25 12.25H3.61667C2.96327 12.25 2.63657 12.25 2.38701 12.1228C2.16749 12.011 1.98901 11.8325 1.87716 11.613C1.75 11.3634 1.75 11.0367 1.75 10.3833V1.75M4.08333 6.125V10.2083M6.70833 3.20833V10.2083M9.33333 6.125V10.2083M11.9583 3.20833V10.2083",
|
|
862
|
+
stroke: color,
|
|
863
|
+
strokeWidth: "1.5",
|
|
864
|
+
strokeLinecap: "round",
|
|
865
|
+
strokeLinejoin: "round"
|
|
866
|
+
}
|
|
867
|
+
) });
|
|
868
|
+
var BarChart07Icon_native_default = BarChart07Icon;
|
|
855
869
|
var BarChart10Icon = ({ size = 15 }) => {
|
|
856
870
|
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 15 15", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
857
871
|
Svg.Path,
|
|
@@ -4773,6 +4787,7 @@ exports.ArrowUpIcon01 = ArrowUpIcon01;
|
|
|
4773
4787
|
exports.AudiomackIcon = AudiomackIcon_native_default;
|
|
4774
4788
|
exports.BankNote03Icon = BankNote03Icon_native_default;
|
|
4775
4789
|
exports.BarChart01Icon = BarChart01Icon_native_default;
|
|
4790
|
+
exports.BarChart07Icon = BarChart07Icon_native_default;
|
|
4776
4791
|
exports.BarChart10Icon = BarChart10Icon_native_default;
|
|
4777
4792
|
exports.BellIcon = BellIcon_native_default;
|
|
4778
4793
|
exports.BookIcon = BookIcon_native_default;
|