@lifesg/react-icons 1.4.0 → 1.6.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.
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/eraser.d.ts +5 -0
- package/eraser.esm.js +1 -0
- package/eraser.js +1 -0
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.ts.esm.js +1 -1
- package/index.ts.js +1 -1
- package/package.json +2 -2
- package/tablet-fill.d.ts +5 -0
- package/tablet-fill.esm.js +1 -0
- package/tablet-fill.js +1 -0
- package/tablet.d.ts +5 -0
- package/tablet.esm.js +1 -0
- package/tablet.js +1 -0
package/eraser.d.ts
ADDED
package/eraser.esm.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as e,jsx as l}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:[l("rect",{width:20,height:20,fill:"#D8D8D8",fillOpacity:.01}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.7779 15.5556H9.9876L16.504 9.03919C16.721 8.82219 16.721 8.47063 16.504 8.25358L11.7465 3.49612C11.5295 3.27912 11.178 3.27912 10.9609 3.49612L3.8247 10.6321C3.50786 10.9489 3.33342 11.3699 3.33342 11.8181C3.33342 12.2663 3.50786 12.6873 3.8247 13.0038L6.37631 15.5556H2.2223C1.91553 15.5556 1.66675 15.8044 1.66675 16.1112C1.66675 16.4179 1.91553 16.6667 2.2223 16.6667H17.7779C18.0847 16.6667 18.3334 16.4179 18.3334 16.1112C18.3334 15.8044 18.0847 15.5556 17.7779 15.5556ZM11.3537 4.67452L15.3256 8.64641L10.957 13.0148L6.9852 9.04302L11.3537 4.67452ZM4.61025 11.418C4.50342 11.5249 4.44453 11.667 4.44453 11.8181C4.44453 11.9691 4.50342 12.1113 4.61025 12.2179L7.78193 15.3899C7.99565 15.6037 8.36865 15.6037 8.58187 15.3899L10.1714 13.8004L6.19959 9.82864L4.61025 11.418Z",fill:"currentColor"})]});i.displayName="EraserIcon";export{i as EraserIcon};
|
package/eraser.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const r=r=>e.jsxs("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[e.jsx("rect",{width:20,height:20,fill:"#D8D8D8",fillOpacity:.01}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.7779 15.5556H9.9876L16.504 9.03919C16.721 8.82219 16.721 8.47063 16.504 8.25358L11.7465 3.49612C11.5295 3.27912 11.178 3.27912 10.9609 3.49612L3.8247 10.6321C3.50786 10.9489 3.33342 11.3699 3.33342 11.8181C3.33342 12.2663 3.50786 12.6873 3.8247 13.0038L6.37631 15.5556H2.2223C1.91553 15.5556 1.66675 15.8044 1.66675 16.1112C1.66675 16.4179 1.91553 16.6667 2.2223 16.6667H17.7779C18.0847 16.6667 18.3334 16.4179 18.3334 16.1112C18.3334 15.8044 18.0847 15.5556 17.7779 15.5556ZM11.3537 4.67452L15.3256 8.64641L10.957 13.0148L6.9852 9.04302L11.3537 4.67452ZM4.61025 11.418C4.50342 11.5249 4.44453 11.667 4.44453 11.8181C4.44453 11.9691 4.50342 12.1113 4.61025 12.2179L7.78193 15.3899C7.99565 15.6037 8.36865 15.6037 8.58187 15.3899L10.1714 13.8004L6.19959 9.82864L4.61025 11.418Z",fill:"currentColor"})]});r.displayName="EraserIcon",exports.EraserIcon=r;
|
package/index.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ export * from "./envelope-fill";
|
|
|
88
88
|
export * from "./envelope-open-fill";
|
|
89
89
|
export * from "./envelope-open";
|
|
90
90
|
export * from "./envelope";
|
|
91
|
+
export * from "./eraser";
|
|
91
92
|
export * from "./exclamation-circle-fill";
|
|
92
93
|
export * from "./exclamation-circle";
|
|
93
94
|
export * from "./exclamation-triangle-fill";
|
|
@@ -185,6 +186,8 @@ export * from "./square";
|
|
|
185
186
|
export * from "./star-fill";
|
|
186
187
|
export * from "./star-half";
|
|
187
188
|
export * from "./star";
|
|
189
|
+
export * from "./tablet-fill";
|
|
190
|
+
export * from "./tablet";
|
|
188
191
|
export * from "./text-fill";
|
|
189
192
|
export * from "./text";
|
|
190
193
|
export * from "./tick-circle-fill";
|