@lifesg/react-icons 1.1.0 → 1.2.0

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.
@@ -0,0 +1,5 @@
1
+ import { SVGProps } from "react";
2
+ export declare const MinusSquareFillIcon: {
3
+ (props: SVGProps<SVGSVGElement>): JSX.Element;
4
+ displayName: string;
5
+ };
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";const i=i=>e("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:e("path",{d:"M7 10.75H13V9.25H7V10.75ZM4.5 17C4.08333 17 3.72933 16.854 3.438 16.562C3.146 16.2707 3 15.9167 3 15.5V4.5C3 4.08333 3.146 3.72933 3.438 3.438C3.72933 3.146 4.08333 3 4.5 3H15.5C15.9167 3 16.2707 3.146 16.562 3.438C16.854 3.72933 17 4.08333 17 4.5V15.5C17 15.9167 16.854 16.2707 16.562 16.562C16.2707 16.854 15.9167 17 15.5 17H4.5Z",fill:"currentColor"})});i.displayName="MinusSquareFillIcon";export{i as MinusSquareFillIcon};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const r=r=>e.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M7 10.75H13V9.25H7V10.75ZM4.5 17C4.08333 17 3.72933 16.854 3.438 16.562C3.146 16.2707 3 15.9167 3 15.5V4.5C3 4.08333 3.146 3.72933 3.438 3.438C3.72933 3.146 4.08333 3 4.5 3H15.5C15.9167 3 16.2707 3.146 16.562 3.438C16.854 3.72933 17 4.08333 17 4.5V15.5C17 15.9167 16.854 16.2707 16.562 16.562C16.2707 16.854 15.9167 17 15.5 17H4.5Z",fill:"currentColor"})});r.displayName="MinusSquareFillIcon",exports.MinusSquareFillIcon=r;
@@ -0,0 +1,5 @@
1
+ import { SVGProps } from "react";
2
+ export declare const MinusSquareIcon: {
3
+ (props: SVGProps<SVGSVGElement>): JSX.Element;
4
+ displayName: string;
5
+ };
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";const r=r=>e("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:e("path",{d:"M7 10.75H13V9.25H7V10.75ZM4.5 17C4.08333 17 3.72933 16.854 3.438 16.562C3.146 16.2707 3 15.9167 3 15.5V4.5C3 4.08333 3.146 3.72933 3.438 3.438C3.72933 3.146 4.08333 3 4.5 3H15.5C15.9167 3 16.2707 3.146 16.562 3.438C16.854 3.72933 17 4.08333 17 4.5V15.5C17 15.9167 16.854 16.2707 16.562 16.562C16.2707 16.854 15.9167 17 15.5 17H4.5ZM4.5 15.5H15.5V4.5H4.5V15.5Z",fill:"currentColor"})});r.displayName="MinusSquareIcon";export{r as MinusSquareIcon};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const r=r=>e.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M7 10.75H13V9.25H7V10.75ZM4.5 17C4.08333 17 3.72933 16.854 3.438 16.562C3.146 16.2707 3 15.9167 3 15.5V4.5C3 4.08333 3.146 3.72933 3.438 3.438C3.72933 3.146 4.08333 3 4.5 3H15.5C15.9167 3 16.2707 3.146 16.562 3.438C16.854 3.72933 17 4.08333 17 4.5V15.5C17 15.9167 16.854 16.2707 16.562 16.562C16.2707 16.854 15.9167 17 15.5 17H4.5ZM4.5 15.5H15.5V4.5H4.5V15.5Z",fill:"currentColor"})});r.displayName="MinusSquareIcon",exports.MinusSquareIcon=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifesg/react-icons",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "An icon component library for LifeSG and BookingSG web apps",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",