@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.js
CHANGED
|
@@ -1338,6 +1338,36 @@ var BarChart01Icon = ({
|
|
|
1338
1338
|
}
|
|
1339
1339
|
);
|
|
1340
1340
|
var BarChart01Icon_web_default = BarChart01Icon;
|
|
1341
|
+
var BarChart07Icon = ({
|
|
1342
|
+
size = 14,
|
|
1343
|
+
color = "currentColor",
|
|
1344
|
+
className,
|
|
1345
|
+
...props
|
|
1346
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1347
|
+
"svg",
|
|
1348
|
+
{
|
|
1349
|
+
width: size,
|
|
1350
|
+
height: size,
|
|
1351
|
+
viewBox: "0 0 14 14",
|
|
1352
|
+
fill: "none",
|
|
1353
|
+
...props,
|
|
1354
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1355
|
+
className,
|
|
1356
|
+
role: "img",
|
|
1357
|
+
"aria-hidden": "true",
|
|
1358
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1359
|
+
"path",
|
|
1360
|
+
{
|
|
1361
|
+
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",
|
|
1362
|
+
stroke: color,
|
|
1363
|
+
strokeWidth: "1.5",
|
|
1364
|
+
strokeLinecap: "round",
|
|
1365
|
+
strokeLinejoin: "round"
|
|
1366
|
+
}
|
|
1367
|
+
)
|
|
1368
|
+
}
|
|
1369
|
+
);
|
|
1370
|
+
var BarChart07Icon_web_default = BarChart07Icon;
|
|
1341
1371
|
function BarChart10Icon({
|
|
1342
1372
|
size = 15,
|
|
1343
1373
|
className,
|
|
@@ -6632,6 +6662,7 @@ exports.ArrowUpIcon01 = ArrowUpIcon01;
|
|
|
6632
6662
|
exports.AudiomackIcon = AudiomackIcon_web_default;
|
|
6633
6663
|
exports.BankNote03Icon = BankNote03Icon_web_default;
|
|
6634
6664
|
exports.BarChart01Icon = BarChart01Icon_web_default;
|
|
6665
|
+
exports.BarChart07Icon = BarChart07Icon_web_default;
|
|
6635
6666
|
exports.BarChart10Icon = BarChart10Icon;
|
|
6636
6667
|
exports.BellIcon = BellIcon;
|
|
6637
6668
|
exports.BookIcon = BookIcon_web_default;
|