diff --git a/assets/hadith/font-icons/Read Me.txt b/assets/hadith/font-icons/Read Me.txt new file mode 100644 index 0000000..48a7e00 --- /dev/null +++ b/assets/hadith/font-icons/Read Me.txt @@ -0,0 +1,15 @@ +The *SVG* folder contains the icons you selected as separate SVG files. + +If you prefer using PNGs, PDFs, or CSS sprites, refer to the Preferences panel of the IcoMoon app before downloading your zip pack. + +*demo.html* lists the icons that you selected. To insert your icons as inline SVGs (with the element), copy the element (that contains symbol definitions) from the source of the demo.html file, below your own HTML's tag. After copying this SVG, you can reference your glyphs like the following: + + + +You can get this code from the SVG tab of the IcoMoon app, or by referring to the source of the demo.html file. To see how you can change the color/size of your icons using CSS, refer to the example provided in the *style.css* file. + +If you prefer to reference an external SVG (containing ) instead of embedding it in HTML, you will need to use *svgxuse.js* in order to support IE 9+. In browsers that don't support referencing external SVGs (such as IE 9), this polyfill sends one HTTP request to fetch and cache all symbol definitions. See *demo-external-svg.html* for this approach. This demo references the *symbol-defs.svg* file and uses the aforementioned polyfill. Note that it must be hosted on a web server to work +properly. Learn more about this polyfill here: https://github.com/Keyamoon/svgxuse + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. + diff --git a/assets/hadith/font-icons/SVG/Frame-17434.svg b/assets/hadith/font-icons/SVG/Frame-17434.svg new file mode 100644 index 0000000..95c00e5 --- /dev/null +++ b/assets/hadith/font-icons/SVG/Frame-17434.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/hadith/font-icons/SVG/Frame-174341.svg b/assets/hadith/font-icons/SVG/Frame-174341.svg new file mode 100644 index 0000000..3cc97ef --- /dev/null +++ b/assets/hadith/font-icons/SVG/Frame-174341.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/hadith/font-icons/SVG/Frame-17435.svg b/assets/hadith/font-icons/SVG/Frame-17435.svg new file mode 100644 index 0000000..c6302fc --- /dev/null +++ b/assets/hadith/font-icons/SVG/Frame-17435.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/hadith/font-icons/SVG/Frame-174352.svg b/assets/hadith/font-icons/SVG/Frame-174352.svg new file mode 100644 index 0000000..6c99839 --- /dev/null +++ b/assets/hadith/font-icons/SVG/Frame-174352.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/hadith/font-icons/SVG/Icon.svg b/assets/hadith/font-icons/SVG/Icon.svg new file mode 100644 index 0000000..c2e9a5a --- /dev/null +++ b/assets/hadith/font-icons/SVG/Icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/hadith/font-icons/SVG/Icon1.svg b/assets/hadith/font-icons/SVG/Icon1.svg new file mode 100644 index 0000000..d58eba5 --- /dev/null +++ b/assets/hadith/font-icons/SVG/Icon1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/hadith/font-icons/SVG/copyright.svg b/assets/hadith/font-icons/SVG/copyright.svg new file mode 100644 index 0000000..4cb23cb --- /dev/null +++ b/assets/hadith/font-icons/SVG/copyright.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/hadith/font-icons/SVG/message-text.svg b/assets/hadith/font-icons/SVG/message-text.svg new file mode 100644 index 0000000..4441aef --- /dev/null +++ b/assets/hadith/font-icons/SVG/message-text.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/hadith/font-icons/SVG/search-normal.svg b/assets/hadith/font-icons/SVG/search-normal.svg new file mode 100644 index 0000000..3f5aa3e --- /dev/null +++ b/assets/hadith/font-icons/SVG/search-normal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/hadith/font-icons/SVG/sms.svg b/assets/hadith/font-icons/SVG/sms.svg new file mode 100644 index 0000000..4748742 --- /dev/null +++ b/assets/hadith/font-icons/SVG/sms.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/hadith/font-icons/demo-external-svg.html b/assets/hadith/font-icons/demo-external-svg.html new file mode 100644 index 0000000..a4ef389 --- /dev/null +++ b/assets/hadith/font-icons/demo-external-svg.html @@ -0,0 +1,71 @@ + + + + IcoMoon - SVG Icons + + + + + + +
+
+

