@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indxsearch/pixl",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "7x5 pixel React icons by Indx Search.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- type IconProps = {
3
- color?: string;
4
- size?: number | string;
5
- };
6
- declare const Filter_alt: React.FC<IconProps>;
7
- export default Filter_alt;
@@ -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
File without changes
File without changes