@towsila/icons 1.0.2 → 1.0.3

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": "@towsila/icons",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Towsila icon library",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -22,6 +22,7 @@ export default function LightMode({ width = 24, height = 24, color = "white", ..
22
22
  <ClipPath id="clip0_1714_15036">
23
23
  <Rect width={width} height={height} fill="white" transform="matrix(0 1 -1 0 24 0)"/>
24
24
  </ClipPath>
25
- </Defs> </Svg>
25
+ </Defs>
26
+ </Svg>
26
27
  )
27
28
  }