SVG Icons - Generated by IcoMoon

Notice: This demo (along with "symbol-defs.svg" and "svgxuse.js" files) should be hosted on a web server to work properly.

+
+
+
+

Grid Size: 0

+
+
+ h-search-normal +
+
+
+
+ h-Icon1 +
+
+
+
+ h-copyright +
+
+
+
+ h-sms +
+
+
+
+ h-message-text +
+
+
+
+ h-Icon +
+
+
+
+ h-Frame-174352 +
+
+
+
+ h-Frame-174341 +
+
+
+
+ h-Frame-17435 +
+
+
+
+ h-Frame-17434 +
+
+
+ + + diff --git a/assets/hadith/font-icons/demo-files/demo.css b/assets/hadith/font-icons/demo-files/demo.css new file mode 100644 index 0000000..35b4e4a --- /dev/null +++ b/assets/hadith/font-icons/demo-files/demo.css @@ -0,0 +1,147 @@ +body { + padding: 0; + margin: 0; + font-family: sans-serif; + font-size: 1em; + line-height: 1.5; + color: #555; + background: #fff; +} +h1 { + font-size: 1.5em; + font-weight: normal; + box-shadow: 0 1px #ddd, 0 2px #fff, 0 3px #ddd; +} +small { + font-size: .66666667em; +} +a { + color: #e74c3c; + text-decoration: none; +} +a:hover, a:focus { + box-shadow: 0 1px #e74c3c; +} +.bshadow0, input { + box-shadow: inset 0 -2px #e7e7e7; +} +input:hover { + box-shadow: inset 0 -2px #ccc; +} +input, fieldset { + font-size: 1em; + margin: 0; + padding: 0; + border: 0; +} +input { + color: inherit; + line-height: 1.5; + height: 1.5em; + padding: .25em 0; +} +input:focus { + outline: none; + box-shadow: inset 0 -2px #449fdb; +} +.glyph { + font-size: 16px; + margin-right: 1.5em; + float: left; + width: 17em; +} +svg { + color: #000; +} +.liga { + width: 80%; + width: calc(100% - 2.5em); +} +.talign-right { + text-align: right; +} +.talign-center { + text-align: center; +} +.bgc1 { + background: #f1f1f1; +} +.fgc0 { + color: #000; +} +.fgc1 { + color: #999; +} +p { + margin-top: 1em; + margin-bottom: 1em; +} +.mvm { + margin-top: .75em; + margin-bottom: .75em; +} +.mtn { + margin-top: 0; +} +.mtl, .mal { + margin-top: 1.5em; +} +.mbl, .mal { + margin-bottom: 1.5em; +} +.mal, .mhl { + margin-left: 1.5em; + margin-right: 1.5em; +} +.mhmm { + margin-left: 1em; + margin-right: 1em; +} +.ptl { + padding-top: 1.5em; +} +.pbs, .pvs { + padding-bottom: .25em; +} +.pvs, .pts { + padding-top: .25em; +} +.unit { + float: left; +} +.unitRight { + float: right; +} +.size1of2 { + width: 50%; +} +.size1of1 { + width: 100%; +} +.clearfix:before, .clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} +.hidden-true { + display: none; +} +.textbox0 { + width: 3em; + background: #f1f1f1; + padding: .25em .5em; + line-height: 1.5; + height: 1.5em; +} +.fs0 { + font-size: 16px; +} +.fs1 { + font-size: 32px; +} +.name { + margin-left: .25em; +} + diff --git a/assets/hadith/font-icons/demo.html b/assets/hadith/font-icons/demo.html new file mode 100644 index 0000000..bd2a59f --- /dev/null +++ b/assets/hadith/font-icons/demo.html @@ -0,0 +1,120 @@ + + + + IcoMoon - SVG Icons + + + + + + + + +
+
+

SVG Icons - Generated by IcoMoon

+
+
+
+

Grid Size: 0

+
+
+ h-search-normal +
+
+
+
+ h-Icon1 +
+
+
+
+ h-copyright +
+
+
+
+ h-sms +
+
+
+
+ h-message-text +
+
+
+
+ h-Icon +
+
+
+
+ h-Frame-174352 +
+
+
+
+ h-Frame-174341 +
+
+
+
+ h-Frame-17435 +
+
+
+
+ h-Frame-17434 +
+
+
+ + + diff --git a/assets/hadith/font-icons/selection.json b/assets/hadith/font-icons/selection.json new file mode 100644 index 0000000..44e0813 --- /dev/null +++ b/assets/hadith/font-icons/selection.json @@ -0,0 +1,799 @@ +{ + "IcoMoonType": "selection", + "icons": [ + { + "icon": { + "paths": [ + "M896 896l-170.667-170.667M810.667 469.333c0 188.514-152.819 341.333-341.333 341.333s-341.333-152.819-341.333-341.333c0-188.513 152.82-341.333 341.333-341.333s341.333 152.82 341.333 341.333z" + ], + "attrs": [ + { + "fill": "none", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 64 + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "search-normal" + ], + "colorPermutations": { + "12733501": [ + { + "s": 0 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 64 + } + ], + "properties": { + "order": 4, + "id": 9, + "name": "search-normal", + "prevSize": 32, + "code": 59648 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 0 + }, + { + "icon": { + "paths": [ + "M387.529 333.713c12.449-144.565 86.739-203.595 249.375-203.595h5.222c179.501 0 251.38 71.881 251.38 251.382v261.825c0 179.501-71.879 251.38-251.38 251.38h-5.222c-161.431 0-235.721-58.229-248.973-200.385", + "M632.426 512h-456.985", + "M265.026 377.47l-134.526 134.526 134.526 134.527" + ], + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + } + ], + "isMulticolor": false, + "isMulticolor2": true, + "grid": 0, + "tags": [ + "Icon(1)" + ], + "colorPermutations": { + "12733501": [ + { + "s": 1 + }, + { + "s": 0 + }, + { + "s": 0 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + } + ], + "properties": { + "order": 5, + "id": 8, + "name": "Icon1", + "prevSize": 32, + "code": 59649 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 1 + }, + { + "icon": { + "paths": [ + "M512.010 913.547c-221.666 0-401.568-179.899-401.568-401.566 0-221.666 179.902-401.568 401.568-401.568 221.668 0 401.567 179.902 401.567 401.568 0 221.668-179.899 401.566-401.567 401.566z", + "M627.672 632.453c-28.511 24.895-65.456 40.153-106.015 40.153-88.746 0-160.628-71.878-160.628-160.625s71.881-160.627 160.628-160.627c40.558 0 77.504 15.259 106.015 40.156" + ], + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + } + ], + "isMulticolor": false, + "isMulticolor2": true, + "grid": 0, + "tags": [ + "copyright" + ], + "colorPermutations": { + "12733501": [ + { + "s": 1 + }, + { + "s": 0 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + } + ], + "properties": { + "order": 6, + "id": 7, + "name": "copyright", + "prevSize": 32, + "code": 59650 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 2 + }, + { + "icon": { + "paths": [ + "M712.794 853.311h-401.569c-120.471 0-200.784-60.235-200.784-200.782v-281.098c0-140.549 80.314-200.784 200.784-200.784h401.569c120.471 0 200.782 60.235 200.782 200.784v281.098c0 140.547-80.312 200.782-200.782 200.782z", + "M712.776 391.529l-125.693 100.392c-41.362 32.928-109.226 32.928-150.588 0l-125.289-100.392" + ], + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 60.23529411764706 + } + ], + "isMulticolor": false, + "isMulticolor2": true, + "grid": 0, + "tags": [ + "sms" + ], + "colorPermutations": { + "12733501": [ + { + "s": 1 + }, + { + "s": 0 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 60.23529411764706 + } + ], + "properties": { + "order": 7, + "id": 6, + "name": "sms", + "prevSize": 32, + "code": 59651 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 3 + }, + { + "icon": { + "paths": [ + "M672.635 110.412h-321.253c-160.628 0-240.941 80.314-240.941 240.941v522.041c0 22.082 18.071 40.153 40.156 40.153h522.038c160.629 0 240.941-80.312 240.941-240.941v-321.252c0-160.628-80.312-240.941-240.941-240.941z", + "M311.265 411.588h401.566", + "M311.265 612.352h281.098" + ], + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 60.23529411764706 + } + ], + "isMulticolor": false, + "isMulticolor2": true, + "grid": 0, + "tags": [ + "message-text" + ], + "colorPermutations": { + "12733501": [ + { + "s": 1 + }, + { + "s": 0 + }, + { + "s": 1 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 60.23529411764706 + }, + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 60.23529411764706 + } + ], + "properties": { + "order": 8, + "id": 5, + "name": "message-text", + "prevSize": 32, + "code": 59652 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 4 + }, + { + "icon": { + "paths": [ + "M128 896l768-768", + "M128 128l768 768" + ], + "attrs": [ + { + "fill": "none", + "strokeLinejoin": "miter", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 42.666666666666664 + }, + { + "fill": "none", + "strokeLinejoin": "miter", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 42.666666666666664 + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "Icon" + ], + "colorPermutations": { + "12733501": [ + { + "s": 0 + }, + { + "s": 0 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "strokeLinejoin": "miter", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 42.666666666666664 + }, + { + "fill": "none", + "strokeLinejoin": "miter", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 42.666666666666664 + } + ], + "properties": { + "order": 9, + "id": 4, + "name": "Icon", + "prevSize": 32, + "code": 59653 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 5 + }, + { + "icon": { + "paths": [ + "M540.48 316.156h-248.96c-54.72 0-99.52 44.801-99.52 99.521v363.52c0 46.4 33.28 66.24 73.92 43.52l125.76-70.080c13.44-7.36 35.2-7.36 48.32 0l125.76 70.080c40.64 22.72 73.92 2.88 73.92-43.52v-363.52c0.32-54.72-44.48-99.521-99.2-99.521z", + "M832 291.52v363.52c0 46.4-33.28 65.92-73.92 43.52l-118.080-65.92v-216.96c0-54.72-44.8-99.52-99.52-99.52h-156.48v-24.64c0-54.72 44.8-99.52 99.52-99.52h248.96c54.72 0 99.52 44.8 99.52 99.52z", + "M640 415.677v363.52c0 46.4-33.28 65.92-73.92 43.52l-125.76-70.080c-13.44-7.36-35.2-7.36-48.64 0l-125.76 70.080c-40.64 22.4-73.92 2.88-73.92-43.52v-363.52c0-54.72 44.8-99.521 99.52-99.521h248.96c54.72 0 99.52 44.801 99.52 99.521z" + ], + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + } + ], + "isMulticolor": false, + "isMulticolor2": true, + "grid": 0, + "tags": [ + "Frame 17435(2)" + ], + "colorPermutations": { + "12733501": [ + { + "s": 1 + }, + { + "s": 0 + }, + { + "s": 1 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + } + ], + "properties": { + "order": 10, + "id": 3, + "name": "Frame-174352", + "prevSize": 32, + "code": 59654 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 6 + }, + { + "icon": { + "paths": [ + "M832 663.67v-386.24c0-38.4-31.36-66.88-69.44-63.68h-1.92c-67.2 5.76-169.28 40-226.24 75.84l-5.44 3.52c-9.28 5.76-24.64 5.76-33.92 0l-8-4.8c-56.96-35.52-158.72-69.44-225.92-74.88-38.080-3.2-69.12 25.6-69.12 63.68v386.56c0 30.72 24.96 59.52 55.68 63.36l9.28 1.28c69.44 9.28 176.64 44.48 238.080 78.080l1.28 0.64c8.64 4.8 22.4 4.8 30.72 0 61.44-33.92 168.96-69.44 238.72-78.72l10.56-1.28c30.72-3.84 55.68-32.64 55.68-63.36z", + "M512 303.687v479.999", + "M391.997 416l-87.997-16.314", + "M391.997 560l-87.997-16.314" + ], + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + } + ], + "isMulticolor": false, + "isMulticolor2": true, + "grid": 0, + "tags": [ + "Frame 17434(1)" + ], + "colorPermutations": { + "12733501": [ + { + "s": 1 + }, + { + "s": 1 + }, + { + "s": 0 + }, + { + "s": 0 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + } + ], + "properties": { + "order": 11, + "id": 2, + "name": "Frame-174341", + "prevSize": 32, + "code": 59655 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 7 + }, + { + "icon": { + "paths": [ + "M800 800l-128-128", + "M480 736c141.386 0 256-114.614 256-256s-114.614-256-256-256c-141.386 0-256 114.614-256 256s114.614 256 256 256z" + ], + "attrs": [ + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + } + ], + "isMulticolor": false, + "isMulticolor2": true, + "grid": 0, + "tags": [ + "Frame 17435" + ], + "colorPermutations": { + "12733501": [ + { + "s": 0 + }, + { + "s": 1 + } + ] + } + }, + "attrs": [ + { + "fill": "none", + "stroke": "rgb(0, 0, 0)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + }, + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "4", + "strokeWidth": 32 + } + ], + "properties": { + "order": 12, + "id": 1, + "name": "Frame-17435", + "prevSize": 32, + "code": 59656 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 8 + }, + { + "icon": { + "paths": [ + "M400 736h-16c-128 0-192-32-192-192v-160c0-128 64-192 192-192h256c128 0 192 64 192 192v160c0 128-64 192-192 192h-16c-9.92 0-19.52 4.8-25.6 12.8l-48 64c-21.12 28.16-55.68 28.16-76.8 0l-48-64c-5.12-7.040-16.96-12.8-25.6-12.8z", + "M688 480c0 0.198-0.154 0.362-0.352 0.374-45.536 2.88-88.464 22.269-120.736 54.538-32.269 32.272-51.658 75.2-54.538 120.736-0.013 0.198-0.176 0.352-0.374 0.352s-0.362-0.154-0.374-0.352c-2.874-45.539-22.262-88.47-54.534-120.739-32.269-32.272-75.2-51.661-120.739-54.534-0.198-0.013-0.352-0.176-0.352-0.374s0.154-0.362 0.352-0.374c45.539-2.874 88.47-22.262 120.739-54.534 32.272-32.269 51.661-75.2 54.534-120.74 0.013-0.197 0.176-0.352 0.374-0.352s0.362 0.154 0.374 0.352c2.88 45.536 22.269 88.464 54.538 120.736 32.272 32.269 75.2 51.658 120.736 54.538 0.198 0.013 0.352 0.176 0.352 0.374z" + ], + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 32 + }, + {} + ], + "isMulticolor": false, + "isMulticolor2": true, + "grid": 0, + "tags": [ + "Frame 17434" + ], + "colorPermutations": { + "12733501": [ + { + "s": 1 + }, + {} + ] + } + }, + "attrs": [ + { + "fill": "none", + "stroke": "rgb(27, 33, 50)", + "strokeLinejoin": "round", + "strokeLinecap": "round", + "strokeMiterlimit": "10", + "strokeWidth": 32 + }, + {} + ], + "properties": { + "order": 13, + "id": 0, + "name": "Frame-17434", + "prevSize": 32, + "code": 59657 + }, + "setIdx": 0, + "setId": 1, + "iconIdx": 9 + } + ], + "height": 1024, + "preferences": { + "showGlyphs": true, + "showCodes": true, + "showQuickUse": true, + "showQuickUse2": true, + "showSVGs": true, + "fontPref": { + "prefix": "icon-", + "metadata": { + "fontFamily": "icomoon" + }, + "metrics": { + "emSize": 1024, + "baseline": 6.25, + "whitespace": 50 + }, + "embed": false + }, + "imagePref": { + "prefix": "h-", + "png": false, + "useClassSelector": true, + "color": 0, + "bgColor": 16777215, + "name": "hadith", + "classSelector": ".h", + "height": 32, + "columns": 16, + "margin": 16, + "minifyJs": true, + "overrideSize": false, + "addBgColor": false + }, + "historySize": 50 + } +} \ No newline at end of file diff --git a/assets/hadith/font-icons/style.css b/assets/hadith/font-icons/style.css new file mode 100644 index 0000000..75b3091 --- /dev/null +++ b/assets/hadith/font-icons/style.css @@ -0,0 +1,16 @@ +.h { + display: inline-block; + width: 1em; + height: 1em; + stroke-width: 0; + stroke: currentColor; + fill: currentColor; +} + +/* ========================================== +Single-colored icons can be modified like so: +.h-name { + font-size: 32px; + color: red; +} +========================================== */ diff --git a/assets/hadith/font-icons/svgxuse.min.js b/assets/hadith/font-icons/svgxuse.min.js new file mode 100644 index 0000000..91a581a --- /dev/null +++ b/assets/hadith/font-icons/svgxuse.min.js @@ -0,0 +1,12 @@ +/*! + * @copyright Copyright (c) 2017 IcoMoon.io + * @license Licensed under MIT license + * See https://github.com/Keyamoon/svgxuse + * @version 1.2.6 + */ +(function(){if("undefined"!==typeof window&&window.addEventListener){var e=Object.create(null),l,d=function(){clearTimeout(l);l=setTimeout(n,100)},m=function(){},t=function(){window.addEventListener("resize",d,!1);window.addEventListener("orientationchange",d,!1);if(window.MutationObserver){var k=new MutationObserver(d);k.observe(document.documentElement,{childList:!0,subtree:!0,attributes:!0});m=function(){try{k.disconnect(),window.removeEventListener("resize",d,!1),window.removeEventListener("orientationchange", +d,!1)}catch(v){}}}else document.documentElement.addEventListener("DOMSubtreeModified",d,!1),m=function(){document.documentElement.removeEventListener("DOMSubtreeModified",d,!1);window.removeEventListener("resize",d,!1);window.removeEventListener("orientationchange",d,!1)}},u=function(k){function e(a){if(void 0!==a.protocol)var b=a;else b=document.createElement("a"),b.href=a;return b.protocol.replace(/:/g,"")+b.host}if(window.XMLHttpRequest){var d=new XMLHttpRequest;var m=e(location);k=e(k);d=void 0=== +d.withCredentials&&""!==k&&k!==m?XDomainRequest||void 0:XMLHttpRequest}return d};var n=function(){function d(){--q;0===q&&(m(),t())}function l(a){return function(){!0!==e[a.base]&&(a.useEl.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href","#"+a.hash),a.useEl.hasAttribute("href")&&a.useEl.setAttribute("href","#"+a.hash))}}function p(a){return function(){var c=document.body,b=document.createElement("x");a.onload=null;b.innerHTML=a.responseText;if(b=b.getElementsByTagName("svg")[0])b.setAttribute("aria-hidden", +"true"),b.style.position="absolute",b.style.width=0,b.style.height=0,b.style.overflow="hidden",c.insertBefore(b,c.firstChild);d()}}function n(a){return function(){a.onerror=null;a.ontimeout=null;d()}}var a,b,q=0;m();var f=document.getElementsByTagName("use");for(b=0;b