@popsure/dirty-swan 0.54.8 → 0.54.9
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/cjs/index.js +5 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/components/icon/icons/Blog.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/index.d.ts +1 -0
- package/dist/esm/components/icon/icons/Blog.js +13 -0
- package/dist/esm/components/icon/icons/Blog.js.map +1 -0
- package/dist/esm/components/icon/icons.stories.js +2 -1
- package/dist/esm/components/icon/icons.stories.js.map +1 -1
- package/dist/esm/components/icon/index.stories.js +2 -1
- package/dist/esm/components/icon/index.stories.js.map +1 -1
- package/dist/esm/{index-7506ae25.js → index-1e99069d.js} +3 -1
- package/dist/esm/{index-7506ae25.js.map → index-1e99069d.js.map} +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lib/components/icon/icons/Blog.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/components/icon/assets/blog.svg +3 -0
- package/src/lib/components/icon/icons/Blog.tsx +15 -0
- package/src/lib/components/icon/icons/index.ts +1 -0
package/dist/cjs/index.js
CHANGED
|
@@ -2505,6 +2505,10 @@ var Bell = (function (props) {
|
|
|
2505
2505
|
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M13.46 21A2 2 0 0 1 10 21m8-13A6 6 0 1 0 6 8c0 7-3 9-3 9h18s-3-2-3-9Z" }));
|
|
2506
2506
|
});
|
|
2507
2507
|
|
|
2508
|
+
var Blog = (function (props) {
|
|
2509
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M8 8h8m-8 4h8m-8 4h3m10 4.2V3.8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16.4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2Z" }));
|
|
2510
|
+
});
|
|
2511
|
+
|
|
2508
2512
|
var Bluetooth = (function (props) {
|
|
2509
2513
|
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m7 6.5 11 11-5.5 5.5V1L18 6.5l-11 11" }));
|
|
2510
2514
|
});
|
|
@@ -14769,6 +14773,7 @@ exports.BatteryChargingIcon = BatteryCharging;
|
|
|
14769
14773
|
exports.BatteryIcon = Battery;
|
|
14770
14774
|
exports.BellIcon = Bell;
|
|
14771
14775
|
exports.BellOffIcon = BellOff;
|
|
14776
|
+
exports.BlogIcon = Blog;
|
|
14772
14777
|
exports.BluetoothIcon = Bluetooth;
|
|
14773
14778
|
exports.BoldIcon = Bold;
|
|
14774
14779
|
exports.BookIcon = Book;
|