@indxsearch/pixl 1.0.8 → 1.0.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/package.json +1 -1
- package/dist/Filter_alt.d.ts +0 -7
- package/dist/Filter_alt.js +0 -8
- /package/dist/{GPS_my_location.d.ts → Gps_my_location.d.ts} +0 -0
- /package/dist/{GPS_my_location.js → Gps_my_location.js} +0 -0
- /package/dist/{GPS_pin.d.ts → Gps_pin.d.ts} +0 -0
- /package/dist/{GPS_pin.js → Gps_pin.js} +0 -0
- /package/dist/{RAM.d.ts → Ram.d.ts} +0 -0
- /package/dist/{RAM.js → Ram.js} +0 -0
- /package/dist/{RSS_feed.d.ts → Rss_feed.d.ts} +0 -0
- /package/dist/{RSS_feed.js → Rss_feed.js} +0 -0
package/package.json
CHANGED
package/dist/Filter_alt.d.ts
DELETED
package/dist/Filter_alt.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const Filter_alt = ({ color = "black", size = 21, }) => {
|
|
3
|
-
const aspectRatio = 0.7142857142857143;
|
|
4
|
-
const width = size;
|
|
5
|
-
const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
|
|
6
|
-
return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M5 3H4V5H3V3H2V2H5V3ZM7 0V1H6V2H5V1H2V2H1V1H0V0H7Z", fill: color }) }));
|
|
7
|
-
};
|
|
8
|
-
export default Filter_alt;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{RAM.js → Ram.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|