@sanvika/ui 0.1.5 → 0.3.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/index.js +129 -101
- package/package.json +15 -29
- package/src/components/buttons/Button.jsx +97 -0
- package/src/components/buttons/Button.stories.jsx +110 -0
- package/src/components/buttons/FavoriteHeartButton.jsx +41 -0
- package/src/components/buttons/FavoriteHeartButton.stories.jsx +48 -0
- package/src/components/buttons/ScrollButton.jsx +36 -0
- package/src/components/buttons/ScrollButton.stories.jsx +21 -0
- package/src/components/buttons/ThreeDotButton.jsx +36 -0
- package/src/components/buttons/ThreeDotButton.stories.jsx +14 -0
- package/src/components/common/Container.jsx +38 -0
- package/src/components/common/Section.jsx +60 -0
- package/src/components/common/Section.stories.jsx +64 -0
- package/src/components/icons/BellIcon.jsx +10 -0
- package/src/components/icons/ChevronDown.jsx +20 -0
- package/src/components/icons/EmailIcon.jsx +9 -0
- package/src/components/icons/FaAngleDown.jsx +9 -0
- package/src/components/icons/FaAngleRight.jsx +9 -0
- package/src/components/icons/FaArrowDown.jsx +9 -0
- package/src/components/icons/FaArrowLeft.jsx +9 -0
- package/src/components/icons/FaArrowUp.jsx +9 -0
- package/src/components/icons/FaBell.jsx +9 -0
- package/src/components/icons/FaBullhorn.jsx +10 -0
- package/src/components/icons/FaCalendarAlt.jsx +9 -0
- package/src/components/icons/FaCheck.jsx +9 -0
- package/src/components/icons/FaCheckCircle.jsx +9 -0
- package/src/components/icons/FaCheckDouble.jsx +9 -0
- package/src/components/icons/FaChevronDown.jsx +9 -0
- package/src/components/icons/FaChevronRight.jsx +9 -0
- package/src/components/icons/FaCircle.jsx +9 -0
- package/src/components/icons/FaComments.jsx +9 -0
- package/src/components/icons/FaEye.jsx +9 -0
- package/src/components/icons/FaEyeSlash.jsx +9 -0
- package/src/components/icons/FaHome.jsx +9 -0
- package/src/components/icons/FaKeyboard.jsx +9 -0
- package/src/components/icons/FaLocationArrow.jsx +9 -0
- package/src/components/icons/FaMapMarkerAlt.jsx +9 -0
- package/src/components/icons/FaMoon.jsx +9 -0
- package/src/components/icons/FaPaperPlane.jsx +9 -0
- package/src/components/icons/FaPaperclip.jsx +9 -0
- package/src/components/icons/FaSignInAlt.jsx +9 -0
- package/src/components/icons/FaSmile.jsx +9 -0
- package/src/components/icons/FaStar.jsx +9 -0
- package/src/components/icons/FaTag.jsx +9 -0
- package/src/components/icons/FaThumbsDown.jsx +9 -0
- package/src/components/icons/FaThumbsUp.jsx +9 -0
- package/src/components/icons/FaTrash.jsx +9 -0
- package/src/components/icons/FaUser.jsx +9 -0
- package/src/components/icons/FaUserCircle.jsx +9 -0
- package/src/components/icons/FacebookIcon.jsx +9 -0
- package/src/components/icons/HalfMoonIcon.jsx +18 -0
- package/src/components/icons/HeartIcon.jsx +9 -0
- package/src/components/icons/InstagramIcon.jsx +9 -0
- package/src/components/icons/LinkedInIcon.jsx +9 -0
- package/src/components/icons/MapMarkerIcon.jsx +9 -0
- package/src/components/icons/MdWbSunny.jsx +9 -0
- package/src/components/icons/ReFreshIcon.jsx +49 -0
- package/src/components/icons/SearchIcon.jsx +20 -0
- package/src/components/icons/StarIcon.jsx +9 -0
- package/src/components/icons/TelegramIcon.jsx +9 -0
- package/src/components/icons/TwitterIcon.jsx +9 -0
- package/src/components/icons/UserIcon.jsx +9 -0
- package/src/components/icons/WhatsappIcon.jsx +9 -0
- package/src/components/icons/YoutubeIcon.jsx +9 -0
- package/src/components/icons/index.js +60 -0
- package/src/components/layout/Footer.jsx +53 -0
- package/src/components/layout/Footer.stories.jsx +28 -0
- package/src/components/layout/Navbar.jsx +50 -0
- package/src/components/layout/Navbar.stories.jsx +42 -0
- package/src/components/layout/SubNavbar.jsx +36 -0
- package/src/components/modals/Modal.jsx +74 -0
- package/src/components/modals/Modal.stories.jsx +93 -0
- package/src/components/progressBar/ProgressBar.jsx +113 -0
- package/src/components/progressBar/ProgressBar.stories.jsx +67 -0
- package/src/context/ThemeContext.jsx +100 -0
- package/src/index.js +33 -0
- package/src/layouts/Layout.jsx +24 -0
- package/src/server/index.js +173 -0
- package/README.md +0 -36
- package/dist/EmailIcon-DumDw7u2.js +0 -781
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// src/components/icons/FaBullhorn.jsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
|
|
4
|
+
export default function FaBullhorn(props) {
|
|
5
|
+
return (
|
|
6
|
+
<svg viewBox="0 0 576 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
7
|
+
<path d="M576 240c0-23.63-12.95-44.04-32-55.12V15.99C544 5.6 536.5 0 528 0c-3.999 0-8 1.251-11.5 3.75l-160 112C343 127.4 320 133.6 296 133.6H176C131.8 133.6 96 169.4 96 213.6v52.8c0 44.2 35.8 80 80 80h17.44l-17.36 112.4C173.4 473.3 183.1 480 192 480h80c30.63 0 56.25-21.98 61.63-53.12L354.4 346.6h-.001c-2.75 0-5.25-.62-8.001-.62H248c-4.418 0-8-3.578-8-8v-80c0-4.422 3.582-8 8-8h96.63c2.75 0 5.25-.625 7.999-.625L512 360.2c3.5 2.5 7.5 3.75 11.5 3.75c8.5 0 16-5.6 16-15.99V295.1C563.1 284 576 263.6 576 240zM448 292.7L354.2 230.8c-.75-.5-1.75-.75-2.625-.75H176c-8.836 0-16 7.164-16 16v16c0 8.836 7.164 16 16 16h120c4.418 0 8 3.578 8 8v16c0 4.422-3.582 8-8 8H176c-8.836 0-16 7.164-16 16v16c0 8.836 7.164 16 16 16h120c4.418 0 8 3.578 8 8v16c0 4.422-3.582 8-8 8H200c-4.418 0-8-3.578-8-8v-16c0-4.422 3.582-8 8-8h32v-16H200l-9.375-60.8C175 363.6 176 370.6 176 378.4c0 44.2-35.8 80-80 80H96c8.836 0 16-7.164 16-16V294.4C130.9 313.4 152 320 176 320h170.6c3.5 0 6.748-.875 9.873-2.125L448 374.3V292.7z" />
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaCalendarAlt(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 448 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M400 64h-48V24a24 24 0 0 0-48 0v40H144V24a24 24 0 0 0-48 0v40H48A48 48 0 0 0 0 112v320a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V112a48 48 0 0 0-48-48zM400 432H48V192h352z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaCheck(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M173.9 439.4L7 272.5c-9.4-9.4-9.4-24.6 0-33.9l33.9-33.9c9.4-9.4 24.6-9.4 33.9 0L192 312l252.4-252.4c9.4-9.4 24.6-9.4 33.9 0l33.9 33.9c9.4 9.4 9.4 24.6 0 33.9L207.8 439.4c-9.4 9.4-24.6 9.4-33.9 0z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaCheckCircle(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M256 8C119.03 8 8 119.03 8 256s111.03 248 248 248 248-111.03 248-248S392.97 8 256 8zm123.31 170.69l-138 184c-4.8 6.4-12.8 10.31-20.8 10.31-8 0-16-3.91-20.8-10.31l-69.99-93.33c-9.07-12.09-5.96-29.33 6.13-38.4 12.09-9.07 29.33-5.96 38.4 6.13L234.7 318.7l118.9-158.53c9.07-12.09 26.31-15.2 38.4-6.13 12.09 9.07 15.2 26.31 6.13 38.45z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaCheckDouble(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M464 64.3L199.4 328.9 97 226.5c-9.4-9.4-24.6-9.4-33.9 0L23 267.6c-9.4 9.4-9.4 24.6 0 33.9l144 144c9.4 9.4 24.6 9.4 33.9 0l304-304c9.4-9.4 9.4-24.6 0-33.9L497.9 64.3c-9.4-9.4-24.6-9.4-33.9 0z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaChevronDown(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 320 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M31 192c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0L160 259.3 232.5 135.5c9.4-9.4 24.6-9.4 33.9 0L289 158c9.4 9.4 9.4 24.6 0 33.9l-128 128c-9.4 9.4-24.6 9.4-33.9 0z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaChevronRight(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 256 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M96 448c-12.5 0-25-7.5-31.2-19.3-12.5-24.9-6.1-55.3 15.9-72.2L225.9 256 80.7 155.5c-22-17-28.4-47.3-15.9-72.2C82.9 66.6 95.4 59 108 59s25 7.6 31.2 19.3l160 240C320.4 454.4 297.1 448 96 448z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaCircle(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M256 8C119.03 8 8 119.03 8 256s111.03 248 248 248 248-111.03 248-248S392.97 8 256 8z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaComments(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M256 32C114.6 32 0 125.1 0 240c0 49.6 21 95 56 128v88c0 6.6 7.7 10.4 12.9 6.5L152 346.8c24.4 6.8 50.1 10.2 76 10.2 141.4 0 256-93.1 256-208S397.4 32 256 32z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaEye(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 576 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M572.52 241.4C518.29 135.5 407.88 64 288 64 168.12 64 57.71 135.5 3.48 241.4a48.12 48.12 0 0 0 0 29.2C57.71 376.5 168.12 448 288 448c119.88 0 230.29-71.5 284.52-177.4a48.12 48.12 0 0 0 0-29.2zM288 400c-88.22 0-168.44-52.9-210.66-128C119.56 196.9 199.78 144 288 144s168.44 52.9 210.66 128C456.44 347.1 376.22 400 288 400zM288 176a112 112 0 1 0 112 112A112 112 0 0 0 288 176z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaEyeSlash(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 640 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M320 400c-78.8 0-147.1-45.6-180.3-112 19.3-36.2 50.7-64 88.3-79.6L118 85.3C90.7 103.7 63.3 127.6 39.6 156.5 3.4 203.8 0 256 0 256s111.03 248 248 248c29.1 0 56.9-4.6 82.8-13.1L320 400zM633.8 458.1L35.2 3.5A16 16 0 0 0 15.6 6.6L6.3 18.9a16 16 0 0 0 1.5 18l45.9 58.5C86 123.7 142.7 96 208 96c119.9 0 230.3 71.5 284.5 177.4a48.12 48.12 0 0 1 0 29.2c-14.3 27.5-34.2 51.5-57.9 72.9l71.7 91.3a16 16 0 0 0 22.4 2.8l9.3-12.3a16 16 0 0 0-2-22.5z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaHome(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 576 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M280.37 148.26L96 300.11V464a48 48 0 0 0 48 48l96-.3V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v143.7l96 .3a48 48 0 0 0 48-48V300L295.67 148.26a12 12 0 0 0-15.3 0zM571.6 251.5L488 182.6V44a12 12 0 0 0-12-12h-72a12 12 0 0 0-12 12v72.6L318.47 43a48 48 0 0 0-61 0L4.34 251.5c-12 9.7-1.7 31 13.4 31H64V464a48 48 0 0 0 48 48h416a48 48 0 0 0 48-48V282.5h46.3c15.1 0 25.4-21.3 13.3-31z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaKeyboard(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 640 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M0 96v320a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V96a32 32 0 0 0-32-32H32A32 32 0 0 0 0 96zm96 96h64v64H96v-64zm96 0h64v64h-64v-64zm96 0h64v64h-64v-64zm96 0h64v64h-64v-64zm96 0h64v64h-64v-64zM96 256h64v64H96v-64zm96 0h64v64h-64v-64z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaMapMarkerAlt(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 384 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M172.3 501.7C35.4 343.1 0 301.1 0 208 0 93 93 0 208 0s208 93 208 208c0 93.1-35.4 135.1-172.3 293.7-12 14-31.9 14-43.4 0zM208 272a64 64 0 1 0-64-64 64 64 0 0 0 64 64z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaMoon(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" aria-hidden="true" {...props}>
|
|
6
|
+
<path d="M279.135 512c129.416 0 234.865-105.45 234.865-234.865 0-109.39-71.8-202.553-170.09-231.44-11.9-3.443-24.57 4.417-26.91 16.77-20.44 87.05-95.66 153.43-186.62 176.77-12.77 3.18-19.98 16.99-15.37 29.38 34.1 85.77 121.02 147.25 264.12 142.3z"/>
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaPaperPlane(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M476 3L12 232c-23 11-20 42 5 49l111 34 34 111c7 25 38 28 49 5L509 36c10-20-11-41-33-33z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaPaperclip(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 448 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M43.03 466.5C16.3 439.78 5.2 400.6 15.7 366.4l168-416C189.6-14.9 214.6-9.7 223.8 9.9l26.4 61.5c9.9 23-4.8 50.5-29.7 50.5H192L83.4 213.9c-24.9 0-44.9 20.1-44.9 45s20 45 44.9 45H288c53 0 96 43 96 96s-43 96-96 96H160c-35.35 0-64-28.65-64-64V256" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaSignInAlt(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M192 96v64H80v192h112v64H48a48 48 0 0 1-48-48V144a48 48 0 0 1 48-48h144zm288 176L320 432c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9L372.1 288H160c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h212.1L263.5 177.5c-9.4-9.4-9.4-24.6 0-33.9L286.1 121c9.4-9.4 24.6-9.4 33.9 0l192 192c9.4 9.4 9.4 24.6 0 33.9z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaSmile(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 496 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 192a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm160 0a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm-80 160c-44.2 0-80-35.8-80-48h160c0 12.2-35.8 48-80 48z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaStar(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 576 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36-17.7 54.6l105.7 103L120 470.6c-4.5 26.3 23 46 46.4 33.7L288 405.3l121.6 63.9c23.4 12.3 50.9-7.4 46.4-33.7l-16-93.5 105.7-103c19-18.6 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaTag(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M497.9 225.9L286.1 14.1C277.7 5.7 266.1 0 253.9 0H80C35.8 0 0 35.8 0 80v173.9c0 12.2 5.7 23.8 14.1 32.2L225.9 497.9c17 17 44.6 17 61.6 0L497.9 287.5c17-17 17-44.6 0-61.6zM144 176a48 48 0 1 1 48-48 48 48 0 0 1-48 48z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaThumbsDown(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M408 288h80a24 24 0 0 0 24-24V24a24 24 0 0 0-24-24h-80v288zM56 320c-6.6 11.3-8 24.4-3.9 36.8 8.8 25.8 36.2 49.2 74.7 49.2H192c-10.3 12.9-20.3 31.4-23.1 58.8-3.8 38 8.9 64 58.3 64 22.8 0 41.4-10.6 50.6-28.3C285.2 445.6 304 416 304 384V224H144c-11.8 0-22.8 4.4-30.6 12.4-14.9 14.7-19.2 38.7-12.4 63.6z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaThumbsUp(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M104 224H24a24 24 0 0 0-24 24v240a24 24 0 0 0 24 24h80V224zM456 192c6.6-11.3 8-24.4 3.9-36.8-8.8-25.8-36.2-49.2-74.7-49.2H320c10.3-12.9 20.3-31.4 23.1-58.8 3.8-38-8.9-64-58.3-64-22.8 0-41.4 10.6-50.6 28.3C226.8 66.4 208 96 208 128v160h160c11.8 0 22.8-4.4 30.6-12.4 14.9-14.7 19.2-38.7 12.4-63.6z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaTrash(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 448 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zM432 32H312l-9.4-18.8A24 24 0 0 0 279.1 0H168.9a24 24 0 0 0-23.5 13.2L136 32H16A16 16 0 0 0 0 48v16a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaUser(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 448 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M313.6 304h-16.7a174.6 174.6 0 0 1-145.8 0H134.4A134.4 134.4 0 0 0 0 438.4V464a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48v-25.6A134.4 134.4 0 0 0 313.6 304zM224 256a128 128 0 1 0-128-128 128 128 0 0 0 128 128z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function FaUserCircle(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 496 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 120a88 88 0 1 1-88 88 88 88 0 0 1 88-88zm0 312c-59.6 0-112.9-29.6-146.6-74.6 6.2-45.6 91-70.6 146.6-70.6s140.4 25 146.6 70.6C360.9 410.4 307.6 440 248 440z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const FacebookIcon = ({ className, style }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" className={className} style={style} aria-hidden="true">
|
|
5
|
+
<path d="M22 12.07C22 6.48 17.52 2 11.93 2S2 6.48 2 12.07c0 4.99 3.66 9.128 8.438 9.878v-6.99H7.897v-2.888h2.541V9.845c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.196 2.238.196v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562v1.875h2.773l-.443 2.888h-2.33v6.99C18.34 21.198 22 17.062 22 12.07z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
export default FacebookIcon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const HalfMoonIcon = ({ className, style }) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
aria-hidden="true"
|
|
11
|
+
className={className}
|
|
12
|
+
style={style}
|
|
13
|
+
>
|
|
14
|
+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79Z"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export default HalfMoonIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const HeartIcon = ({ className, style, title = "Favorite" }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" className={className} style={style} role="img">
|
|
5
|
+
<title>{title}</title>
|
|
6
|
+
<path d="M12 21s-7-4.35-10-7.045C-0.334 10.668 3.213 4 8 4c2.206 0 3.813 1.093 4 2.09C12.187 5.093 13.794 4 16 4c4.787 0 8.334 6.668 6 9.955C19 16.65 12 21 12 21z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
export default HeartIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const InstagramIcon = ({ className, style }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" className={className} style={style} aria-hidden="true">
|
|
5
|
+
<path d="M7 2C4.243 2 2 4.243 2 7v10c0 2.757 2.243 5 5 5h10c2.757 0 5-2.243 5-5V7c0-2.757-2.243-5-5-5H7zm10 3a1 1 0 110 2 1 1 0 010-2zM12 7a5 5 0 110 10 5 5 0 010-10z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
export default InstagramIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const LinkedInIcon = ({ className, style }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" className={className} style={style} aria-hidden="true">
|
|
5
|
+
<path d="M4.98 3.5C4.98 4.88 3.86 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM.5 8h4V24h-4V8zM8.5 8h3.83v2.18h.05c.53-1 1.83-2.18 3.77-2.18 4.03 0 4.77 2.65 4.77 6.1V24h-4v-7.1c0-1.69-.03-3.87-2.36-3.87-2.36 0-2.72 1.84-2.72 3.74V24h-4V8z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
export default LinkedInIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const MapMarkerIcon = ({ className, style, title = "Location" }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" className={className} style={style} role="img">
|
|
5
|
+
<title>{title}</title>
|
|
6
|
+
<path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm0 9.5A2.5 2.5 0 1112 6.5a2.5 2.5 0 010 5z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
export default MapMarkerIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export default function MdWbSunny(props) {
|
|
4
|
+
return (
|
|
5
|
+
<svg viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" {...props}>
|
|
6
|
+
<path d="M256 128a128 128 0 1 0 128 128A128 128 0 0 0 256 128zm0-96a16 16 0 0 0 16-16V16a16 16 0 0 0-32 0v.02A16 16 0 0 0 256 32zM256 480a16 16 0 0 0-16 16v16a16 16 0 0 0 32 0v-16a16 16 0 0 0-16-16zM480 240a16 16 0 0 0 16 16h16a16 16 0 0 0 0-32h-16a16 16 0 0 0-16 16zM16 240a16 16 0 0 0 16 16H48a16 16 0 0 0 0-32H32A16 16 0 0 0 16 240z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// src/components/icons/ReFreshIcon.jsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
|
|
4
|
+
// Variant D: Twin arrows forming a bold ring — prominent circular motion icon.
|
|
5
|
+
const ReFreshIcon = ({ className, style }) => (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
viewBox="0 0 24 24"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
aria-hidden="true"
|
|
12
|
+
className={className}
|
|
13
|
+
style={style}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
d="M4 12a8 8 0 0113-6"
|
|
17
|
+
fill="none"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="2.2"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M17 6 l2-2 l-1 4"
|
|
24
|
+
fill="none"
|
|
25
|
+
stroke="currentColor"
|
|
26
|
+
strokeWidth="2.2"
|
|
27
|
+
strokeLinecap="round"
|
|
28
|
+
strokeLinejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
|
|
31
|
+
<path
|
|
32
|
+
d="M20 12a8 8 0 01-13 6"
|
|
33
|
+
fill="none"
|
|
34
|
+
stroke="currentColor"
|
|
35
|
+
strokeWidth="2.2"
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M7 18 l-2 2 l1-4"
|
|
40
|
+
fill="none"
|
|
41
|
+
stroke="currentColor"
|
|
42
|
+
strokeWidth="2.2"
|
|
43
|
+
strokeLinecap="round"
|
|
44
|
+
strokeLinejoin="round"
|
|
45
|
+
/>
|
|
46
|
+
</svg>
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
export default ReFreshIcon;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// src/components/icons/SearchIcon.jsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
|
|
4
|
+
export const SearchIcon = ({ className, style, title = "Search" }) => (
|
|
5
|
+
<svg
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
width="1em"
|
|
9
|
+
height="1em"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
aria-hidden="true"
|
|
12
|
+
className={className}
|
|
13
|
+
style={style}
|
|
14
|
+
role="img"
|
|
15
|
+
>
|
|
16
|
+
<title>{title}</title>
|
|
17
|
+
<path d="M10 2a8 8 0 105.293 14.293l4.707 4.707 1.414-1.414-4.707-4.707A8 8 0 0010 2zm0 2a6 6 0 110 12A6 6 0 0110 4z" />
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
export default SearchIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const StarIcon = ({ className, style, title = "Star" }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" className={className} style={style} role="img">
|
|
5
|
+
<title>{title}</title>
|
|
6
|
+
<path d="M12 .587l3.668 7.431L23.6 9.75l-5.8 5.655L19.335 24 12 20.09 4.665 24 6.2 15.405 0.4 9.75l7.932-1.732L12 .587z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
export default StarIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const TelegramIcon = ({ className, style }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" className={className} style={style} aria-hidden="true">
|
|
5
|
+
<path d="M9.036 15.803l-.377 5.313c.54 0 .774-.232 1.054-.51l2.53-2.422 5.24 3.842c.961.53 1.643.25 1.906-.891l3.454-16.158c.352-1.643-.629-2.281-1.644-1.877L1.12 10.177C-.485 10.83-.46 11.742.848 12.144l5.87 1.83L18.92 6.38c.553-.362 1.058-.162.644.2" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
export default TelegramIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const TwitterIcon = ({ className, style }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" className={className} style={style} aria-hidden="true">
|
|
5
|
+
<path d="M22.46 6c-.77.35-1.6.58-2.46.69a4.3 4.3 0 001.88-2.37 8.59 8.59 0 01-2.72 1.04 4.28 4.28 0 00-7.29 3.9A12.14 12.14 0 013 4.79a4.28 4.28 0 001.33 5.71c-.66-.02-1.28-.2-1.82-.5v.05c0 2.04 1.45 3.74 3.37 4.12-.35.1-.72.15-1.1.15-.27 0-.53-.03-.78-.07a4.29 4.29 0 003.99 2.98A8.6 8.6 0 012 19.54a12.13 12.13 0 006.56 1.92c7.87 0 12.18-6.52 12.18-12.18v-.56A8.7 8.7 0 0022.46 6z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
export default TwitterIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const UserIcon = ({ className, style, title = "User" }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" className={className} style={style} role="img">
|
|
5
|
+
<title>{title}</title>
|
|
6
|
+
<path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4.418 0-8 2.239-8 5v1h16v-1c0-2.761-3.582-5-8-5z" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
export default UserIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const WhatsappIcon = ({ className, style }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" className={className} style={style} aria-hidden="true">
|
|
5
|
+
<path d="M20.52 3.48A11.93 11.93 0 0012 .5 11.94 11.94 0 003.48 3.48 11.94 11.94 0 000 12c0 2.1.55 4.16 1.6 5.98L0 24l6.32-1.66A11.94 11.94 0 0012 24c2.1 0 4.16-.55 5.98-1.6A11.94 11.94 0 0024 12a11.93 11.93 0 00-3.48-8.52zM12 21.5c-1.55 0-3.07-.38-4.42-1.12l-.32-.18-3.76 1 1.02-3.67-.21-.36A8.45 8.45 0 013.5 12c0-4.69 3.81-8.5 8.5-8.5S20.5 7.31 20.5 12 16.69 21.5 12 21.5zM16.5 14.5c-.27-.13-1.6-.79-1.85-.88-.25-.09-.43-.13-.62.13s-.71.88-.87 1.06c-.16.18-.32.2-.6.07-.27-.13-1.13-.42-2.15-1.33-.79-.71-1.32-1.58-1.48-1.86-.16-.28-.02-.43.12-.56.12-.12.27-.32.4-.48.13-.16.17-.27.27-.45.09-.18.05-.34-.02-.47-.07-.13-.62-1.5-.85-2.05-.22-.53-.45-.46-.62-.47l-.53-.01c-.18 0-.47.07-.72.34-.25.27-.96.94-.96 2.29 0 1.35.98 2.66 1.12 2.85.14.18 1.95 3.02 4.73 4.24 3.28 1.5 3.28 1 3.87.94.59-.07 1.92-.78 2.19-1.53.27-.75.27-1.39.19-1.53-.08-.14-.52-.22-.79-.35z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
export default WhatsappIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const YoutubeIcon = ({ className, style }) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" fill="currentColor" className={className} style={style} aria-hidden="true">
|
|
5
|
+
<path d="M23 7.001a2.9 2.9 0 00-2.042-2.05C19.24 4.5 12 4.5 12 4.5s-7.241 0-8.958.451A2.9 2.9 0 001 7.001 29.24 29.24 0 001 12a29.24 29.24 0 00.042 4.999 2.9 2.9 0 002.042 2.05C4.759 19.5 12 19.5 12 19.5s7.241 0 8.958-.451A2.9 2.9 0 0023 16.999 29.24 29.24 0 0023 12a29.24 29.24 0 00-.042-4.999zM10 15.5v-7l6 3.5-6 3.5z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
export default YoutubeIcon;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// src/components/icons/index.js
|
|
2
|
+
// SSOT: All icons exported from custom SVG files only.
|
|
3
|
+
// NO react-icons direct re-exports here — use custom .jsx files for all icons.
|
|
4
|
+
|
|
5
|
+
export { default as FaCheckCircle } from "./FaCheckCircle.jsx";
|
|
6
|
+
export { default as FaStar } from "./FaStar.jsx";
|
|
7
|
+
export { default as FaEye } from "./FaEye.jsx";
|
|
8
|
+
export { default as FaEyeSlash } from "./FaEyeSlash.jsx";
|
|
9
|
+
export { default as FaTrash } from "./FaTrash.jsx";
|
|
10
|
+
export { default as FaUser } from "./FaUser.jsx";
|
|
11
|
+
export { default as FaCalendarAlt } from "./FaCalendarAlt.jsx";
|
|
12
|
+
export { default as FaThumbsUp } from "./FaThumbsUp.jsx";
|
|
13
|
+
export { default as FaThumbsDown } from "./FaThumbsDown.jsx";
|
|
14
|
+
export { default as FaAngleRight } from "./FaAngleRight.jsx";
|
|
15
|
+
export { default as FaMapMarkerAlt } from "./FaMapMarkerAlt.jsx";
|
|
16
|
+
export { default as FaAngleDown } from "./FaAngleDown.jsx";
|
|
17
|
+
export { default as FaLocationArrow } from "./FaLocationArrow.jsx";
|
|
18
|
+
export { default as FaCheck } from "./FaCheck.jsx";
|
|
19
|
+
export { default as FaCheckDouble } from "./FaCheckDouble.jsx";
|
|
20
|
+
export { default as FaPaperPlane } from "./FaPaperPlane.jsx";
|
|
21
|
+
export { default as FaSmile } from "./FaSmile.jsx";
|
|
22
|
+
export { default as FaPaperclip } from "./FaPaperclip.jsx";
|
|
23
|
+
export { default as FaCircle } from "./FaCircle.jsx";
|
|
24
|
+
export { default as FaArrowUp } from "./FaArrowUp.jsx";
|
|
25
|
+
export { default as FaArrowDown } from "./FaArrowDown.jsx";
|
|
26
|
+
export { default as FaUserCircle } from "./FaUserCircle.jsx";
|
|
27
|
+
export { default as FaChevronRight } from "./FaChevronRight.jsx";
|
|
28
|
+
export { default as FaChevronDown } from "./FaChevronDown.jsx";
|
|
29
|
+
export { default as FaComments } from "./FaComments.jsx";
|
|
30
|
+
export { default as FaStarButton } from "./FaStar.jsx";
|
|
31
|
+
export { default as FaArrowLeft } from "./FaArrowLeft.jsx";
|
|
32
|
+
export { default as FaBell } from "./FaBell.jsx";
|
|
33
|
+
export { default as FaTag } from "./FaTag.jsx";
|
|
34
|
+
export { default as FaMapMarker } from "./FaMapMarkerAlt.jsx";
|
|
35
|
+
export { default as FaHome } from "./FaHome.jsx";
|
|
36
|
+
export { default as FaUserIcon } from "./FaUser.jsx";
|
|
37
|
+
export { default as FaMoon } from "./FaMoon.jsx";
|
|
38
|
+
export { default as MdWbSunny } from "./MdWbSunny.jsx";
|
|
39
|
+
export { default as FaSignInAlt } from "./FaSignInAlt.jsx";
|
|
40
|
+
export { default as FaBullhorn } from "./FaBullhorn.jsx";
|
|
41
|
+
export { default as SearchIcon } from "./SearchIcon.jsx";
|
|
42
|
+
export { default as BellIcon } from "./BellIcon.jsx";
|
|
43
|
+
export { default as MapMarkerIcon } from "./MapMarkerIcon.jsx";
|
|
44
|
+
export { default as UserIcon } from "./UserIcon.jsx";
|
|
45
|
+
export { default as HeartIcon } from "./HeartIcon.jsx";
|
|
46
|
+
export { default as StarIcon } from "./StarIcon.jsx";
|
|
47
|
+
export { default as FacebookIcon } from "./FacebookIcon.jsx";
|
|
48
|
+
export { default as InstagramIcon } from "./InstagramIcon.jsx";
|
|
49
|
+
export { default as YoutubeIcon } from "./YoutubeIcon.jsx";
|
|
50
|
+
export { default as RefreshIcon } from "./ReFreshIcon.jsx";
|
|
51
|
+
export { default as SyncIcon } from "./ReFreshIcon.jsx";
|
|
52
|
+
export { default as ChevronDown } from "./ChevronDown.jsx";
|
|
53
|
+
export { default as TwitterIcon } from "./TwitterIcon.jsx";
|
|
54
|
+
export { default as WhatsappIcon } from "./WhatsappIcon.jsx";
|
|
55
|
+
export { default as FaKeyboard } from "./FaKeyboard.jsx";
|
|
56
|
+
export { default as LinkedInIcon } from "./LinkedInIcon.jsx";
|
|
57
|
+
export { default as TelegramIcon } from "./TelegramIcon.jsx";
|
|
58
|
+
export { default as HalfMoonIcon } from "./HalfMoonIcon.jsx";
|
|
59
|
+
export { default as EmailIcon } from "./EmailIcon.jsx";
|
|
60
|
+
|