blode-icons-react 0.3.9 → 0.3.10
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/dist/all-icons.d.ts
CHANGED
|
@@ -2211,6 +2211,8 @@ export { default as PeopleRemoveIcon } from './people-remove';
|
|
|
2211
2211
|
export { default as PeopleRemove2Icon } from './people-remove-2';
|
|
2212
2212
|
export { default as PeopleRemove2FilledIcon } from './people-remove-2-filled';
|
|
2213
2213
|
export { default as PeopleRemoveFilledIcon } from './people-remove-filled';
|
|
2214
|
+
export { default as PeopleSquareIcon } from './people-square';
|
|
2215
|
+
export { default as PeopleSquareFilledIcon } from './people-square-filled';
|
|
2214
2216
|
export { default as PeopleVersusIcon } from './people-versus';
|
|
2215
2217
|
export { default as PeopleVersusFilledIcon } from './people-versus-filled';
|
|
2216
2218
|
export { default as PercentIcon } from './percent';
|
package/dist/all-icons.js
CHANGED
|
@@ -2211,6 +2211,8 @@ export { default as PeopleRemoveIcon } from './people-remove';
|
|
|
2211
2211
|
export { default as PeopleRemove2Icon } from './people-remove-2';
|
|
2212
2212
|
export { default as PeopleRemove2FilledIcon } from './people-remove-2-filled';
|
|
2213
2213
|
export { default as PeopleRemoveFilledIcon } from './people-remove-filled';
|
|
2214
|
+
export { default as PeopleSquareIcon } from './people-square';
|
|
2215
|
+
export { default as PeopleSquareFilledIcon } from './people-square-filled';
|
|
2214
2216
|
export { default as PeopleVersusIcon } from './people-versus';
|
|
2215
2217
|
export { default as PeopleVersusFilledIcon } from './people-versus-filled';
|
|
2216
2218
|
export { default as PercentIcon } from './percent';
|
|
@@ -2212,6 +2212,8 @@ const dynamicIconImports = {
|
|
|
2212
2212
|
'PeopleRemove2Icon': () => import('./people-remove-2'),
|
|
2213
2213
|
'PeopleRemove2FilledIcon': () => import('./people-remove-2-filled'),
|
|
2214
2214
|
'PeopleRemoveFilledIcon': () => import('./people-remove-filled'),
|
|
2215
|
+
'PeopleSquareIcon': () => import('./people-square'),
|
|
2216
|
+
'PeopleSquareFilledIcon': () => import('./people-square-filled'),
|
|
2215
2217
|
'PeopleVersusIcon': () => import('./people-versus'),
|
|
2216
2218
|
'PeopleVersusFilledIcon': () => import('./people-versus-filled'),
|
|
2217
2219
|
'PercentIcon': () => import('./percent'),
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { createLucideIcon } from './create-lucide-icon';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
const PeopleSquareFilledIcon = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ref: ref, ...props },
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M14.5002 9.5c0 .663-.2634 1.2989-.7322 1.7678a2.5004 2.5004 0 0 1-3.5357 0 2.5004 2.5004 0 0 1 0-3.5356 2.5003 2.5003 0 0 1 3.5357 0A2.5 2.5 0 0 1 14.5002 9.5m1.7563 7.5H7.7438c-.5088 0-.8925-.42-.6875-.8662.4525-.9875 1.68-2.4675 4.9751-2.4675 3.3101 0 4.4964 1.495 4.9189 2.4825.19.4437-.1913.8512-.6938.8512" }),
|
|
6
|
+
React.createElement("path", { fill: "currentColor", d: "M19 7c0-1.1046-.8954-2-2-2H7c-1.1046 0-2 .8954-2 2v10c0 1.1046.8954 2 2 2h10c1.1046 0 2-.8954 2-2zm2 10c0 2.2092-1.7908 4-4 4H7c-2.2091 0-4-1.7908-4-4V7c0-2.2091 1.7909-4 4-4h10c2.2092 0 4 1.7909 4 4z" }));
|
|
7
|
+
const ForwardRef = forwardRef(PeopleSquareFilledIcon);
|
|
8
|
+
export default createLucideIcon('PeopleSquareFilledIcon', ForwardRef);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createLucideIcon } from './create-lucide-icon';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
const PeopleSquareIcon = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ref: ref, ...props },
|
|
5
|
+
React.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 2, d: "M4 7c0-1.6569 1.3431-3 3-3h10c1.6569 0 3 1.3431 3 3v10c0 1.6569-1.3431 3-3 3H7c-1.6569 0-3-1.3431-3-3z" }),
|
|
6
|
+
React.createElement("circle", { cx: 12, cy: 9.5, r: 2.5, stroke: "currentColor", strokeWidth: 2 }),
|
|
7
|
+
React.createElement("path", { stroke: "currentColor", strokeWidth: 2, d: "M5.7105 19.8531C6.4396 17.0607 8.979 15 12 15s5.5604 2.0607 6.2896 4.8531" }));
|
|
8
|
+
const ForwardRef = forwardRef(PeopleSquareIcon);
|
|
9
|
+
export default createLucideIcon('PeopleSquareIcon', ForwardRef);
|