@zohodesk/icons 1.0.71 → 1.0.73
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/README.md +8 -0
- package/assets_final/fonts/zd-rAI.svg +1 -0
- package/assets_final/fonts/zd-rAI.woff +0 -0
- package/assets_final/fonts/zd-rAI.woff2 +0 -0
- package/assets_final/fonts/zd-rTwotone.svg +6 -0
- package/assets_final/fonts/zd-rTwotone.woff +0 -0
- package/assets_final/fonts/zd-rTwotone.woff2 +0 -0
- package/assets_final/react/zd-font-rAI.module.css +6 -3
- package/assets_final/react/zd-font-rTwotone.module.css +30 -3
- package/coverage/Icon/CustomIcons.js.html +1 -1
- package/coverage/Icon/FontIcon.js.html +1 -1
- package/coverage/Icon/Icon.module.css.html +1 -1
- package/coverage/Icon/index.html +1 -1
- package/coverage/Icon/props/defaultProps.js.html +1 -1
- package/coverage/Icon/props/index.html +1 -1
- package/coverage/Icon/props/propTypes.js.html +1 -1
- package/coverage/index.html +1 -1
- package/coverage/v1/FontIcon.js.html +1 -1
- package/coverage/v1/index.html +1 -1
- package/coverage/v1/props/defaultProps.js.html +1 -1
- package/coverage/v1/props/index.html +1 -1
- package/coverage/v1/props/propTypes.js.html +1 -1
- package/es/Icon/FontFactory.js +6 -2
- package/lib/Icon/FontFactory.js +6 -2
- package/package.json +1 -1
- package/react-cli.config.js +2 -2
- package/result.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
In this GiftBox we Provide FontIcons
|
|
4
4
|
|
|
5
|
+
# 1.0.73
|
|
6
|
+
|
|
7
|
+
- ReactAIIcon --> ZD-AI-playground icon included.
|
|
8
|
+
|
|
9
|
+
# 1.0.72
|
|
10
|
+
|
|
11
|
+
- ReactTwotoneIcon --> ZD-TT-splitView, fullView and ZD-TT-compactView (IM) icons included.
|
|
12
|
+
|
|
5
13
|
# 1.0.71
|
|
6
14
|
|
|
7
15
|
- ReactGeneralFontIcon --> ZD-GN-fileMail, ZD-GN-fileUnknown, ZD-GN-filePpt, ZD-GN-fileDoc, ZD-GN-fileSheet, icon-fileSheet icons modified.
|
|
@@ -15,4 +15,5 @@
|
|
|
15
15
|
<glyph unicode="󈀅" glyph-name="ziaReplyAssistant" d="M866.816 691.2h-64.768c-48.896 111.872-160.512 190.208-290.304 190.208s-241.152-78.336-290.048-189.952h-64.512c-34.304 0-62.208-27.904-62.208-62.208v-128.512c0-34.304 27.904-62.208 62.208-62.208h80.896s2.304 0.512 3.328 0.768c2.048 0 3.84 0 5.888 1.024 0.256 0 0.512 0.256 0.768 0.512 0.512 0 0.768 0.512 1.024 0.768 12.032 5.632 18.176 19.2 13.312 31.744-10.752 29.44-16.384 60.416-16.384 91.904 0 146.432 119.040 265.472 265.472 265.472s265.472-119.040 265.472-265.472-119.040-265.472-265.472-265.472c-0.768 0-1.536-0.256-2.304-0.512-42.24-0.768-76.544-35.584-76.544-78.080s35.072-78.080 78.336-78.080 78.336 35.072 78.336 78.080v37.376c95.232 24.064 173.568 91.392 212.48 179.968h65.024c34.304 0 62.208 27.904 62.208 62.208v128.512c0 34.304-27.904 62.208-62.208 62.208zM204.288 489.472h-47.104c-6.144 0-11.008 4.864-11.008 11.008v128.512c0 6.144 4.864 11.008 11.008 11.008h47.36c-5.888-24.32-9.472-49.408-9.472-75.52s3.328-50.688 9.216-75.264zM538.112 220.672c0-14.848-12.032-26.88-27.136-26.88s-27.136 12.032-27.136 26.88 12.032 26.88 27.136 26.88c0.512 0 1.024 0.256 1.536 0.256 8.448 0 16.896 0.512 25.344 1.28v-28.672zM877.824 500.224c0-6.144-4.864-11.008-11.008-11.008h-47.872c5.888 24.32 9.472 49.408 9.472 75.52s-3.584 50.944-9.472 75.264h47.616c6.144 0 11.008-4.864 11.008-11.008v-128.512zM506.88 519.936c-22.784 0-41.216 18.432-41.216 41.216s18.432 41.216 41.216 41.216 41.216-18.432 41.216-41.216-18.432-41.216-41.216-41.216zM410.368 561.152c0-22.784-18.432-41.216-41.216-41.216s-41.216 18.432-41.216 41.216 18.432 41.216 41.216 41.216 41.216-18.432 41.216-41.216zM644.352 519.936c-22.784 0-41.216 18.432-41.216 41.216s18.432 41.216 41.216 41.216 41.216-18.432 41.216-41.216-18.432-41.216-41.216-41.216z" />
|
|
16
16
|
<glyph unicode="󈀆" glyph-name="ziaRegerate" d="M183.552 511.488c0-61.696 17.152-121.6 49.408-173.568 7.424-12.032 3.84-27.904-8.192-35.328-4.352-2.56-8.96-3.84-13.568-3.84-8.448 0-16.896 4.352-21.76 12.032-37.376 60.16-57.344 129.536-57.344 200.704 0 209.408 170.496 379.648 379.648 379.648 38.4 0 75.52-6.144 111.36-17.152l-16.64 36.096c-5.888 12.8 0 28.16 12.544 34.048 12.8 5.888 27.904 0 34.048-12.544l43.008-93.952s0-0.768 0.256-1.28c0.768-1.792 1.024-3.584 1.28-5.632 0-1.536 0.512-2.816 0.512-4.096 0-1.792-0.512-3.328-0.768-4.864s-0.768-3.328-1.28-4.864c0-0.512 0-1.024-0.512-1.536-0.512-1.024-1.536-1.792-2.048-2.56-1.024-1.536-1.792-2.816-3.072-4.096s-2.816-2.304-4.352-3.072c-1.024-0.512-1.536-1.536-2.56-1.792l-93.952-43.008c-3.328-1.536-7.168-2.304-10.752-2.304-9.728 0-18.944 5.632-23.296 14.848-5.888 12.8 0 28.16 12.544 34.048l39.424 17.92c-30.72 9.472-62.72 14.848-95.744 14.848-181.248 0-328.448-147.456-328.448-328.448zM847.104 690.432c-6.656 12.544-22.272 17.152-34.56 10.496-12.544-6.656-17.152-22.272-10.496-34.56 25.344-47.36 38.656-100.608 38.656-154.624 0-181.248-147.456-328.448-328.448-328.448-34.304 0-67.328 5.632-99.328 15.616l39.168 17.92c12.8 5.888 18.432 20.992 12.544 34.048-5.888 12.8-20.992 18.432-34.048 12.544l-93.952-43.008c-12.8-5.888-18.432-20.992-12.544-34.048l43.008-93.952c4.352-9.472 13.568-14.848 23.296-14.848 3.584 0 7.168 0.768 10.752 2.304 12.8 5.888 18.432 20.992 12.544 34.048l-16.64 36.352c36.864-11.776 75.264-18.176 114.944-18.176 209.408 0 379.648 170.24 379.648 379.648 0 62.208-15.36 124.16-44.544 178.688zM528.384 568.832c0 8.704-6.912 15.616-15.616 15.616s-15.616-6.912-15.616-15.616c0-46.080-37.376-83.456-83.456-83.456-8.704 0-15.616-6.912-15.616-15.616s6.912-15.616 15.616-15.616c46.080 0 83.456-37.376 83.456-83.456 0-8.704 6.912-15.616 15.616-15.616s15.616 6.912 15.616 15.616c0 46.080 37.376 83.456 83.456 83.456 8.704 0 15.616 6.912 15.616 15.616s-6.912 15.616-15.616 15.616c-46.080 0-83.456 37.376-83.456 83.456zM640.768 539.648c4.352 0 7.936 3.584 7.936 7.936 0 23.296 18.944 41.984 41.984 41.984 4.352 0 7.936 3.584 7.936 7.936s-3.584 7.936-7.936 7.936c-23.296 0-41.984 18.944-41.984 41.984 0 4.352-3.584 7.936-7.936 7.936s-7.936-3.584-7.936-7.936c0-23.296-18.944-41.984-41.984-41.984-4.352 0-7.936-3.584-7.936-7.936s3.584-7.936 7.936-7.936c23.296 0 41.984-18.944 41.984-41.984 0-4.352 3.584-7.936 7.936-7.936z" />
|
|
17
17
|
<glyph unicode="󈀇" glyph-name="chatGPT" d="M411.648 628.48v81.408c0 6.912 2.56 12.032 8.704 15.36l163.584 93.952c22.272 12.8 48.896 18.688 76.288 18.688 102.656 0 167.68-79.616 167.68-164.352 0-5.888 0-12.8-0.768-19.712l-169.472 99.328c-10.24 5.888-20.48 5.888-30.72 0l-214.784-124.672zM792.832 311.552v194.304c0 12.032-5.12 20.48-15.36 26.624l-214.784 125.184 70.144 40.192c5.888 3.328 11.008 3.328 17.152 0l163.328-94.208c47.104-27.392 78.592-85.504 78.592-142.080 0-65.024-38.656-124.928-99.328-149.76v0zM360.96 483.072l-70.144 41.216c-5.888 3.328-8.448 8.448-8.448 15.36v188.16c0 91.648 70.4 160.768 165.376 160.768 35.84 0 69.376-12.032 97.536-33.536l-168.704-97.536c-10.24-5.888-15.36-14.592-15.36-26.624v-248.064s0 0 0 0zM512 395.52l-100.608 56.576v119.808s100.608 56.32 100.608 56.32l100.608-56.576v-119.808s-100.608-56.32-100.608-56.32zM576.256 135.424c-35.84 0-69.376 12.032-97.536 33.536l168.704 97.536c10.24 5.888 15.36 14.592 15.36 26.624v248.064s71.168-41.216 71.168-41.216c5.888-3.328 8.448-8.448 8.448-15.36v-188.16c0-91.648-71.168-160.768-166.144-160.768v0zM373.76 326.4l-163.328 94.208c-47.104 27.392-78.592 85.504-78.592 142.080 0 65.792 39.424 124.928 100.096 149.76v-195.072c0-12.032 5.12-20.48 15.36-26.624l213.76-124.16-70.144-40.192c-5.888-3.328-11.008-3.328-17.152 0zM364.288 186.112c-96.768 0-167.68 72.96-167.68 162.56 0 6.912 0.768 13.568 1.792 20.48l168.448-97.536c10.24-5.888 20.48-5.888 30.72 0l214.784 123.904v-81.408c0-6.912-2.56-12.032-8.704-15.36l-163.584-93.952c-22.272-12.8-48.896-18.688-76.288-18.688v0zM576.256 84.224c103.424 0 189.952 73.472 209.664 171.008 95.744 24.832 157.44 114.688 157.44 206.080 0 59.904-25.6 118.016-71.68 160 4.352 17.92 6.912 35.84 6.912 54.016 0 122.368-99.072 214.016-213.76 214.016-23.040 0-45.312-3.328-67.584-11.008-38.4 37.632-91.648 61.696-149.76 61.696-103.424 0-189.952-73.472-209.664-171.008-95.744-24.832-157.44-114.688-157.44-206.080 0-59.904 25.6-118.016 71.68-160-4.352-17.92-6.912-35.84-6.912-54.016 0-122.368 99.072-214.016 213.76-214.016 23.040 0 45.312 3.328 67.584 11.008 38.4-37.632 91.392-61.696 149.76-61.696z" />
|
|
18
|
+
<glyph unicode="󈀈" glyph-name="playground" d="M916.992 111.104l-67.328 78.848c31.744 35.584 50.944 82.432 50.944 133.888 0 111.616-90.624 202.24-202.24 202.24s-202.24-90.624-202.24-202.24 90.624-202.24 202.24-202.24c41.728 0 80.64 12.8 112.896 34.56l66.816-78.080c5.12-5.888 12.288-8.96 19.456-8.96 5.888 0 11.776 2.048 16.64 6.144 10.752 9.216 12.032 25.344 2.816 36.096zM547.328 323.84c0 83.2 67.84 151.040 151.040 151.040s151.040-67.84 151.040-151.040-67.84-151.040-151.040-151.040-151.040 67.84-151.040 151.040zM324.352 559.616h-143.104c-15.872 0-28.928 13.056-28.928 28.928v286.208c0 15.872 13.056 28.928 28.928 28.928h286.208c15.872 0 28.928-13.056 28.928-28.928v-155.136c0-14.080 11.52-25.6 25.6-25.6s25.6 11.52 25.6 25.6v155.136c0 44.288-36.096 80.128-80.128 80.128h-286.208c-44.288 0-80.128-36.096-80.128-80.128v-286.208c0-44.288 36.096-80.128 80.128-80.128h143.104c14.080 0 25.6 11.52 25.6 25.6s-11.52 25.6-25.6 25.6zM467.456 233.472c-15.872 0-28.928 13.056-28.928 28.928v286.208c0 15.872 13.056 28.928 28.928 28.928h286.208c15.872 0 28.928-13.056 28.928-28.928 0-14.080 11.52-25.6 25.6-25.6s25.6 11.52 25.6 25.6c0 44.288-36.096 80.128-80.128 80.128h-286.208c-44.288 0-80.128-36.096-80.128-80.128v-286.208c0-44.288 36.096-80.128 80.128-80.128 14.080 0 25.6 11.52 25.6 25.6s-11.52 25.6-25.6 25.6zM800.256 389.376c-8.704 11.264-24.832 13.056-35.84 4.352l-88.32-69.376-29.184 32c-9.472 10.496-25.6 11.008-36.096 1.536s-11.008-25.856-1.536-36.096l45.312-49.408c5.12-5.376 12.032-8.192 18.944-8.192 5.632 0 11.008 1.792 15.872 5.376l107.008 83.968c11.008 8.704 13.056 24.832 4.352 35.84zM408.576 647.424c9.984 9.984 9.984 26.112 0 36.096l-48.128 48.128 48.128 48.128c9.984 9.984 9.984 26.112 0 36.096s-26.112 9.984-36.096 0l-48.128-48.128-48.128 48.128c-9.984 9.984-26.112 9.984-36.096 0s-9.984-26.112 0-36.096l48.128-48.128-48.128-48.128c-9.984-9.984-9.984-26.112 0-36.096 5.12-5.12 11.52-7.424 18.176-7.424s13.056 2.56 18.176 7.424l48.128 48.128 48.128-48.128c5.12-5.12 11.52-7.424 18.176-7.424s13.056 2.56 18.176 7.424z" />
|
|
18
19
|
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -264,4 +264,10 @@
|
|
|
264
264
|
<glyph unicode="󅃾" horiz-adv-x="1090" d="M377.098 284.549c0-8.471-6.588-15.059-15.059-15.059-74.98 0-135.843-61.176-135.843-135.843 0-8.157-6.588-15.059-15.059-15.059s-15.059 6.588-15.059 15.059c0 74.98-61.176 135.843-135.843 135.843-8.157 0-15.059 6.588-15.059 15.059s6.588 15.059 15.059 15.059c74.98 0 135.843 61.176 135.843 135.843 0 8.157 6.588 15.059 15.059 15.059s15.059-6.588 15.059-15.059c0-74.98 61.176-135.843 135.843-135.843 8.157 0 15.059-6.588 15.059-15.059zM69.333 645.333c7.529 0 13.804 5.961 13.804 13.804 0 23.216 18.824 42.039 42.039 42.039 7.529 0 13.804 5.961 13.804 13.804s-5.961 13.804-13.804 13.804c-23.216 0-42.039 18.824-42.039 42.039 0 7.529-5.961 13.804-13.804 13.804s-13.804-5.961-13.804-13.804c0-23.216-18.824-42.039-42.039-42.039-7.529 0-13.804-5.961-13.804-13.804s5.961-13.804 13.804-13.804c23.216 0 42.039-18.824 42.039-42.039 0-7.529 5.961-13.804 13.804-13.804zM578.196 900.392c34.51 0 62.745-28.235 62.745-62.745 0-11.294 9.098-20.392 20.392-20.392s20.392 9.098 20.392 20.392c0 34.51 27.922 62.745 62.745 62.745 11.294 0 20.392 9.098 20.392 20.392s-9.098 20.392-20.392 20.392c-34.51 0-62.745 27.922-62.745 62.745 0 11.294-9.098 20.392-20.392 20.392s-20.392-9.098-20.392-20.392c0-34.51-28.235-62.745-62.745-62.745-11.294 0-20.392-9.098-20.392-20.392s9.098-20.392 20.392-20.392zM1057.569 64.627l-32.627-32.627c-21.333-21.333-49.255-32-77.49-32s-56.157 10.667-77.176 32l-576.941 576.627c-20.706 20.706-32 48-32 77.176s11.294 56.784 32 77.176l32.627 32.627c42.667 42.667 112 42.667 154.667 0l576.627-576.627c42.667-42.667 42.667-112 0-154.667zM337.882 652.863l76.863-76.863 98.824 98.824-76.863 76.863c-9.098 9.098-21.020 13.49-32.941 13.49s-23.843-4.706-32.941-13.49l-32.627-32.627c-18.196-18.196-18.196-47.686 0-65.882zM1013.020 175.059l-455.529 455.529-98.824-98.824 455.529-455.529c18.196-18.196 47.686-18.196 65.882 0l32.627 32.627c18.196 18.196 18.196 47.686 0 65.882z" />
|
|
265
265
|
<glyph unicode="󅃿" horiz-adv-x="1041" d="M265.564 906.68h644.623c72.365 0 131.029-58.664 131.029-131.029v-644.623c0-72.365-58.664-131.029-131.029-131.029h-644.623c-72.365 0-131.029 58.664-131.029 131.029v644.623c0 72.365 58.664 131.029 131.029 131.029z" />
|
|
266
266
|
<glyph unicode="󅄀" horiz-adv-x="1041" d="M998.177 603.816c-36.981 0-67.268 30.286-67.268 67.268 0 12.115-9.564 21.998-21.998 21.998s-21.998-9.564-21.998-21.998c0-36.981-30.286-67.268-67.268-67.268-12.115 0-21.998-9.564-21.998-21.998s9.564-21.998 21.998-21.998c36.981 0 67.268-30.286 67.268-67.268 0-12.115 9.564-21.998 21.998-21.998s21.998 9.564 21.998 21.998c0 36.981 30.286 67.268 67.268 67.268 12.115 0 21.998 9.564 21.998 21.998s-9.564 21.998-21.998 21.998zM945.574 269.39c-87.671 0-159.083 71.731-159.083 159.402 0 17.215-14.027 31.243-31.243 31.243s-31.243-14.027-31.243-31.243c0-87.671-71.731-159.402-159.402-159.402-17.215 0-31.243-14.027-31.243-31.243s14.027-31.243 31.243-31.243c87.671 0 159.402-71.412 159.402-159.083 0-17.215 14.027-31.243 31.243-31.243s31.243 14.027 31.243 31.243c0 87.671 71.412 159.083 159.083 159.083 17.215 0 31.243 14.027 31.243 31.243s-14.027 31.243-31.243 31.243zM649.086 692.443c0 18.809-15.303 34.431-34.431 34.431h-329.325c-18.809 0-34.431-15.303-34.431-34.431s15.303-34.431 34.431-34.431h329.325c18.809 0 34.431 15.303 34.431 34.431zM285.649 517.42c-18.809 0-34.431-15.303-34.431-34.431s15.303-34.431 34.431-34.431h185.544c18.809 0 34.431 15.303 34.431 34.431s-15.303 34.431-34.431 34.431h-185.544zM484.902 43.039h-326.456c-87.352 0-158.446 71.093-158.446 158.446v664.070c0 87.352 71.093 158.446 158.446 158.446h664.070c87.352 0 158.446-71.093 158.446-158.446v-57.704c0-17.534-14.346-31.88-31.88-31.88s-31.88 14.346-31.88 31.88v57.704c0 52.284-42.401 94.685-94.685 94.685h-664.070c-52.284 0-94.685-42.401-94.685-94.685v-664.070c0-52.284 42.401-94.685 94.685-94.685h326.456c17.534 0 31.88-14.346 31.88-31.88s-14.346-31.88-31.88-31.88z" />
|
|
267
|
+
<glyph unicode="󅄁" horiz-adv-x="1242" d="M244.763 910.684h865.357c72.596 0 131.447-58.851 131.447-131.447v-647.79c0-72.596-58.851-131.447-131.447-131.447h-865.357c-72.596 0-131.447 58.851-131.447 131.447v647.79c0 72.596 58.851 131.447 131.447 131.447z" />
|
|
268
|
+
<glyph unicode="󅄂" horiz-adv-x="1242" d="M1034.198 1024h-864.98c-93.297 0-169.219-75.922-169.219-169.219v-647.79c0-93.297 75.922-169.219 169.219-169.219h864.98c93.297 0 169.219 75.922 169.219 169.219v647.79c0 93.297-75.922 169.219-169.219 169.219zM1128.251 206.991c0-51.748-41.927-93.675-93.675-93.675h-865.357c-51.748 0-93.675 41.927-93.675 93.675v647.79c0 51.748 41.927 93.675 93.675 93.675h864.98c51.748 0 93.675-41.927 93.675-93.675v-647.79zM919.371 430.224c0-20.775-16.997-37.772-37.772-37.772h-133.713v-133.713c0-20.775-16.997-37.772-37.772-37.772s-37.772 16.997-37.772 37.772v171.485c0 20.775 16.997 37.772 37.772 37.772h171.485c20.775 0 37.772-16.997 37.772-37.772zM919.371 631.549c0-20.775-16.997-37.772-37.772-37.772h-171.485c-20.775 0-37.772 16.997-37.772 37.772v171.485c0 20.775 16.997 37.772 37.772 37.772s37.772-16.997 37.772-37.772v-133.713h133.713c20.775 0 37.772-16.997 37.772-37.772zM531.453 803.034v-171.485c0-20.775-16.997-37.772-37.772-37.772h-171.485c-20.775 0-37.772 16.997-37.772 37.772s16.997 37.772 37.772 37.772h133.713v133.713c0 20.775 16.997 37.772 37.772 37.772s37.772-16.997 37.772-37.772zM531.453 430.224v-171.485c0-20.775-16.997-37.772-37.772-37.772s-37.772 16.997-37.772 37.772v133.713h-133.713c-20.775 0-37.772 16.997-37.772 37.772s16.997 37.772 37.772 37.772h171.485c20.775 0 37.772-16.997 37.772-37.772z" />
|
|
269
|
+
<glyph unicode="󅄃" horiz-adv-x="1242" d="M244.763 910.684h865.357c72.596 0 131.447-58.851 131.447-131.447v-647.79c0-72.596-58.851-131.447-131.447-131.447h-865.357c-72.596 0-131.447 58.851-131.447 131.447v647.79c0 72.596 58.851 131.447 131.447 131.447z" />
|
|
270
|
+
<glyph unicode="󅄄" horiz-adv-x="1242" d="M1034.198 1024h-864.98c-93.297 0-169.219-75.922-169.219-169.219v-647.79c0-93.297 75.922-169.219 169.219-169.219h864.98c93.297 0 169.219 75.922 169.219 169.219v647.79c0 93.297-75.922 169.219-169.219 169.219zM1128.251 206.991c0-51.748-41.927-93.675-93.675-93.675h-865.357c-51.748 0-93.675 41.927-93.675 93.675v647.79c0 51.748 41.927 93.675 93.675 93.675h864.98c51.748 0 93.675-41.927 93.675-93.675v-647.79zM957.143 430.224v-171.485c0-20.775-16.997-37.772-37.772-37.772h-171.485c-20.775 0-37.772 16.997-37.772 37.772s16.997 37.772 37.772 37.772h133.713v133.713c0 20.775 16.997 37.772 37.772 37.772s37.772-16.997 37.772-37.772zM957.143 803.034v-171.485c0-20.775-16.997-37.772-37.772-37.772s-37.772 16.997-37.772 37.772v133.713h-133.713c-20.775 0-37.772 16.997-37.772 37.772s16.997 37.772 37.772 37.772h171.485c20.775 0 37.772-16.997 37.772-37.772zM493.681 803.034c0-20.775-16.997-37.772-37.772-37.772h-133.713v-133.713c0-20.775-16.997-37.772-37.772-37.772s-37.772 16.997-37.772 37.772v171.485c0 20.775 16.997 37.772 37.772 37.772h171.485c20.775 0 37.772-16.997 37.772-37.772zM493.681 258.738c0-20.775-16.997-37.772-37.772-37.772h-171.485c-20.775 0-37.772 16.997-37.772 37.772v171.485c0 20.775 16.997 37.772 37.772 37.772s37.772-16.997 37.772-37.772v-133.713h133.713c20.775 0 37.772-16.997 37.772-37.772z" />
|
|
271
|
+
<glyph unicode="󅄅" horiz-adv-x="1063" d="M1063.148 724.727v-554.869c0-62.119-50.472-112.591-112.591-112.591h-435.16v780.052h435.16c62.119 0 112.591-50.472 112.591-112.591z" />
|
|
272
|
+
<glyph unicode="󅄆" horiz-adv-x="1063" d="M885.849 934.38h-338.098v24.912h13.912c17.795 0 32.354 14.559 32.354 32.354s-14.559 32.354-32.354 32.354h-92.209c-17.795 0-32.354-14.559-32.354-32.354s14.559-32.354 32.354-32.354h13.912v-24.912h-338.421c-79.914 0-144.945-65.031-144.945-144.945v-554.869c0-79.914 65.031-144.945 144.945-144.945h338.098v-24.912h-13.912c-17.795 0-32.354-14.559-32.354-32.354s14.559-32.354 32.354-32.354h92.209c17.795 0 32.354 14.559 32.354 32.354s-14.559 32.354-32.354 32.354h-13.912v24.912h338.098c79.914 0 144.945 65.031 144.945 144.945v554.869c0 79.914-65.031 144.945-144.945 144.945zM144.945 154.328c-44.325 0-80.238 35.913-80.238 80.238v554.869c0 44.325 35.913 80.238 80.238 80.238h338.098v-715.344h-338.098zM966.41 234.566c0-44.325-35.913-80.238-80.238-80.238h-338.098v715.344h338.098c44.325 0 80.238-35.913 80.238-80.238v-554.869z" />
|
|
267
273
|
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*$Id$*/
|
|
2
2
|
@font-face {
|
|
3
|
-
font-family:"zdf-
|
|
3
|
+
font-family:"zdf-rAI_5";
|
|
4
4
|
src:
|
|
5
5
|
url('../fonts/zd-rAI.woff2') format('woff2'),
|
|
6
6
|
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
font-display: block;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.icon-ziaSummary,.icon-ziaTranslator,.icon-ziaContentEnhancer,.icon-ziaQualityChecker,.icon-ziaGenerateContent,.icon-ziaReplyAssistant,.icon-ziaRegerate,.icon-chatGPT{
|
|
15
|
-
font-family:"zdf-
|
|
14
|
+
.icon-ziaSummary,.icon-ziaTranslator,.icon-ziaContentEnhancer,.icon-ziaQualityChecker,.icon-ziaGenerateContent,.icon-ziaReplyAssistant,.icon-ziaRegerate,.icon-chatGPT,.icon-playground{
|
|
15
|
+
font-family:"zdf-rAI_5" !important;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.icon-ziaSummary:before {
|
|
@@ -39,3 +39,6 @@
|
|
|
39
39
|
.icon-chatGPT:before {
|
|
40
40
|
content: "\c8007";
|
|
41
41
|
}
|
|
42
|
+
.icon-playground:before {
|
|
43
|
+
content: "\c8008";
|
|
44
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*$Id$*/
|
|
2
2
|
@font-face {
|
|
3
|
-
font-family:"zdf-
|
|
3
|
+
font-family:"zdf-rTwotone_26";
|
|
4
4
|
src:
|
|
5
5
|
url('../fonts/zd-rTwotone.woff2') format('woff2'),
|
|
6
6
|
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
font-display: block;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.icon-accounts,.icon-activities,.icon-agentQueue,.icon-article,.icon-chCallIn,.icon-chChat,.icon-chChatIn,.icon-chChatOut,.icon-chForwardDraft,.icon-chFacebook,.icon-chFacebookIn,.icon-chFacebookOut,.icon-chForum,.icon-chForumIn,.icon-chForumOut,.icon-chMail,.icon-chMailForward,.icon-chMailIn,.icon-chMailOut,.icon-ttChTwitter,.icon-ttChTwitterIn,.icon-ttChTwitterOut,.icon-chWidget,.icon-contact,.icon-contracts,.icon-crm,.icon-dashboard,.icon-event,.icon-feeds,.icon-gallery,.icon-gear,.icon-manage,.icon-notification,.icon-overview,.icon-search,.icon-tags,.icon-task,.icon-teamQueue,.icon-views,.icon-chInstagram,.icon-chInstagramOut,.icon-chInstagramIn,.icon-flagFill,.icon-chWhatsApp,.icon-chWhatsAppIn,.icon-chWhatsAppOut,.icon-product,.icon-gamescope,.icon-chDraft,.icon-remoteAssist,.icon-conversation,.icon-chDirectFacebook,.icon-analytics,.icon-annoncement,.icon-books,.icon-bug,.icon-bot,.icon-chCall,.icon-chCallOut,.icon-chHappiness,.icon-chHappinessIn,.icon-chHappinessOut,.icon-chWeb,.icon-chWebIn,.icon-chWebOut,.icon-comments,.icon-follow,.icon-idea,.icon-info,.icon-QuestionStroke,.icon-reports,.icon-share,.icon-ticket,.icon-ticketProperties,.icon-timeLine,.icon-triangleAlert,.icon-moreApps,.icon-reply,.icon-skills,.icon-instaIM,.icon-imWeChat,.icon-imtwillio,.icon-imTelegram,.icon-imLine,.icon-imASAP,.icon-pdf,.icon-mp4,.icon-code,.icon-unknown,.icon-txt,.icon-zip,.icon-image,.icon-mp3,.icon-ttLocation,.icon-ttAttach,.icon-ttHash,.icon-supportPlan,.icon-zia,.icon-xls,.icon-ppt,.icon-fbMessanger,.icon-customModule,.icon-blocked,.icon-ended,.icon-allChannels,.icon-ttreschedule,.icon-chTwitterDirect,.icon-ttFilter,.icon-notificationBell,.icon-selfservicePortal,.icon-ttComment,.icon-ttCommentOut,.icon-ttCommentIn,.icon-aiInbox,.icon-aiChatSummary{
|
|
15
|
-
font-family:"zdf-
|
|
14
|
+
.icon-accounts,.icon-activities,.icon-agentQueue,.icon-article,.icon-chCallIn,.icon-chChat,.icon-chChatIn,.icon-chChatOut,.icon-chForwardDraft,.icon-chFacebook,.icon-chFacebookIn,.icon-chFacebookOut,.icon-chForum,.icon-chForumIn,.icon-chForumOut,.icon-chMail,.icon-chMailForward,.icon-chMailIn,.icon-chMailOut,.icon-ttChTwitter,.icon-ttChTwitterIn,.icon-ttChTwitterOut,.icon-chWidget,.icon-contact,.icon-contracts,.icon-crm,.icon-dashboard,.icon-event,.icon-feeds,.icon-gallery,.icon-gear,.icon-manage,.icon-notification,.icon-overview,.icon-search,.icon-tags,.icon-task,.icon-teamQueue,.icon-views,.icon-chInstagram,.icon-chInstagramOut,.icon-chInstagramIn,.icon-flagFill,.icon-chWhatsApp,.icon-chWhatsAppIn,.icon-chWhatsAppOut,.icon-product,.icon-gamescope,.icon-chDraft,.icon-remoteAssist,.icon-conversation,.icon-chDirectFacebook,.icon-analytics,.icon-annoncement,.icon-books,.icon-bug,.icon-bot,.icon-chCall,.icon-chCallOut,.icon-chHappiness,.icon-chHappinessIn,.icon-chHappinessOut,.icon-chWeb,.icon-chWebIn,.icon-chWebOut,.icon-comments,.icon-follow,.icon-idea,.icon-info,.icon-QuestionStroke,.icon-reports,.icon-share,.icon-ticket,.icon-ticketProperties,.icon-timeLine,.icon-triangleAlert,.icon-moreApps,.icon-reply,.icon-skills,.icon-instaIM,.icon-imWeChat,.icon-imtwillio,.icon-imTelegram,.icon-imLine,.icon-imASAP,.icon-pdf,.icon-mp4,.icon-code,.icon-unknown,.icon-txt,.icon-zip,.icon-image,.icon-mp3,.icon-ttLocation,.icon-ttAttach,.icon-ttHash,.icon-supportPlan,.icon-zia,.icon-xls,.icon-ppt,.icon-fbMessanger,.icon-customModule,.icon-blocked,.icon-ended,.icon-allChannels,.icon-ttreschedule,.icon-chTwitterDirect,.icon-ttFilter,.icon-notificationBell,.icon-selfservicePortal,.icon-ttComment,.icon-ttCommentOut,.icon-ttCommentIn,.icon-aiInbox,.icon-aiChatSummary,.icon-compactView,.icon-fullView,.icon-splitView{
|
|
15
|
+
font-family:"zdf-rTwotone_26" !important;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.icon-accounts .path1:before {
|
|
@@ -1203,3 +1203,30 @@
|
|
|
1203
1203
|
margin-left: -1.0166015625em;
|
|
1204
1204
|
color: rgb(0, 0, 0);
|
|
1205
1205
|
}
|
|
1206
|
+
.icon-compactView .path1:before {
|
|
1207
|
+
content: "\c5101";
|
|
1208
|
+
color: rgb(153, 153, 153);
|
|
1209
|
+
}
|
|
1210
|
+
.icon-compactView .path2:before {
|
|
1211
|
+
content: "\c5102";
|
|
1212
|
+
margin-left: -1.212890625em;
|
|
1213
|
+
color: rgb(0, 0, 0);
|
|
1214
|
+
}
|
|
1215
|
+
.icon-fullView .path1:before {
|
|
1216
|
+
content: "\c5103";
|
|
1217
|
+
color: rgb(153, 153, 153);
|
|
1218
|
+
}
|
|
1219
|
+
.icon-fullView .path2:before {
|
|
1220
|
+
content: "\c5104";
|
|
1221
|
+
margin-left: -1.212890625em;
|
|
1222
|
+
color: rgb(0, 0, 0);
|
|
1223
|
+
}
|
|
1224
|
+
.icon-splitView .path1:before {
|
|
1225
|
+
content: "\c5105";
|
|
1226
|
+
color: rgb(153, 153, 153);
|
|
1227
|
+
}
|
|
1228
|
+
.icon-splitView .path2:before {
|
|
1229
|
+
content: "\c5106";
|
|
1230
|
+
margin-left: -1.0380859375em;
|
|
1231
|
+
color: rgb(0, 0, 0);
|
|
1232
|
+
}
|
|
@@ -424,7 +424,7 @@ export const allCustomIcons = { ...CustomIcons, ...TwoToneIcons };
|
|
|
424
424
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
425
425
|
Code coverage generated by
|
|
426
426
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
427
|
-
at 2025-
|
|
427
|
+
at 2025-05-23T07:19:08.912Z
|
|
428
428
|
</div>
|
|
429
429
|
<script src="../prettify.js"></script>
|
|
430
430
|
<script>
|
|
@@ -289,7 +289,7 @@ FontIcon.defaultProps = IconDefaultProps;
|
|
|
289
289
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
290
290
|
Code coverage generated by
|
|
291
291
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
292
|
-
at 2025-
|
|
292
|
+
at 2025-05-23T07:19:08.912Z
|
|
293
293
|
</div>
|
|
294
294
|
<script src="../prettify.js"></script>
|
|
295
295
|
<script>
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
236
236
|
Code coverage generated by
|
|
237
237
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
238
|
-
at 2025-
|
|
238
|
+
at 2025-05-23T07:19:08.912Z
|
|
239
239
|
</div>
|
|
240
240
|
<script src="../prettify.js"></script>
|
|
241
241
|
<script>
|
package/coverage/Icon/index.html
CHANGED
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2025-
|
|
134
|
+
at 2025-05-23T07:19:08.912Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
86
86
|
Code coverage generated by
|
|
87
87
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
88
|
-
at 2025-
|
|
88
|
+
at 2025-05-23T07:19:08.912Z
|
|
89
89
|
</div>
|
|
90
90
|
<script src="../../prettify.js"></script>
|
|
91
91
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2025-
|
|
119
|
+
at 2025-05-23T07:19:08.912Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -127,7 +127,7 @@ export const IconProps = {
|
|
|
127
127
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
128
128
|
Code coverage generated by
|
|
129
129
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
130
|
-
at 2025-
|
|
130
|
+
at 2025-05-23T07:19:08.912Z
|
|
131
131
|
</div>
|
|
132
132
|
<script src="../../prettify.js"></script>
|
|
133
133
|
<script>
|
package/coverage/index.html
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
147
147
|
Code coverage generated by
|
|
148
148
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
149
|
-
at 2025-
|
|
149
|
+
at 2025-05-23T07:19:08.912Z
|
|
150
150
|
</div>
|
|
151
151
|
<script src="prettify.js"></script>
|
|
152
152
|
<script>
|
|
@@ -283,7 +283,7 @@ FontIcon.defaultProps = IconDefaultProps;
|
|
|
283
283
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
284
284
|
Code coverage generated by
|
|
285
285
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
286
|
-
at 2025-
|
|
286
|
+
at 2025-05-23T07:19:08.912Z
|
|
287
287
|
</div>
|
|
288
288
|
<script src="../prettify.js"></script>
|
|
289
289
|
<script>
|
package/coverage/v1/index.html
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2025-
|
|
104
|
+
at 2025-05-23T07:19:08.912Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
86
86
|
Code coverage generated by
|
|
87
87
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
88
|
-
at 2025-
|
|
88
|
+
at 2025-05-23T07:19:08.912Z
|
|
89
89
|
</div>
|
|
90
90
|
<script src="../../prettify.js"></script>
|
|
91
91
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2025-
|
|
119
|
+
at 2025-05-23T07:19:08.912Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -127,7 +127,7 @@ export const IconProps = {
|
|
|
127
127
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
128
128
|
Code coverage generated by
|
|
129
129
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
130
|
-
at 2025-
|
|
130
|
+
at 2025-05-23T07:19:08.912Z
|
|
131
131
|
</div>
|
|
132
132
|
<script src="../../prettify.js"></script>
|
|
133
133
|
<script>
|
package/es/Icon/FontFactory.js
CHANGED
|
@@ -2271,7 +2271,10 @@ export const FontFactory = {
|
|
|
2271
2271
|
'ZD-TT-ttCommentIn': ['icon-ttCommentIn', 3],
|
|
2272
2272
|
'ZD-TT-ttCommentOut': ['icon-ttCommentOut', 3],
|
|
2273
2273
|
'ZD-TT-aiInbox': ['icon-aiInbox', 2],
|
|
2274
|
-
'ZD-TT-aiChatSummary': ['icon-aiChatSummary', 2]
|
|
2274
|
+
'ZD-TT-aiChatSummary': ['icon-aiChatSummary', 2],
|
|
2275
|
+
'ZD-TT-splitView': ['icon-splitView', 2],
|
|
2276
|
+
'ZD-TT-fullView': ['icon-fullView', 2],
|
|
2277
|
+
'ZD-TT-compactView': ['icon-compactView', 2]
|
|
2275
2278
|
},
|
|
2276
2279
|
ReactAccessibilityIcon: {
|
|
2277
2280
|
'ZD-A11Y-hearing': 'icon-hearing',
|
|
@@ -2301,6 +2304,7 @@ export const FontFactory = {
|
|
|
2301
2304
|
'ZD-AI-ziaGenerateContent': 'icon-ziaGenerateContent',
|
|
2302
2305
|
'ZD-AI-ziaReplyAssistant': 'icon-ziaReplyAssistant',
|
|
2303
2306
|
'ZD-AI-ziaRegerate': 'icon-ziaRegerate',
|
|
2304
|
-
'ZD-AI-chatGPT': 'icon-chatGPT'
|
|
2307
|
+
'ZD-AI-chatGPT': 'icon-chatGPT',
|
|
2308
|
+
'ZD-AI-playground': 'icon-playground'
|
|
2305
2309
|
}
|
|
2306
2310
|
};
|
package/lib/Icon/FontFactory.js
CHANGED
|
@@ -1943,7 +1943,10 @@ var FontFactory = {
|
|
|
1943
1943
|
'ZD-TT-ttCommentIn': ['icon-ttCommentIn', 3],
|
|
1944
1944
|
'ZD-TT-ttCommentOut': ['icon-ttCommentOut', 3],
|
|
1945
1945
|
'ZD-TT-aiInbox': ['icon-aiInbox', 2],
|
|
1946
|
-
'ZD-TT-aiChatSummary': ['icon-aiChatSummary', 2]
|
|
1946
|
+
'ZD-TT-aiChatSummary': ['icon-aiChatSummary', 2],
|
|
1947
|
+
'ZD-TT-splitView': ['icon-splitView', 2],
|
|
1948
|
+
'ZD-TT-fullView': ['icon-fullView', 2],
|
|
1949
|
+
'ZD-TT-compactView': ['icon-compactView', 2]
|
|
1947
1950
|
},
|
|
1948
1951
|
ReactAccessibilityIcon: {
|
|
1949
1952
|
'ZD-A11Y-hearing': 'icon-hearing',
|
|
@@ -1973,7 +1976,8 @@ var FontFactory = {
|
|
|
1973
1976
|
'ZD-AI-ziaGenerateContent': 'icon-ziaGenerateContent',
|
|
1974
1977
|
'ZD-AI-ziaReplyAssistant': 'icon-ziaReplyAssistant',
|
|
1975
1978
|
'ZD-AI-ziaRegerate': 'icon-ziaRegerate',
|
|
1976
|
-
'ZD-AI-chatGPT': 'icon-chatGPT'
|
|
1979
|
+
'ZD-AI-chatGPT': 'icon-chatGPT',
|
|
1980
|
+
'ZD-AI-playground': 'icon-playground'
|
|
1977
1981
|
}
|
|
1978
1982
|
};
|
|
1979
1983
|
exports.FontFactory = FontFactory;
|
package/package.json
CHANGED
package/react-cli.config.js
CHANGED
|
@@ -40,10 +40,10 @@ exports.config= {
|
|
|
40
40
|
"zdfonts-rSetup": "zdf-rSetup_3",
|
|
41
41
|
"zdfonts-rTickets": "zdf-rTickets_9",
|
|
42
42
|
"zdfonts-rTopband": "zdf-rTopband_5",
|
|
43
|
-
"zdfonts-rTwotone": "zdf-
|
|
43
|
+
"zdfonts-rTwotone": "zdf-rTwotone_26",
|
|
44
44
|
"zdfonts-rAccessibility": "zdf-rAccessibility_1",
|
|
45
45
|
"zdfonts-rUpdates": "zdf-rUpdates_1",
|
|
46
|
-
"zdfonts-rAI": "zdf-
|
|
46
|
+
"zdfonts-rAI": "zdf-rAI_5"
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
]
|
package/result.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"jobDetails":{"isRunByLocal":true,"hostName":"navas-0968","platForm":"Darwin","branchName":"IconBranchDec22"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":2,"endTime":1742550835122,"startTime":1742550832417,"coverageDetail":{"codeCoveragePercentage":93.59,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}}]}}}
|
|
1
|
+
{"jobDetails":{"isRunByLocal":true,"hostName":"navas-0968","platForm":"Darwin","branchName":"IconBranchDec22"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":2,"endTime":1747984748927,"startTime":1747984746228,"coverageDetail":{"codeCoveragePercentage":93.59,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/v1/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}},{"fileName":"/Users/navas-0968/Navas/Git/IconBranchDec22/jsapps/dot/icons/src/Icon/__tests__/FontIcon.spec.js","CaseList":{"passedCaseList":["rendering the \"default\" props","checking \"isBold\" is true","checking \"isBold\" is false","rendering the \"iconClass\"","rendering the \"fontSize\"","rendering the \"title\"","rendering the \"pathname\"","rendering \"Name\" with \"iconContent\" and without path","rendering \"iconClass\" with path ","rendering \"custumIcon\" with path","rendering \"ariaHidden\" is false","rendering \"IconName\"","rendering custom icon name","rendering the \"titlePostion\" to - top","rendering the \"titlePostion\" to - bottom","rendering the \"titlePostion\" to - left","rendering the \"titlePostion\" to - right","rendering custom attributes with tagAttributes prop"],"failedCaseList":[]}}]}}}
|