@agrotools1/at-icons 0.2.5 → 0.2.7
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/{AtAtCurralRegularIcon/AtAtCurralRegularIcon.vue.js → AtCurralRegularIcon/AtCurralRegularIcon.vue.js} +1 -1
- package/dist/AtCurralRegularIcon/AtCurralRegularIcon.vue2.js +4 -0
- package/dist/{AtAtCurralSolidIcon → AtCurralRegularIcon}/index.d.ts +1 -1
- package/dist/AtCurralRegularIcon/index.js +5 -0
- package/dist/{AtAtCurralSolidIcon/AtAtCurralSolidIcon.vue.js → AtCurralSolidIcon/AtCurralSolidIcon.vue.js} +1 -1
- package/dist/AtCurralSolidIcon/AtCurralSolidIcon.vue2.js +4 -0
- package/dist/{AtAtCurralRegularIcon → AtCurralSolidIcon}/index.d.ts +1 -1
- package/dist/AtCurralSolidIcon/index.js +5 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/package.json +1 -1
- package/dist/AtAtCurralRegularIcon/AtAtCurralRegularIcon.vue2.js +0 -4
- package/dist/AtAtCurralRegularIcon/index.js +0 -5
- package/dist/AtAtCurralSolidIcon/AtAtCurralSolidIcon.vue2.js +0 -4
- package/dist/AtAtCurralSolidIcon/index.js +0 -5
- /package/dist/{AtAtCurralRegularIcon/AtAtCurralRegularIcon.d.ts → AtCurralRegularIcon/AtCurralRegularIcon.d.ts} +0 -0
- /package/dist/{AtAtCurralSolidIcon/AtAtCurralSolidIcon.d.ts → AtCurralSolidIcon/AtCurralSolidIcon.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -10,8 +10,8 @@ export * from './AtArrowRightSolidIcon';
|
|
|
10
10
|
export * from './AtArrowUpSolidIcon';
|
|
11
11
|
export * from './AtArvoreRegularIcon';
|
|
12
12
|
export * from './AtArvoreSolidIcon';
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
13
|
+
export * from './AtCurralRegularIcon';
|
|
14
|
+
export * from './AtCurralSolidIcon';
|
|
15
15
|
export * from './AtBellRegularIcon';
|
|
16
16
|
export * from './AtBellSolidIcon';
|
|
17
17
|
export * from './AtBoldRegularIcon';
|
package/dist/index.js
CHANGED
|
@@ -10,8 +10,8 @@ import { AtArrowRightSolidIcon as S } from "./AtArrowRightSolidIcon/index.js";
|
|
|
10
10
|
import { AtArrowUpSolidIcon as s } from "./AtArrowUpSolidIcon/index.js";
|
|
11
11
|
import { AtArvoreRegularIcon as E } from "./AtArvoreRegularIcon/index.js";
|
|
12
12
|
import { AtArvoreSolidIcon as h } from "./AtArvoreSolidIcon/index.js";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
13
|
+
import { AtCurralRegularIcon as k } from "./AtCurralRegularIcon/index.js";
|
|
14
|
+
import { AtCurralSolidIcon as F } from "./AtCurralSolidIcon/index.js";
|
|
15
15
|
import { AtBellRegularIcon as w } from "./AtBellRegularIcon/index.js";
|
|
16
16
|
import { AtBellSolidIcon as L } from "./AtBellSolidIcon/index.js";
|
|
17
17
|
import { AtBoldRegularIcon as U } from "./AtBoldRegularIcon/index.js";
|
|
@@ -197,8 +197,6 @@ export {
|
|
|
197
197
|
s as AtArrowUpSolidIcon,
|
|
198
198
|
E as AtArvoreRegularIcon,
|
|
199
199
|
h as AtArvoreSolidIcon,
|
|
200
|
-
k as AtAtCurralRegularIcon,
|
|
201
|
-
F as AtAtCurralSolidIcon,
|
|
202
200
|
w as AtBellRegularIcon,
|
|
203
201
|
L as AtBellSolidIcon,
|
|
204
202
|
U as AtBoldRegularIcon,
|
|
@@ -239,6 +237,8 @@ export {
|
|
|
239
237
|
Yo as AtCopilotoSolidIcon,
|
|
240
238
|
$o as AtCopyRegularIcon,
|
|
241
239
|
rr as AtCopySolidIcon,
|
|
240
|
+
k as AtCurralRegularIcon,
|
|
241
|
+
F as AtCurralSolidIcon,
|
|
242
242
|
er as AtDesmatamentoSolidIcon,
|
|
243
243
|
nr as AtDoubleArrowLeftSolidIcon,
|
|
244
244
|
pr as AtDoubleArrowRightSolidIcon,
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|