oolib 2.214.7 → 2.215.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/dist/icons/index.d.ts +4 -0
- package/dist/icons/index.js +2 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -120,6 +120,8 @@ export namespace icons {
|
|
|
120
120
|
export { ArrowsVertical };
|
|
121
121
|
export { CirclesFour };
|
|
122
122
|
export { ArrowLineDown };
|
|
123
|
+
export { ArrowLineLeft };
|
|
124
|
+
export { ArrowLineRight };
|
|
123
125
|
export { PaperPlaneTilt };
|
|
124
126
|
export { NotePencil };
|
|
125
127
|
export { CircleNotch };
|
|
@@ -323,6 +325,8 @@ import { StarIcon as Star } from '@phosphor-icons/react';
|
|
|
323
325
|
import { ArrowsVerticalIcon as ArrowsVertical } from '@phosphor-icons/react';
|
|
324
326
|
import { CirclesFourIcon as CirclesFour } from '@phosphor-icons/react';
|
|
325
327
|
import { ArrowLineDownIcon as ArrowLineDown } from '@phosphor-icons/react';
|
|
328
|
+
import { ArrowLineLeftIcon as ArrowLineLeft } from '@phosphor-icons/react';
|
|
329
|
+
import { ArrowLineRightIcon as ArrowLineRight } from '@phosphor-icons/react';
|
|
326
330
|
import { PaperPlaneTiltIcon as PaperPlaneTilt } from '@phosphor-icons/react';
|
|
327
331
|
import { NotePencilIcon as NotePencil } from '@phosphor-icons/react';
|
|
328
332
|
import { CircleNotchIcon as CircleNotch } from '@phosphor-icons/react';
|
package/dist/icons/index.js
CHANGED
|
@@ -125,6 +125,8 @@ exports.icons = {
|
|
|
125
125
|
ArrowsVertical: react_1.ArrowsVerticalIcon,
|
|
126
126
|
CirclesFour: react_1.CirclesFourIcon,
|
|
127
127
|
ArrowLineDown: react_1.ArrowLineDownIcon,
|
|
128
|
+
ArrowLineLeft: react_1.ArrowLineLeftIcon,
|
|
129
|
+
ArrowLineRight: react_1.ArrowLineRightIcon,
|
|
128
130
|
PaperPlaneTilt: react_1.PaperPlaneTiltIcon,
|
|
129
131
|
NotePencil: react_1.NotePencilIcon,
|
|
130
132
|
CircleNotch: react_1.CircleNotchIcon,
|