@ncds/ui-admin-icon 0.1.6 → 0.1.8
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/assets/line/align-bottom-03.svg +3 -0
- package/assets/line/align-horizontal-centre-03.svg +3 -0
- package/assets/line/align-left-03.svg +3 -0
- package/assets/line/align-right-03.svg +3 -0
- package/assets/line/align-top-03.svg +3 -0
- package/assets/line/align-vertical-center-03.svg +3 -0
- package/assets/line/button.svg +3 -0
- package/assets/line/cart-alert.svg +3 -0
- package/assets/line/circle.svg +3 -0
- package/assets/line/coin-stopwatch.svg +3 -0
- package/assets/line/dotted-line-1.svg +3 -0
- package/assets/line/dotted-line-2.svg +3 -0
- package/assets/line/dotted-line-arrow-both.svg +3 -0
- package/assets/line/dotted-line-arrow-left.svg +3 -0
- package/assets/line/dotted-line-arrow-right.svg +3 -0
- package/assets/line/pill.svg +3 -0
- package/assets/line/ratio-1-by-1.svg +3 -0
- package/assets/line/ratio-16-by-9.svg +3 -0
- package/assets/line/ratio-2-by-3.svg +3 -0
- package/assets/line/ratio-3-by-2.svg +3 -0
- package/assets/line/ratio-3-by-4.svg +3 -0
- package/assets/line/ratio-4-by-3.svg +3 -0
- package/assets/line/ratio-9-by-16.svg +3 -0
- package/assets/line/rectangle-round.svg +3 -0
- package/assets/line/rectangle-slider.svg +3 -0
- package/assets/line/rectangle.svg +3 -0
- package/assets/line/section-bottom.svg +3 -0
- package/assets/line/section-center.svg +3 -0
- package/assets/line/section-top.svg +3 -0
- package/assets/line/section.svg +3 -0
- package/assets/line/shopping-bag-alert.svg +3 -0
- package/assets/line/shopping-bag-repeat.svg +3 -0
- package/assets/line/shopping-bag-x.svg +3 -0
- package/assets/line/solid-line-1.svg +3 -0
- package/assets/line/solid-line-2.svg +4 -0
- package/assets/line/solid-line-arrow-both.svg +3 -0
- package/assets/line/solid-line-arrow-left.svg +3 -0
- package/assets/line/solid-line-arrow-right.svg +3 -0
- package/assets/line/square.svg +3 -0
- package/assets/social/apple.svg +3 -0
- package/assets/social/facebook.svg +11 -0
- package/assets/social/google.svg +13 -0
- package/assets/social/instagram.svg +12 -0
- package/assets/social/kakao.svg +10 -0
- package/assets/social/naver-blog.svg +22 -0
- package/assets/social/naver.svg +10 -0
- package/assets/social/payco.svg +16 -0
- package/assets/social/tiktok.svg +5 -0
- package/assets/social/tistory.svg +8 -0
- package/assets/social/vemeo.svg +3 -0
- package/assets/social/x.svg +3 -0
- package/assets/social/youtube.svg +11 -0
- package/assets/solid/alignment-bottom-center.svg +3 -0
- package/assets/solid/alignment-center.svg +3 -0
- package/assets/solid/alignment-horizontal.svg +3 -0
- package/assets/solid/alignment-left-center.svg +3 -0
- package/assets/solid/alignment-left-end.svg +3 -0
- package/assets/solid/alignment-left-start.svg +3 -0
- package/assets/solid/alignment-right-center.svg +3 -0
- package/assets/solid/alignment-right-end.svg +3 -0
- package/assets/solid/alignment-right-start.svg +3 -0
- package/assets/solid/alignment-top-center.svg +3 -0
- package/assets/solid/alignment-vertical.svg +3 -0
- package/dist/cjs/components/AlignBottom03.js +39 -0
- package/dist/cjs/components/AlignHorizontalCentre03.js +39 -0
- package/dist/cjs/components/AlignLeft03.js +39 -0
- package/dist/cjs/components/AlignRight03.js +39 -0
- package/dist/cjs/components/AlignTop03.js +39 -0
- package/dist/cjs/components/AlignVerticalCenter03.js +39 -0
- package/dist/cjs/components/AlignmentBottomCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentHorizontalFill.js +39 -0
- package/dist/cjs/components/AlignmentLeftCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentLeftEndFill.js +39 -0
- package/dist/cjs/components/AlignmentLeftStartFill.js +39 -0
- package/dist/cjs/components/AlignmentRightCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentRightEndFill.js +39 -0
- package/dist/cjs/components/AlignmentRightStartFill.js +39 -0
- package/dist/cjs/components/AlignmentTopCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentVerticalFill.js +39 -0
- package/dist/cjs/components/Button.js +39 -0
- package/dist/cjs/components/CartAlert.js +39 -0
- package/dist/cjs/components/Circle.js +39 -0
- package/dist/cjs/components/CoinStopwatch.js +39 -0
- package/dist/cjs/components/DottedLine1.js +39 -0
- package/dist/cjs/components/DottedLine2.js +39 -0
- package/dist/cjs/components/DottedLineArrowBoth.js +39 -0
- package/dist/cjs/components/DottedLineArrowLeft.js +39 -0
- package/dist/cjs/components/DottedLineArrowRight.js +39 -0
- package/dist/cjs/components/Pill.js +39 -0
- package/dist/cjs/components/Ratio16By9.js +39 -0
- package/dist/cjs/components/Ratio1By1.js +39 -0
- package/dist/cjs/components/Ratio2By3.js +39 -0
- package/dist/cjs/components/Ratio3By2.js +39 -0
- package/dist/cjs/components/Ratio3By4.js +39 -0
- package/dist/cjs/components/Ratio4By3.js +39 -0
- package/dist/cjs/components/Ratio9By16.js +39 -0
- package/dist/cjs/components/Rectangle.js +39 -0
- package/dist/cjs/components/RectangleRound.js +39 -0
- package/dist/cjs/components/RectangleSlider.js +39 -0
- package/dist/cjs/components/Section.js +39 -0
- package/dist/cjs/components/SectionBottom.js +39 -0
- package/dist/cjs/components/SectionCenter.js +39 -0
- package/dist/cjs/components/SectionTop.js +39 -0
- package/dist/cjs/components/ShoppingBagAlert.js +39 -0
- package/dist/cjs/components/ShoppingBagRepeat.js +39 -0
- package/dist/cjs/components/ShoppingBagX.js +39 -0
- package/dist/cjs/components/SocialApple.js +39 -0
- package/dist/cjs/components/SocialFacebook.js +44 -0
- package/dist/cjs/components/SocialGoogle.js +46 -0
- package/dist/cjs/components/SocialInstagram.js +44 -0
- package/dist/cjs/components/SocialKakao.js +43 -0
- package/dist/cjs/components/SocialNaver.js +43 -0
- package/dist/cjs/components/SocialNaverBlog.js +54 -0
- package/dist/cjs/components/SocialPayco.js +47 -0
- package/dist/cjs/components/SocialTiktok.js +41 -0
- package/dist/cjs/components/SocialTistory.js +39 -0
- package/dist/cjs/components/SocialVemeo.js +39 -0
- package/dist/cjs/components/SocialX.js +39 -0
- package/dist/cjs/components/SocialYoutube.js +44 -0
- package/dist/cjs/components/SolidLine1.js +39 -0
- package/dist/cjs/components/SolidLine2.js +39 -0
- package/dist/cjs/components/SolidLineArrowBoth.js +39 -0
- package/dist/cjs/components/SolidLineArrowLeft.js +39 -0
- package/dist/cjs/components/SolidLineArrowRight.js +39 -0
- package/dist/cjs/components/Square.js +39 -0
- package/dist/cjs/components/index.js +177 -50
- package/dist/cjs/map/0.js +7 -0
- package/dist/cjs/map/1.js +2 -0
- package/dist/cjs/map/2.js +4 -0
- package/dist/cjs/map/3.js +7 -0
- package/dist/cjs/map/4.js +4 -0
- package/dist/cjs/map/5.js +6 -0
- package/dist/cjs/map/6.js +2 -0
- package/dist/cjs/map/7.js +2 -0
- package/dist/cjs/map/8.js +4 -0
- package/dist/cjs/map/9.js +4 -0
- package/dist/cjs/map/a.js +5 -0
- package/dist/cjs/map/c.js +2 -0
- package/dist/cjs/map/d.js +2 -0
- package/dist/cjs/map/e.js +3 -0
- package/dist/cjs/map/f.js +9 -0
- package/dist/esm/components/AlignBottom03.js +4 -0
- package/dist/esm/components/AlignHorizontalCentre03.js +4 -0
- package/dist/esm/components/AlignLeft03.js +4 -0
- package/dist/esm/components/AlignRight03.js +4 -0
- package/dist/esm/components/AlignTop03.js +4 -0
- package/dist/esm/components/AlignVerticalCenter03.js +4 -0
- package/dist/esm/components/AlignmentBottomCenterFill.js +4 -0
- package/dist/esm/components/AlignmentCenterFill.js +4 -0
- package/dist/esm/components/AlignmentHorizontalFill.js +4 -0
- package/dist/esm/components/AlignmentLeftCenterFill.js +4 -0
- package/dist/esm/components/AlignmentLeftEndFill.js +4 -0
- package/dist/esm/components/AlignmentLeftStartFill.js +4 -0
- package/dist/esm/components/AlignmentRightCenterFill.js +4 -0
- package/dist/esm/components/AlignmentRightEndFill.js +4 -0
- package/dist/esm/components/AlignmentRightStartFill.js +4 -0
- package/dist/esm/components/AlignmentTopCenterFill.js +4 -0
- package/dist/esm/components/AlignmentVerticalFill.js +4 -0
- package/dist/esm/components/Button.js +4 -0
- package/dist/esm/components/CartAlert.js +4 -0
- package/dist/esm/components/Circle.js +4 -0
- package/dist/esm/components/CoinStopwatch.js +4 -0
- package/dist/esm/components/DottedLine1.js +4 -0
- package/dist/esm/components/DottedLine2.js +4 -0
- package/dist/esm/components/DottedLineArrowBoth.js +4 -0
- package/dist/esm/components/DottedLineArrowLeft.js +4 -0
- package/dist/esm/components/DottedLineArrowRight.js +4 -0
- package/dist/esm/components/Pill.js +4 -0
- package/dist/esm/components/Ratio16By9.js +4 -0
- package/dist/esm/components/Ratio1By1.js +4 -0
- package/dist/esm/components/Ratio2By3.js +4 -0
- package/dist/esm/components/Ratio3By2.js +4 -0
- package/dist/esm/components/Ratio3By4.js +4 -0
- package/dist/esm/components/Ratio4By3.js +4 -0
- package/dist/esm/components/Ratio9By16.js +4 -0
- package/dist/esm/components/Rectangle.js +4 -0
- package/dist/esm/components/RectangleRound.js +4 -0
- package/dist/esm/components/RectangleSlider.js +4 -0
- package/dist/esm/components/Section.js +4 -0
- package/dist/esm/components/SectionBottom.js +4 -0
- package/dist/esm/components/SectionCenter.js +4 -0
- package/dist/esm/components/SectionTop.js +4 -0
- package/dist/esm/components/ShoppingBagAlert.js +4 -0
- package/dist/esm/components/ShoppingBagRepeat.js +4 -0
- package/dist/esm/components/ShoppingBagX.js +4 -0
- package/dist/esm/components/SocialApple.js +4 -0
- package/dist/esm/components/SocialFacebook.js +9 -0
- package/dist/esm/components/SocialGoogle.js +11 -0
- package/dist/esm/components/SocialInstagram.js +9 -0
- package/dist/esm/components/SocialKakao.js +8 -0
- package/dist/esm/components/SocialNaver.js +8 -0
- package/dist/esm/components/SocialNaverBlog.js +19 -0
- package/dist/esm/components/SocialPayco.js +12 -0
- package/dist/esm/components/SocialTiktok.js +6 -0
- package/dist/esm/components/SocialTistory.js +4 -0
- package/dist/esm/components/SocialVemeo.js +4 -0
- package/dist/esm/components/SocialX.js +4 -0
- package/dist/esm/components/SocialYoutube.js +9 -0
- package/dist/esm/components/SolidLine1.js +4 -0
- package/dist/esm/components/SolidLine2.js +4 -0
- package/dist/esm/components/SolidLineArrowBoth.js +4 -0
- package/dist/esm/components/SolidLineArrowLeft.js +4 -0
- package/dist/esm/components/SolidLineArrowRight.js +4 -0
- package/dist/esm/components/Square.js +4 -0
- package/dist/esm/components/index.js +63 -0
- package/dist/esm/map/0.js +7 -0
- package/dist/esm/map/1.js +2 -0
- package/dist/esm/map/2.js +4 -0
- package/dist/esm/map/3.js +7 -0
- package/dist/esm/map/4.js +4 -0
- package/dist/esm/map/5.js +6 -0
- package/dist/esm/map/6.js +2 -0
- package/dist/esm/map/7.js +2 -0
- package/dist/esm/map/8.js +4 -0
- package/dist/esm/map/9.js +4 -0
- package/dist/esm/map/a.js +5 -0
- package/dist/esm/map/c.js +2 -0
- package/dist/esm/map/d.js +2 -0
- package/dist/esm/map/e.js +3 -0
- package/dist/esm/map/f.js +9 -0
- package/dist/types/components/AlignBottom03.d.ts +4 -0
- package/dist/types/components/AlignHorizontalCentre03.d.ts +4 -0
- package/dist/types/components/AlignLeft03.d.ts +4 -0
- package/dist/types/components/AlignRight03.d.ts +4 -0
- package/dist/types/components/AlignTop03.d.ts +4 -0
- package/dist/types/components/AlignVerticalCenter03.d.ts +4 -0
- package/dist/types/components/AlignmentBottomCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentHorizontalFill.d.ts +4 -0
- package/dist/types/components/AlignmentLeftCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentLeftEndFill.d.ts +4 -0
- package/dist/types/components/AlignmentLeftStartFill.d.ts +4 -0
- package/dist/types/components/AlignmentRightCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentRightEndFill.d.ts +4 -0
- package/dist/types/components/AlignmentRightStartFill.d.ts +4 -0
- package/dist/types/components/AlignmentTopCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentVerticalFill.d.ts +4 -0
- package/dist/types/components/Button.d.ts +4 -0
- package/dist/types/components/CartAlert.d.ts +4 -0
- package/dist/types/components/Circle.d.ts +4 -0
- package/dist/types/components/CoinStopwatch.d.ts +4 -0
- package/dist/types/components/DottedLine1.d.ts +4 -0
- package/dist/types/components/DottedLine2.d.ts +4 -0
- package/dist/types/components/DottedLineArrowBoth.d.ts +4 -0
- package/dist/types/components/DottedLineArrowLeft.d.ts +4 -0
- package/dist/types/components/DottedLineArrowRight.d.ts +4 -0
- package/dist/types/components/Pill.d.ts +4 -0
- package/dist/types/components/Ratio16By9.d.ts +4 -0
- package/dist/types/components/Ratio1By1.d.ts +4 -0
- package/dist/types/components/Ratio2By3.d.ts +4 -0
- package/dist/types/components/Ratio3By2.d.ts +4 -0
- package/dist/types/components/Ratio3By4.d.ts +4 -0
- package/dist/types/components/Ratio4By3.d.ts +4 -0
- package/dist/types/components/Ratio9By16.d.ts +4 -0
- package/dist/types/components/Rectangle.d.ts +4 -0
- package/dist/types/components/RectangleRound.d.ts +4 -0
- package/dist/types/components/RectangleSlider.d.ts +4 -0
- package/dist/types/components/Section.d.ts +4 -0
- package/dist/types/components/SectionBottom.d.ts +4 -0
- package/dist/types/components/SectionCenter.d.ts +4 -0
- package/dist/types/components/SectionTop.d.ts +4 -0
- package/dist/types/components/ShoppingBagAlert.d.ts +4 -0
- package/dist/types/components/ShoppingBagRepeat.d.ts +4 -0
- package/dist/types/components/ShoppingBagX.d.ts +4 -0
- package/dist/types/components/SocialApple.d.ts +4 -0
- package/dist/types/components/SocialFacebook.d.ts +4 -0
- package/dist/types/components/SocialGoogle.d.ts +4 -0
- package/dist/types/components/SocialInstagram.d.ts +4 -0
- package/dist/types/components/SocialKakao.d.ts +4 -0
- package/dist/types/components/SocialNaver.d.ts +4 -0
- package/dist/types/components/SocialNaverBlog.d.ts +4 -0
- package/dist/types/components/SocialPayco.d.ts +4 -0
- package/dist/types/components/SocialTiktok.d.ts +4 -0
- package/dist/types/components/SocialTistory.d.ts +4 -0
- package/dist/types/components/SocialVemeo.d.ts +4 -0
- package/dist/types/components/SocialX.d.ts +4 -0
- package/dist/types/components/SocialYoutube.d.ts +4 -0
- package/dist/types/components/SolidLine1.d.ts +4 -0
- package/dist/types/components/SolidLine2.d.ts +4 -0
- package/dist/types/components/SolidLineArrowBoth.d.ts +4 -0
- package/dist/types/components/SolidLineArrowLeft.d.ts +4 -0
- package/dist/types/components/SolidLineArrowRight.d.ts +4 -0
- package/dist/types/components/Square.d.ts +4 -0
- package/dist/types/components/index.d.ts +63 -0
- package/dist/types/map/0.d.ts +7 -0
- package/dist/types/map/1.d.ts +2 -0
- package/dist/types/map/2.d.ts +4 -0
- package/dist/types/map/3.d.ts +7 -0
- package/dist/types/map/4.d.ts +4 -0
- package/dist/types/map/5.d.ts +6 -0
- package/dist/types/map/6.d.ts +2 -0
- package/dist/types/map/7.d.ts +2 -0
- package/dist/types/map/8.d.ts +4 -0
- package/dist/types/map/9.d.ts +4 -0
- package/dist/types/map/a.d.ts +5 -0
- package/dist/types/map/c.d.ts +2 -0
- package/dist/types/map/d.d.ts +2 -0
- package/dist/types/map/e.d.ts +3 -0
- package/dist/types/map/f.d.ts +9 -0
- package/dist/types/type.d.ts +1 -1
- package/package.json +1 -1
|
@@ -25,34 +25,51 @@ export { default as AlignBottom01Fill } from './AlignBottom01Fill';
|
|
|
25
25
|
export { default as AlignBottom01 } from './AlignBottom01';
|
|
26
26
|
export { default as AlignBottom02Fill } from './AlignBottom02Fill';
|
|
27
27
|
export { default as AlignBottom02 } from './AlignBottom02';
|
|
28
|
+
export { default as AlignBottom03 } from './AlignBottom03';
|
|
28
29
|
export { default as AlignCenterFill } from './AlignCenterFill';
|
|
29
30
|
export { default as AlignCenter } from './AlignCenter';
|
|
30
31
|
export { default as AlignHorizontalCentre01Fill } from './AlignHorizontalCentre01Fill';
|
|
31
32
|
export { default as AlignHorizontalCentre01 } from './AlignHorizontalCentre01';
|
|
32
33
|
export { default as AlignHorizontalCentre02Fill } from './AlignHorizontalCentre02Fill';
|
|
33
34
|
export { default as AlignHorizontalCentre02 } from './AlignHorizontalCentre02';
|
|
35
|
+
export { default as AlignHorizontalCentre03 } from './AlignHorizontalCentre03';
|
|
34
36
|
export { default as AlignJustifyFill } from './AlignJustifyFill';
|
|
35
37
|
export { default as AlignJustify } from './AlignJustify';
|
|
36
38
|
export { default as AlignLeft01Fill } from './AlignLeft01Fill';
|
|
37
39
|
export { default as AlignLeft01 } from './AlignLeft01';
|
|
38
40
|
export { default as AlignLeft02Fill } from './AlignLeft02Fill';
|
|
39
41
|
export { default as AlignLeft02 } from './AlignLeft02';
|
|
42
|
+
export { default as AlignLeft03 } from './AlignLeft03';
|
|
40
43
|
export { default as AlignLeftFill } from './AlignLeftFill';
|
|
41
44
|
export { default as AlignLeft } from './AlignLeft';
|
|
42
45
|
export { default as AlignRight01Fill } from './AlignRight01Fill';
|
|
43
46
|
export { default as AlignRight01 } from './AlignRight01';
|
|
44
47
|
export { default as AlignRight02Fill } from './AlignRight02Fill';
|
|
45
48
|
export { default as AlignRight02 } from './AlignRight02';
|
|
49
|
+
export { default as AlignRight03 } from './AlignRight03';
|
|
46
50
|
export { default as AlignRightFill } from './AlignRightFill';
|
|
47
51
|
export { default as AlignRight } from './AlignRight';
|
|
48
52
|
export { default as AlignTop01Fill } from './AlignTop01Fill';
|
|
49
53
|
export { default as AlignTop01 } from './AlignTop01';
|
|
50
54
|
export { default as AlignTop02Fill } from './AlignTop02Fill';
|
|
51
55
|
export { default as AlignTop02 } from './AlignTop02';
|
|
56
|
+
export { default as AlignTop03 } from './AlignTop03';
|
|
52
57
|
export { default as AlignVerticalCenter01Fill } from './AlignVerticalCenter01Fill';
|
|
53
58
|
export { default as AlignVerticalCenter01 } from './AlignVerticalCenter01';
|
|
54
59
|
export { default as AlignVerticalCenter02Fill } from './AlignVerticalCenter02Fill';
|
|
55
60
|
export { default as AlignVerticalCenter02 } from './AlignVerticalCenter02';
|
|
61
|
+
export { default as AlignVerticalCenter03 } from './AlignVerticalCenter03';
|
|
62
|
+
export { default as AlignmentBottomCenterFill } from './AlignmentBottomCenterFill';
|
|
63
|
+
export { default as AlignmentCenterFill } from './AlignmentCenterFill';
|
|
64
|
+
export { default as AlignmentHorizontalFill } from './AlignmentHorizontalFill';
|
|
65
|
+
export { default as AlignmentLeftCenterFill } from './AlignmentLeftCenterFill';
|
|
66
|
+
export { default as AlignmentLeftEndFill } from './AlignmentLeftEndFill';
|
|
67
|
+
export { default as AlignmentLeftStartFill } from './AlignmentLeftStartFill';
|
|
68
|
+
export { default as AlignmentRightCenterFill } from './AlignmentRightCenterFill';
|
|
69
|
+
export { default as AlignmentRightEndFill } from './AlignmentRightEndFill';
|
|
70
|
+
export { default as AlignmentRightStartFill } from './AlignmentRightStartFill';
|
|
71
|
+
export { default as AlignmentTopCenterFill } from './AlignmentTopCenterFill';
|
|
72
|
+
export { default as AlignmentVerticalFill } from './AlignmentVerticalFill';
|
|
56
73
|
export { default as AnchorFill } from './AnchorFill';
|
|
57
74
|
export { default as Anchor } from './Anchor';
|
|
58
75
|
export { default as AnnotationAlertFill } from './AnnotationAlertFill';
|
|
@@ -383,6 +400,7 @@ export { default as Building08Fill } from './Building08Fill';
|
|
|
383
400
|
export { default as Building08 } from './Building08';
|
|
384
401
|
export { default as BusFill } from './BusFill';
|
|
385
402
|
export { default as Bus } from './Bus';
|
|
403
|
+
export { default as Button } from './Button';
|
|
386
404
|
export { default as CalculatorFill } from './CalculatorFill';
|
|
387
405
|
export { default as Calculator } from './Calculator';
|
|
388
406
|
export { default as CalendarCheck01Fill } from './CalendarCheck01Fill';
|
|
@@ -412,6 +430,7 @@ export { default as Car01Fill } from './Car01Fill';
|
|
|
412
430
|
export { default as Car01 } from './Car01';
|
|
413
431
|
export { default as Car02Fill } from './Car02Fill';
|
|
414
432
|
export { default as Car02 } from './Car02';
|
|
433
|
+
export { default as CartAlert } from './CartAlert';
|
|
415
434
|
export { default as Certificate01Fill } from './Certificate01Fill';
|
|
416
435
|
export { default as Certificate01 } from './Certificate01';
|
|
417
436
|
export { default as Certificate02Fill } from './Certificate02Fill';
|
|
@@ -467,6 +486,7 @@ export { default as ChromeCast } from './ChromeCast';
|
|
|
467
486
|
export { default as CircleCutFill } from './CircleCutFill';
|
|
468
487
|
export { default as CircleCut } from './CircleCut';
|
|
469
488
|
export { default as CircleFill } from './CircleFill';
|
|
489
|
+
export { default as Circle } from './Circle';
|
|
470
490
|
export { default as ClapperboardFill } from './ClapperboardFill';
|
|
471
491
|
export { default as Clapperboard } from './Clapperboard';
|
|
472
492
|
export { default as ClipboardAttachmentFill } from './ClipboardAttachmentFill';
|
|
@@ -553,6 +573,7 @@ export { default as CodeSquare02Fill } from './CodeSquare02Fill';
|
|
|
553
573
|
export { default as CodeSquare02 } from './CodeSquare02';
|
|
554
574
|
export { default as CodepenFill } from './CodepenFill';
|
|
555
575
|
export { default as Codepen } from './Codepen';
|
|
576
|
+
export { default as CoinStopwatch } from './CoinStopwatch';
|
|
556
577
|
export { default as Coins01Fill } from './Coins01Fill';
|
|
557
578
|
export { default as Coins01 } from './Coins01';
|
|
558
579
|
export { default as Coins02Fill } from './Coins02Fill';
|
|
@@ -944,6 +965,11 @@ export { default as DotsHorizontalFill } from './DotsHorizontalFill';
|
|
|
944
965
|
export { default as DotsHorizontal } from './DotsHorizontal';
|
|
945
966
|
export { default as DotsVerticalFill } from './DotsVerticalFill';
|
|
946
967
|
export { default as DotsVertical } from './DotsVertical';
|
|
968
|
+
export { default as DottedLine1 } from './DottedLine1';
|
|
969
|
+
export { default as DottedLine2 } from './DottedLine2';
|
|
970
|
+
export { default as DottedLineArrowBoth } from './DottedLineArrowBoth';
|
|
971
|
+
export { default as DottedLineArrowLeft } from './DottedLineArrowLeft';
|
|
972
|
+
export { default as DottedLineArrowRight } from './DottedLineArrowRight';
|
|
947
973
|
export { default as Download01AltFill } from './Download01AltFill';
|
|
948
974
|
export { default as Download01Fill } from './Download01Fill';
|
|
949
975
|
export { default as Download01 } from './Download01';
|
|
@@ -1844,6 +1870,7 @@ export { default as Pilcrow02Fill } from './Pilcrow02Fill';
|
|
|
1844
1870
|
export { default as Pilcrow02 } from './Pilcrow02';
|
|
1845
1871
|
export { default as PilcrowSquareFill } from './PilcrowSquareFill';
|
|
1846
1872
|
export { default as PilcrowSquare } from './PilcrowSquare';
|
|
1873
|
+
export { default as Pill } from './Pill';
|
|
1847
1874
|
export { default as Pin01Fill } from './Pin01Fill';
|
|
1848
1875
|
export { default as Pin01 } from './Pin01';
|
|
1849
1876
|
export { default as Pin02Fill } from './Pin02Fill';
|
|
@@ -1888,6 +1915,13 @@ export { default as QrCode01Fill } from './QrCode01Fill';
|
|
|
1888
1915
|
export { default as QrCode01 } from './QrCode01';
|
|
1889
1916
|
export { default as QrCode02Fill } from './QrCode02Fill';
|
|
1890
1917
|
export { default as QrCode02 } from './QrCode02';
|
|
1918
|
+
export { default as Ratio1By1 } from './Ratio1By1';
|
|
1919
|
+
export { default as Ratio16By9 } from './Ratio16By9';
|
|
1920
|
+
export { default as Ratio2By3 } from './Ratio2By3';
|
|
1921
|
+
export { default as Ratio3By2 } from './Ratio3By2';
|
|
1922
|
+
export { default as Ratio3By4 } from './Ratio3By4';
|
|
1923
|
+
export { default as Ratio4By3 } from './Ratio4By3';
|
|
1924
|
+
export { default as Ratio9By16 } from './Ratio9By16';
|
|
1891
1925
|
export { default as ReceiptCheckFill } from './ReceiptCheckFill';
|
|
1892
1926
|
export { default as ReceiptCheck } from './ReceiptCheck';
|
|
1893
1927
|
export { default as ReceiptFill } from './ReceiptFill';
|
|
@@ -1898,6 +1932,9 @@ export { default as Recording02Fill } from './Recording02Fill';
|
|
|
1898
1932
|
export { default as Recording02 } from './Recording02';
|
|
1899
1933
|
export { default as Recording03Fill } from './Recording03Fill';
|
|
1900
1934
|
export { default as Recording03 } from './Recording03';
|
|
1935
|
+
export { default as RectangleRound } from './RectangleRound';
|
|
1936
|
+
export { default as RectangleSlider } from './RectangleSlider';
|
|
1937
|
+
export { default as Rectangle } from './Rectangle';
|
|
1901
1938
|
export { default as Reflect01Fill } from './Reflect01Fill';
|
|
1902
1939
|
export { default as Reflect01 } from './Reflect01';
|
|
1903
1940
|
export { default as Reflect02Fill } from './Reflect02Fill';
|
|
@@ -2002,6 +2039,10 @@ export { default as SearchRefractionFill } from './SearchRefractionFill';
|
|
|
2002
2039
|
export { default as SearchRefraction } from './SearchRefraction';
|
|
2003
2040
|
export { default as SearchSmFill } from './SearchSmFill';
|
|
2004
2041
|
export { default as SearchSm } from './SearchSm';
|
|
2042
|
+
export { default as SectionBottom } from './SectionBottom';
|
|
2043
|
+
export { default as SectionCenter } from './SectionCenter';
|
|
2044
|
+
export { default as SectionTop } from './SectionTop';
|
|
2045
|
+
export { default as Section } from './Section';
|
|
2005
2046
|
export { default as Send01Fill } from './Send01Fill';
|
|
2006
2047
|
export { default as Send01 } from './Send01';
|
|
2007
2048
|
export { default as Send02Fill } from './Send02Fill';
|
|
@@ -2067,6 +2108,9 @@ export { default as ShoppingBag02Fill } from './ShoppingBag02Fill';
|
|
|
2067
2108
|
export { default as ShoppingBag02 } from './ShoppingBag02';
|
|
2068
2109
|
export { default as ShoppingBag03Fill } from './ShoppingBag03Fill';
|
|
2069
2110
|
export { default as ShoppingBag03 } from './ShoppingBag03';
|
|
2111
|
+
export { default as ShoppingBagAlert } from './ShoppingBagAlert';
|
|
2112
|
+
export { default as ShoppingBagRepeat } from './ShoppingBagRepeat';
|
|
2113
|
+
export { default as ShoppingBagX } from './ShoppingBagX';
|
|
2070
2114
|
export { default as ShoppingCart01Fill } from './ShoppingCart01Fill';
|
|
2071
2115
|
export { default as ShoppingCart01 } from './ShoppingCart01';
|
|
2072
2116
|
export { default as ShoppingCart02Fill } from './ShoppingCart02Fill';
|
|
@@ -2111,6 +2155,24 @@ export { default as Snowflake01Fill } from './Snowflake01Fill';
|
|
|
2111
2155
|
export { default as Snowflake01 } from './Snowflake01';
|
|
2112
2156
|
export { default as Snowflake02Fill } from './Snowflake02Fill';
|
|
2113
2157
|
export { default as Snowflake02 } from './Snowflake02';
|
|
2158
|
+
export { default as SocialApple } from './SocialApple';
|
|
2159
|
+
export { default as SocialFacebook } from './SocialFacebook';
|
|
2160
|
+
export { default as SocialGoogle } from './SocialGoogle';
|
|
2161
|
+
export { default as SocialInstagram } from './SocialInstagram';
|
|
2162
|
+
export { default as SocialKakao } from './SocialKakao';
|
|
2163
|
+
export { default as SocialNaverBlog } from './SocialNaverBlog';
|
|
2164
|
+
export { default as SocialNaver } from './SocialNaver';
|
|
2165
|
+
export { default as SocialPayco } from './SocialPayco';
|
|
2166
|
+
export { default as SocialTiktok } from './SocialTiktok';
|
|
2167
|
+
export { default as SocialTistory } from './SocialTistory';
|
|
2168
|
+
export { default as SocialVemeo } from './SocialVemeo';
|
|
2169
|
+
export { default as SocialX } from './SocialX';
|
|
2170
|
+
export { default as SocialYoutube } from './SocialYoutube';
|
|
2171
|
+
export { default as SolidLine1 } from './SolidLine1';
|
|
2172
|
+
export { default as SolidLine2 } from './SolidLine2';
|
|
2173
|
+
export { default as SolidLineArrowBoth } from './SolidLineArrowBoth';
|
|
2174
|
+
export { default as SolidLineArrowLeft } from './SolidLineArrowLeft';
|
|
2175
|
+
export { default as SolidLineArrowRight } from './SolidLineArrowRight';
|
|
2114
2176
|
export { default as SpacingHeight01Fill } from './SpacingHeight01Fill';
|
|
2115
2177
|
export { default as SpacingHeight01 } from './SpacingHeight01';
|
|
2116
2178
|
export { default as SpacingHeight02Fill } from './SpacingHeight02Fill';
|
|
@@ -2134,6 +2196,7 @@ export { default as Speedometer03 } from './Speedometer03';
|
|
|
2134
2196
|
export { default as Speedometer04Fill } from './Speedometer04Fill';
|
|
2135
2197
|
export { default as Speedometer04 } from './Speedometer04';
|
|
2136
2198
|
export { default as SquareFill } from './SquareFill';
|
|
2199
|
+
export { default as Square } from './Square';
|
|
2137
2200
|
export { default as StandFill } from './StandFill';
|
|
2138
2201
|
export { default as Stand } from './Stand';
|
|
2139
2202
|
export { default as Star01Fill } from './Star01Fill';
|
package/dist/types/map/0.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
declare const map: {
|
|
2
2
|
readonly 'align-left-02-fill': () => Promise<typeof import("../components/AlignLeft02Fill")>;
|
|
3
3
|
readonly 'align-left-02': () => Promise<typeof import("../components/AlignLeft02")>;
|
|
4
|
+
readonly 'alignment-right-center-fill': () => Promise<typeof import("../components/AlignmentRightCenterFill")>;
|
|
5
|
+
readonly 'alignment-right-end-fill': () => Promise<typeof import("../components/AlignmentRightEndFill")>;
|
|
6
|
+
readonly 'alignment-vertical-fill': () => Promise<typeof import("../components/AlignmentVerticalFill")>;
|
|
4
7
|
readonly 'arrow-circle-broken-down-right-fill': () => Promise<typeof import("../components/ArrowCircleBrokenDownRightFill")>;
|
|
5
8
|
readonly 'arrow-circle-broken-down-right': () => Promise<typeof import("../components/ArrowCircleBrokenDownRight")>;
|
|
6
9
|
readonly 'arrow-circle-left-fill': () => Promise<typeof import("../components/ArrowCircleLeftFill")>;
|
|
@@ -30,6 +33,7 @@ declare const map: {
|
|
|
30
33
|
readonly 'chevron-selector-horizontal-fill': () => Promise<typeof import("../components/ChevronSelectorHorizontalFill")>;
|
|
31
34
|
readonly 'chevron-selector-horizontal': () => Promise<typeof import("../components/ChevronSelectorHorizontal")>;
|
|
32
35
|
readonly 'circle-fill': () => Promise<typeof import("../components/CircleFill")>;
|
|
36
|
+
readonly circle: () => Promise<typeof import("../components/Circle")>;
|
|
33
37
|
readonly 'code-circle-03-fill': () => Promise<typeof import("../components/CodeCircle03Fill")>;
|
|
34
38
|
readonly 'code-circle-03': () => Promise<typeof import("../components/CodeCircle03")>;
|
|
35
39
|
readonly 'coins-swap-01-fill': () => Promise<typeof import("../components/CoinsSwap01Fill")>;
|
|
@@ -104,6 +108,7 @@ declare const map: {
|
|
|
104
108
|
readonly 'plus-square': () => Promise<typeof import("../components/PlusSquare")>;
|
|
105
109
|
readonly 'puzzle-piece-02-fill': () => Promise<typeof import("../components/PuzzlePiece02Fill")>;
|
|
106
110
|
readonly 'puzzle-piece-02': () => Promise<typeof import("../components/PuzzlePiece02")>;
|
|
111
|
+
readonly 'rectangle-round': () => Promise<typeof import("../components/RectangleRound")>;
|
|
107
112
|
readonly 'search-lg-fill': () => Promise<typeof import("../components/SearchLgFill")>;
|
|
108
113
|
readonly 'search-lg': () => Promise<typeof import("../components/SearchLg")>;
|
|
109
114
|
readonly 'server-06-fill': () => Promise<typeof import("../components/Server06Fill")>;
|
|
@@ -112,6 +117,8 @@ declare const map: {
|
|
|
112
117
|
readonly 'share-02': () => Promise<typeof import("../components/Share02")>;
|
|
113
118
|
readonly 'shield-dollar-fill': () => Promise<typeof import("../components/ShieldDollarFill")>;
|
|
114
119
|
readonly 'shield-dollar': () => Promise<typeof import("../components/ShieldDollar")>;
|
|
120
|
+
readonly 'social-naver': () => Promise<typeof import("../components/SocialNaver")>;
|
|
121
|
+
readonly 'social-tistory': () => Promise<typeof import("../components/SocialTistory")>;
|
|
115
122
|
readonly 'speaker-02-fill': () => Promise<typeof import("../components/Speaker02Fill")>;
|
|
116
123
|
readonly 'speaker-02': () => Promise<typeof import("../components/Speaker02")>;
|
|
117
124
|
readonly 'speedometer-04-fill': () => Promise<typeof import("../components/Speedometer04Fill")>;
|
package/dist/types/map/1.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ declare const map: {
|
|
|
37
37
|
readonly 'code-snippet-01-fill': () => Promise<typeof import("../components/CodeSnippet01Fill")>;
|
|
38
38
|
readonly 'code-snippet-01': () => Promise<typeof import("../components/CodeSnippet01")>;
|
|
39
39
|
readonly 'code-square-01-fill': () => Promise<typeof import("../components/CodeSquare01Fill")>;
|
|
40
|
+
readonly 'coin-stopwatch': () => Promise<typeof import("../components/CoinStopwatch")>;
|
|
40
41
|
readonly 'coins-04': () => Promise<typeof import("../components/Coins04")>;
|
|
41
42
|
readonly 'coins-swap-02': () => Promise<typeof import("../components/CoinsSwap02")>;
|
|
42
43
|
readonly 'color-file-ai-gray': () => Promise<typeof import("../components/ColorFileAiGray")>;
|
|
@@ -133,6 +134,7 @@ declare const map: {
|
|
|
133
134
|
readonly 'shield-tick-fill': () => Promise<typeof import("../components/ShieldTickFill")>;
|
|
134
135
|
readonly 'slash-circle-02-fill': () => Promise<typeof import("../components/SlashCircle02Fill")>;
|
|
135
136
|
readonly 'sliders-04-fill': () => Promise<typeof import("../components/Sliders04Fill")>;
|
|
137
|
+
readonly 'social-naver-blog': () => Promise<typeof import("../components/SocialNaverBlog")>;
|
|
136
138
|
readonly 'speaker-01-fill': () => Promise<typeof import("../components/Speaker01Fill")>;
|
|
137
139
|
readonly 'speaker-03': () => Promise<typeof import("../components/Speaker03")>;
|
|
138
140
|
readonly 'speedometer-03-fill': () => Promise<typeof import("../components/Speedometer03Fill")>;
|
package/dist/types/map/2.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ declare const map: {
|
|
|
5
5
|
readonly 'alert-square-fill': () => Promise<typeof import("../components/AlertSquareFill")>;
|
|
6
6
|
readonly 'align-horizontal-centre-01-fill': () => Promise<typeof import("../components/AlignHorizontalCentre01Fill")>;
|
|
7
7
|
readonly 'align-top-02': () => Promise<typeof import("../components/AlignTop02")>;
|
|
8
|
+
readonly 'alignment-horizontal-fill': () => Promise<typeof import("../components/AlignmentHorizontalFill")>;
|
|
8
9
|
readonly 'archive-fill': () => Promise<typeof import("../components/ArchiveFill")>;
|
|
9
10
|
readonly 'arrow-down-left-fill': () => Promise<typeof import("../components/ArrowDownLeftFill")>;
|
|
10
11
|
readonly 'arrow-down-left': () => Promise<typeof import("../components/ArrowDownLeft")>;
|
|
@@ -124,8 +125,11 @@ declare const map: {
|
|
|
124
125
|
readonly 'share-04-alt-fill': () => Promise<typeof import("../components/Share04AltFill")>;
|
|
125
126
|
readonly 'share-04-fill': () => Promise<typeof import("../components/Share04Fill")>;
|
|
126
127
|
readonly 'shield-plus': () => Promise<typeof import("../components/ShieldPlus")>;
|
|
128
|
+
readonly 'shopping-bag-x': () => Promise<typeof import("../components/ShoppingBagX")>;
|
|
127
129
|
readonly 'slash-circle-01-fill': () => Promise<typeof import("../components/SlashCircle01Fill")>;
|
|
128
130
|
readonly 'sliders-03-fill': () => Promise<typeof import("../components/Sliders03Fill")>;
|
|
131
|
+
readonly 'social-instagram': () => Promise<typeof import("../components/SocialInstagram")>;
|
|
132
|
+
readonly 'solid-line-arrow-left': () => Promise<typeof import("../components/SolidLineArrowLeft")>;
|
|
129
133
|
readonly 'spacing-height-02': () => Promise<typeof import("../components/SpacingHeight02")>;
|
|
130
134
|
readonly 'speedometer-02-fill': () => Promise<typeof import("../components/Speedometer02Fill")>;
|
|
131
135
|
readonly 'star-03-fill': () => Promise<typeof import("../components/Star03Fill")>;
|
package/dist/types/map/3.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
declare const map: {
|
|
2
2
|
readonly 'alarm-clock-check-fill': () => Promise<typeof import("../components/AlarmClockCheckFill")>;
|
|
3
|
+
readonly 'align-bottom-03': () => Promise<typeof import("../components/AlignBottom03")>;
|
|
3
4
|
readonly 'align-horizontal-centre-02-fill': () => Promise<typeof import("../components/AlignHorizontalCentre02Fill")>;
|
|
5
|
+
readonly 'align-top-03': () => Promise<typeof import("../components/AlignTop03")>;
|
|
6
|
+
readonly 'alignment-bottom-center-fill': () => Promise<typeof import("../components/AlignmentBottomCenterFill")>;
|
|
4
7
|
readonly 'arrow-circle-broken-down-left-fill': () => Promise<typeof import("../components/ArrowCircleBrokenDownLeftFill")>;
|
|
5
8
|
readonly 'arrow-circle-broken-right': () => Promise<typeof import("../components/ArrowCircleBrokenRight")>;
|
|
6
9
|
readonly 'arrow-circle-right-fill': () => Promise<typeof import("../components/ArrowCircleRightFill")>;
|
|
@@ -121,15 +124,19 @@ declare const map: {
|
|
|
121
124
|
readonly 'save-03': () => Promise<typeof import("../components/Save03")>;
|
|
122
125
|
readonly 'scissors-cut-02-fill': () => Promise<typeof import("../components/ScissorsCut02Fill")>;
|
|
123
126
|
readonly 'scissors-cut-02': () => Promise<typeof import("../components/ScissorsCut02")>;
|
|
127
|
+
readonly 'section-bottom': () => Promise<typeof import("../components/SectionBottom")>;
|
|
124
128
|
readonly 'server-03': () => Promise<typeof import("../components/Server03")>;
|
|
125
129
|
readonly 'settings-03': () => Promise<typeof import("../components/Settings03")>;
|
|
126
130
|
readonly 'share-05-fill': () => Promise<typeof import("../components/Share05Fill")>;
|
|
127
131
|
readonly 'shopping-bag-03': () => Promise<typeof import("../components/ShoppingBag03")>;
|
|
128
132
|
readonly 'sliders-02-fill': () => Promise<typeof import("../components/Sliders02Fill")>;
|
|
129
133
|
readonly 'snowflake-02': () => Promise<typeof import("../components/Snowflake02")>;
|
|
134
|
+
readonly 'social-kakao': () => Promise<typeof import("../components/SocialKakao")>;
|
|
135
|
+
readonly 'social-youtube': () => Promise<typeof import("../components/SocialYoutube")>;
|
|
130
136
|
readonly 'spacing-height-01': () => Promise<typeof import("../components/SpacingHeight01")>;
|
|
131
137
|
readonly 'speedometer-01-fill': () => Promise<typeof import("../components/Speedometer01Fill")>;
|
|
132
138
|
readonly 'square-fill': () => Promise<typeof import("../components/SquareFill")>;
|
|
139
|
+
readonly square: () => Promise<typeof import("../components/Square")>;
|
|
133
140
|
readonly 'star-02-fill': () => Promise<typeof import("../components/Star02Fill")>;
|
|
134
141
|
readonly 'sticker-square-fill': () => Promise<typeof import("../components/StickerSquareFill")>;
|
|
135
142
|
readonly 'target-01-fill': () => Promise<typeof import("../components/Target01Fill")>;
|
package/dist/types/map/4.d.ts
CHANGED
|
@@ -2,7 +2,9 @@ declare const map: {
|
|
|
2
2
|
readonly 'alarm-clock-off-fill': () => Promise<typeof import("../components/AlarmClockOffFill")>;
|
|
3
3
|
readonly 'alert-octagon': () => Promise<typeof import("../components/AlertOctagon")>;
|
|
4
4
|
readonly 'align-bottom-02': () => Promise<typeof import("../components/AlignBottom02")>;
|
|
5
|
+
readonly 'align-right-03': () => Promise<typeof import("../components/AlignRight03")>;
|
|
5
6
|
readonly 'align-right': () => Promise<typeof import("../components/AlignRight")>;
|
|
7
|
+
readonly 'align-vertical-center-03': () => Promise<typeof import("../components/AlignVerticalCenter03")>;
|
|
6
8
|
readonly 'annotation-question-fill': () => Promise<typeof import("../components/AnnotationQuestionFill")>;
|
|
7
9
|
readonly 'arrow-narrow-down-left': () => Promise<typeof import("../components/ArrowNarrowDownLeft")>;
|
|
8
10
|
readonly 'asterisk-01-fill': () => Promise<typeof import("../components/Asterisk01Fill")>;
|
|
@@ -47,6 +49,7 @@ declare const map: {
|
|
|
47
49
|
readonly 'database-02': () => Promise<typeof import("../components/Database02")>;
|
|
48
50
|
readonly 'dice-2-fill': () => Promise<typeof import("../components/Dice2Fill")>;
|
|
49
51
|
readonly 'distribute-spacing-vertical-fill': () => Promise<typeof import("../components/DistributeSpacingVerticalFill")>;
|
|
52
|
+
readonly 'dotted-line-2': () => Promise<typeof import("../components/DottedLine2")>;
|
|
50
53
|
readonly equal: () => Promise<typeof import("../components/Equal")>;
|
|
51
54
|
readonly 'eraser-fill': () => Promise<typeof import("../components/EraserFill")>;
|
|
52
55
|
readonly eraser: () => Promise<typeof import("../components/Eraser")>;
|
|
@@ -121,6 +124,7 @@ declare const map: {
|
|
|
121
124
|
readonly 'shopping-bag-02': () => Promise<typeof import("../components/ShoppingBag02")>;
|
|
122
125
|
readonly 'sliders-01-fill': () => Promise<typeof import("../components/Sliders01Fill")>;
|
|
123
126
|
readonly 'snowflake-01': () => Promise<typeof import("../components/Snowflake01")>;
|
|
127
|
+
readonly 'social-payco': () => Promise<typeof import("../components/SocialPayco")>;
|
|
124
128
|
readonly 'star-01-fill': () => Promise<typeof import("../components/Star01Fill")>;
|
|
125
129
|
readonly terminal: () => Promise<typeof import("../components/Terminal")>;
|
|
126
130
|
readonly 'trend-down-01-fill': () => Promise<typeof import("../components/TrendDown01Fill")>;
|
package/dist/types/map/5.d.ts
CHANGED
|
@@ -66,6 +66,8 @@ declare const map: {
|
|
|
66
66
|
readonly 'diamond-02-fill': () => Promise<typeof import("../components/Diamond02Fill")>;
|
|
67
67
|
readonly 'diamond-02': () => Promise<typeof import("../components/Diamond02")>;
|
|
68
68
|
readonly 'dice-1-fill': () => Promise<typeof import("../components/Dice1Fill")>;
|
|
69
|
+
readonly 'dotted-line-1': () => Promise<typeof import("../components/DottedLine1")>;
|
|
70
|
+
readonly 'dotted-line-arrow-both': () => Promise<typeof import("../components/DottedLineArrowBoth")>;
|
|
69
71
|
readonly 'expand-02': () => Promise<typeof import("../components/Expand02")>;
|
|
70
72
|
readonly 'face-id-fill': () => Promise<typeof import("../components/FaceIdFill")>;
|
|
71
73
|
readonly 'face-id': () => Promise<typeof import("../components/FaceId")>;
|
|
@@ -119,12 +121,14 @@ declare const map: {
|
|
|
119
121
|
readonly 'percent-03': () => Promise<typeof import("../components/Percent03")>;
|
|
120
122
|
readonly 'presentation-chart-03': () => Promise<typeof import("../components/PresentationChart03")>;
|
|
121
123
|
readonly 'qr-code-01': () => Promise<typeof import("../components/QrCode01")>;
|
|
124
|
+
readonly 'ratio-9-by-16': () => Promise<typeof import("../components/Ratio9By16")>;
|
|
122
125
|
readonly 'refresh-ccw-03-fill': () => Promise<typeof import("../components/RefreshCcw03Fill")>;
|
|
123
126
|
readonly 'rocket-02-fill': () => Promise<typeof import("../components/Rocket02Fill")>;
|
|
124
127
|
readonly 'rows-01-fill': () => Promise<typeof import("../components/Rows01Fill")>;
|
|
125
128
|
readonly 'rows-01': () => Promise<typeof import("../components/Rows01")>;
|
|
126
129
|
readonly 'scale-02-fill': () => Promise<typeof import("../components/Scale02Fill")>;
|
|
127
130
|
readonly 'scales-01-fill': () => Promise<typeof import("../components/Scales01Fill")>;
|
|
131
|
+
readonly section: () => Promise<typeof import("../components/Section")>;
|
|
128
132
|
readonly 'server-01': () => Promise<typeof import("../components/Server01")>;
|
|
129
133
|
readonly 'settings-01': () => Promise<typeof import("../components/Settings01")>;
|
|
130
134
|
readonly 'share-01-alt-fill': () => Promise<typeof import("../components/Share01AltFill")>;
|
|
@@ -135,12 +139,14 @@ declare const map: {
|
|
|
135
139
|
readonly 'shield-zap-fill': () => Promise<typeof import("../components/ShieldZapFill")>;
|
|
136
140
|
readonly 'shield-zap': () => Promise<typeof import("../components/ShieldZap")>;
|
|
137
141
|
readonly 'shopping-bag-01': () => Promise<typeof import("../components/ShoppingBag01")>;
|
|
142
|
+
readonly 'shopping-bag-repeat': () => Promise<typeof import("../components/ShoppingBagRepeat")>;
|
|
138
143
|
readonly 'shopping-cart-03-fill': () => Promise<typeof import("../components/ShoppingCart03Fill")>;
|
|
139
144
|
readonly 'shopping-cart-03': () => Promise<typeof import("../components/ShoppingCart03")>;
|
|
140
145
|
readonly 'shuffle-01-fill': () => Promise<typeof import("../components/Shuffle01Fill")>;
|
|
141
146
|
readonly 'shuffle-01': () => Promise<typeof import("../components/Shuffle01")>;
|
|
142
147
|
readonly 'skip-back-fill': () => Promise<typeof import("../components/SkipBackFill")>;
|
|
143
148
|
readonly 'skip-back': () => Promise<typeof import("../components/SkipBack")>;
|
|
149
|
+
readonly 'solid-line-2': () => Promise<typeof import("../components/SolidLine2")>;
|
|
144
150
|
readonly 'subscript-fill': () => Promise<typeof import("../components/SubscriptFill")>;
|
|
145
151
|
readonly 'sunrise-fill': () => Promise<typeof import("../components/SunriseFill")>;
|
|
146
152
|
readonly 'thumbs-up-fill': () => Promise<typeof import("../components/ThumbsUpFill")>;
|
package/dist/types/map/6.d.ts
CHANGED
|
@@ -140,6 +140,8 @@ declare const map: {
|
|
|
140
140
|
readonly 'shuffle-02': () => Promise<typeof import("../components/Shuffle02")>;
|
|
141
141
|
readonly 'signal-01-fill': () => Promise<typeof import("../components/Signal01Fill")>;
|
|
142
142
|
readonly 'signal-01': () => Promise<typeof import("../components/Signal01")>;
|
|
143
|
+
readonly 'social-facebook': () => Promise<typeof import("../components/SocialFacebook")>;
|
|
144
|
+
readonly 'solid-line-1': () => Promise<typeof import("../components/SolidLine1")>;
|
|
143
145
|
readonly 'stand-fill': () => Promise<typeof import("../components/StandFill")>;
|
|
144
146
|
readonly stand: () => Promise<typeof import("../components/Stand")>;
|
|
145
147
|
readonly 'sunset-fill': () => Promise<typeof import("../components/SunsetFill")>;
|
package/dist/types/map/7.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const map: {
|
|
2
2
|
readonly 'alert-triangle-fill': () => Promise<typeof import("../components/AlertTriangleFill")>;
|
|
3
3
|
readonly 'alert-triangle': () => Promise<typeof import("../components/AlertTriangle")>;
|
|
4
|
+
readonly 'alignment-top-center-fill': () => Promise<typeof import("../components/AlignmentTopCenterFill")>;
|
|
4
5
|
readonly 'announcement-01': () => Promise<typeof import("../components/Announcement01")>;
|
|
5
6
|
readonly 'announcement-03-fill': () => Promise<typeof import("../components/Announcement03Fill")>;
|
|
6
7
|
readonly 'arrow-circle-broken-up-right-fill': () => Promise<typeof import("../components/ArrowCircleBrokenUpRightFill")>;
|
|
@@ -135,6 +136,7 @@ declare const map: {
|
|
|
135
136
|
readonly 'phone-x': () => Promise<typeof import("../components/PhoneX")>;
|
|
136
137
|
readonly 'pin-01': () => Promise<typeof import("../components/Pin01")>;
|
|
137
138
|
readonly 'play-circle-fill': () => Promise<typeof import("../components/PlayCircleFill")>;
|
|
139
|
+
readonly 'ratio-16-by-9': () => Promise<typeof import("../components/Ratio16By9")>;
|
|
138
140
|
readonly 'refresh-ccw-01-fill': () => Promise<typeof import("../components/RefreshCcw01Fill")>;
|
|
139
141
|
readonly 'roller-brush': () => Promise<typeof import("../components/RollerBrush")>;
|
|
140
142
|
readonly 'route-fill': () => Promise<typeof import("../components/RouteFill")>;
|
package/dist/types/map/8.d.ts
CHANGED
|
@@ -124,6 +124,8 @@ declare const map: {
|
|
|
124
124
|
readonly 'monitor-05': () => Promise<typeof import("../components/Monitor05")>;
|
|
125
125
|
readonly 'navigation-pointer-off-01-fill': () => Promise<typeof import("../components/NavigationPointerOff01Fill")>;
|
|
126
126
|
readonly 'navigation-pointer-off-01': () => Promise<typeof import("../components/NavigationPointerOff01")>;
|
|
127
|
+
readonly 'ratio-3-by-2': () => Promise<typeof import("../components/Ratio3By2")>;
|
|
128
|
+
readonly 'ratio-4-by-3': () => Promise<typeof import("../components/Ratio4By3")>;
|
|
127
129
|
readonly 'receipt-fill': () => Promise<typeof import("../components/ReceiptFill")>;
|
|
128
130
|
readonly receipt: () => Promise<typeof import("../components/Receipt")>;
|
|
129
131
|
readonly 'refresh-cw-01-fill': () => Promise<typeof import("../components/RefreshCw01Fill")>;
|
|
@@ -136,6 +138,8 @@ declare const map: {
|
|
|
136
138
|
readonly 'send-03': () => Promise<typeof import("../components/Send03")>;
|
|
137
139
|
readonly 'signal-03-fill': () => Promise<typeof import("../components/Signal03Fill")>;
|
|
138
140
|
readonly 'signal-03': () => Promise<typeof import("../components/Signal03")>;
|
|
141
|
+
readonly 'social-vemeo': () => Promise<typeof import("../components/SocialVemeo")>;
|
|
142
|
+
readonly 'social-x': () => Promise<typeof import("../components/SocialX")>;
|
|
139
143
|
readonly 'stop-square-fill': () => Promise<typeof import("../components/StopSquareFill")>;
|
|
140
144
|
readonly 'stop-square': () => Promise<typeof import("../components/StopSquare")>;
|
|
141
145
|
readonly 'tablet-01-fill': () => Promise<typeof import("../components/Tablet01Fill")>;
|
package/dist/types/map/9.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const map: {
|
|
2
|
+
readonly 'alignment-right-start-fill': () => Promise<typeof import("../components/AlignmentRightStartFill")>;
|
|
2
3
|
readonly 'announcement-01-fill': () => Promise<typeof import("../components/Announcement01Fill")>;
|
|
3
4
|
readonly 'announcement-03': () => Promise<typeof import("../components/Announcement03")>;
|
|
4
5
|
readonly 'arrow-circle-down-left-fill': () => Promise<typeof import("../components/ArrowCircleDownLeftFill")>;
|
|
@@ -121,10 +122,12 @@ declare const map: {
|
|
|
121
122
|
readonly 'phone-incoming-01': () => Promise<typeof import("../components/PhoneIncoming01")>;
|
|
122
123
|
readonly 'phone-pause': () => Promise<typeof import("../components/PhonePause")>;
|
|
123
124
|
readonly 'phone-x-fill': () => Promise<typeof import("../components/PhoneXFill")>;
|
|
125
|
+
readonly pill: () => Promise<typeof import("../components/Pill")>;
|
|
124
126
|
readonly 'pin-01-fill': () => Promise<typeof import("../components/Pin01Fill")>;
|
|
125
127
|
readonly 'play-circle': () => Promise<typeof import("../components/PlayCircle")>;
|
|
126
128
|
readonly 'power-01-fill': () => Promise<typeof import("../components/Power01Fill")>;
|
|
127
129
|
readonly 'power-01': () => Promise<typeof import("../components/Power01")>;
|
|
130
|
+
readonly 'ratio-1-by-1': () => Promise<typeof import("../components/Ratio1By1")>;
|
|
128
131
|
readonly 'refresh-ccw-01': () => Promise<typeof import("../components/RefreshCcw01")>;
|
|
129
132
|
readonly 'refresh-cw-02-fill': () => Promise<typeof import("../components/RefreshCw02Fill")>;
|
|
130
133
|
readonly 'refresh-cw-02': () => Promise<typeof import("../components/RefreshCw02")>;
|
|
@@ -137,6 +140,7 @@ declare const map: {
|
|
|
137
140
|
readonly 'skip-forward': () => Promise<typeof import("../components/SkipForward")>;
|
|
138
141
|
readonly 'slash-divider-fill': () => Promise<typeof import("../components/SlashDividerFill")>;
|
|
139
142
|
readonly 'slash-divider': () => Promise<typeof import("../components/SlashDivider")>;
|
|
143
|
+
readonly 'social-google': () => Promise<typeof import("../components/SocialGoogle")>;
|
|
140
144
|
readonly 'strikethrough-square-fill': () => Promise<typeof import("../components/StrikethroughSquareFill")>;
|
|
141
145
|
readonly 'tablet-02-fill': () => Promise<typeof import("../components/Tablet02Fill")>;
|
|
142
146
|
readonly 'terminal-browser-fill': () => Promise<typeof import("../components/TerminalBrowserFill")>;
|
package/dist/types/map/a.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const map: {
|
|
2
|
+
readonly 'alignment-left-start-fill': () => Promise<typeof import("../components/AlignmentLeftStartFill")>;
|
|
2
3
|
readonly 'annotation-check': () => Promise<typeof import("../components/AnnotationCheck")>;
|
|
3
4
|
readonly 'annotation-x-fill': () => Promise<typeof import("../components/AnnotationXFill")>;
|
|
4
5
|
readonly 'annotation-x': () => Promise<typeof import("../components/AnnotationX")>;
|
|
@@ -129,6 +130,8 @@ declare const map: {
|
|
|
129
130
|
readonly 'power-02-fill': () => Promise<typeof import("../components/Power02Fill")>;
|
|
130
131
|
readonly 'power-02': () => Promise<typeof import("../components/Power02")>;
|
|
131
132
|
readonly 'qr-code-02-fill': () => Promise<typeof import("../components/QrCode02Fill")>;
|
|
133
|
+
readonly 'ratio-2-by-3': () => Promise<typeof import("../components/Ratio2By3")>;
|
|
134
|
+
readonly 'ratio-3-by-4': () => Promise<typeof import("../components/Ratio3By4")>;
|
|
132
135
|
readonly 'refresh-ccw-02': () => Promise<typeof import("../components/RefreshCcw02")>;
|
|
133
136
|
readonly 'refresh-cw-03-fill': () => Promise<typeof import("../components/RefreshCw03Fill")>;
|
|
134
137
|
readonly 'refresh-cw-03': () => Promise<typeof import("../components/RefreshCw03")>;
|
|
@@ -143,6 +146,8 @@ declare const map: {
|
|
|
143
146
|
readonly 'search-refraction': () => Promise<typeof import("../components/SearchRefraction")>;
|
|
144
147
|
readonly 'skew-fill': () => Promise<typeof import("../components/SkewFill")>;
|
|
145
148
|
readonly skew: () => Promise<typeof import("../components/Skew")>;
|
|
149
|
+
readonly 'social-apple': () => Promise<typeof import("../components/SocialApple")>;
|
|
150
|
+
readonly 'social-tiktok': () => Promise<typeof import("../components/SocialTiktok")>;
|
|
146
151
|
readonly sunset: () => Promise<typeof import("../components/Sunset")>;
|
|
147
152
|
readonly 'tag-03-fill': () => Promise<typeof import("../components/Tag03Fill")>;
|
|
148
153
|
readonly 'tag-03': () => Promise<typeof import("../components/Tag03")>;
|
package/dist/types/map/c.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const map: {
|
|
2
2
|
readonly 'alert-octagon-fill': () => Promise<typeof import("../components/AlertOctagonFill")>;
|
|
3
3
|
readonly 'align-bottom-02-fill': () => Promise<typeof import("../components/AlignBottom02Fill")>;
|
|
4
|
+
readonly 'align-horizontal-centre-03': () => Promise<typeof import("../components/AlignHorizontalCentre03")>;
|
|
4
5
|
readonly 'align-right-fill': () => Promise<typeof import("../components/AlignRightFill")>;
|
|
5
6
|
readonly 'annotation-info-fill': () => Promise<typeof import("../components/AnnotationInfoFill")>;
|
|
6
7
|
readonly 'annotation-info': () => Promise<typeof import("../components/AnnotationInfo")>;
|
|
@@ -137,6 +138,7 @@ declare const map: {
|
|
|
137
138
|
readonly 'shopping-bag-02-fill': () => Promise<typeof import("../components/ShoppingBag02Fill")>;
|
|
138
139
|
readonly 'sliders-01': () => Promise<typeof import("../components/Sliders01")>;
|
|
139
140
|
readonly 'snowflake-01-fill': () => Promise<typeof import("../components/Snowflake01Fill")>;
|
|
141
|
+
readonly 'solid-line-arrow-both': () => Promise<typeof import("../components/SolidLineArrowBoth")>;
|
|
140
142
|
readonly 'strikethrough-02-fill': () => Promise<typeof import("../components/Strikethrough02Fill")>;
|
|
141
143
|
readonly 'strikethrough-02': () => Promise<typeof import("../components/Strikethrough02")>;
|
|
142
144
|
readonly 'sun-fill': () => Promise<typeof import("../components/SunFill")>;
|
package/dist/types/map/d.d.ts
CHANGED
|
@@ -111,6 +111,8 @@ declare const map: {
|
|
|
111
111
|
readonly 'save-03-fill': () => Promise<typeof import("../components/Save03Fill")>;
|
|
112
112
|
readonly 'scan-fill': () => Promise<typeof import("../components/ScanFill")>;
|
|
113
113
|
readonly scan: () => Promise<typeof import("../components/Scan")>;
|
|
114
|
+
readonly 'section-center': () => Promise<typeof import("../components/SectionCenter")>;
|
|
115
|
+
readonly 'section-top': () => Promise<typeof import("../components/SectionTop")>;
|
|
114
116
|
readonly 'server-03-fill': () => Promise<typeof import("../components/Server03Fill")>;
|
|
115
117
|
readonly 'settings-03-fill': () => Promise<typeof import("../components/Settings03Fill")>;
|
|
116
118
|
readonly 'share-05': () => Promise<typeof import("../components/Share05")>;
|