@geira/iconfont 0.2.12 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="UTF-8"><title>Geira Icons</title><link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png"><link rel="manifest" href="images/favicon/site.webmanifest"><link rel="mask-icon" href="images/favicon/safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#2b5797"><meta name="theme-color" content="#ffffff"><link href="geira-icons.min.css" rel="stylesheet"><link href="styles.min.css" rel="stylesheet"></head><body><div class="main"><header><h1>Geira Icons <a href="https://badge.fury.io/js/%40geira%2Ficonfont"><img src="https://badge.fury.io/js/%40geira%2Ficonfont.svg" alt="npm version" height="18"></a></h1><ul><li class="active"><a href="index.html">Icons <span id="quantity"></span></a></li><li><a href="usage.html">Usage</a></li></ul><ul class="logos"><li><a href="https://www.npmjs.com/package/@geira/iconfont" target="_blank"><i class="geira-icons">npm</i></a></li><li><a href="https://github.com/liontude/geira-icons-tool" target="_blank"><i class="geira-icons">github</i></a></li></ul></header><div class="container"><div class="search"><input id="match" placeholder="Search icon..."></div><ul id="icons"></ul></div><footer><p>&copy;2025 <a style="color: inherit; text-decoration: none;" href="https://liontude.com" target="_blank">Liontude</a>. All Rights Reserved. Released under MIT License</p></footer></div><script src="data.min.js"></script><script src="main.min.js"></script><script src="geira-icons.min.js"></script><script src="styles.min.js"></script></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="UTF-8"><title>Geira Icons</title><link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png"><link rel="manifest" href="images/favicon/site.webmanifest"><link rel="mask-icon" href="images/favicon/safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#2b5797"><meta name="theme-color" content="#ffffff"><script defer="defer" src="data.min.js"></script><script defer="defer" src="main.min.js"></script><script defer="defer" src="geira-icons.min.js"></script><script defer="defer" src="styles.min.js"></script><link href="geira-icons.min.css" rel="stylesheet"><link href="styles.min.css" rel="stylesheet"></head><body><div class="main"><header><h1>Geira Icons <a href="https://badge.fury.io/js/%40geira%2Ficonfont"><img src="https://badge.fury.io/js/%40geira%2Ficonfont.svg" alt="npm version" height="18"></a></h1><ul><li class="active"><a href="index.html">Icons <span id="quantity"></span></a></li><li><a href="usage.html">Usage</a></li></ul><ul class="logos"><li><a href="https://www.npmjs.com/package/@geira/iconfont" target="_blank"><i class="geira-icons">npm</i></a></li><li><a href="https://github.com/liontude/geira-icons-tool" target="_blank"><i class="geira-icons">github</i></a></li></ul></header><div class="container"><div class="search"><input id="match" placeholder="Search icon..."></div><ul id="icons"></ul></div><footer><p>&copy;2025 <a style="color: inherit; text-decoration: none;" href="https://liontude.com" target="_blank">Liontude</a>. All Rights Reserved. Released under MIT License</p></footer></div></body></html>
package/dist/main.min.js CHANGED
@@ -1,2 +1,2 @@
1
- !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([,function(e,t){!function(){var e=window.iconsOriginal;let t=0,n=document.getElementById("icons");for(let r in e){t++;let o=e[r],a="<li class='icon'><div><i class='geira-icons'>"+o.name+"</i><span class='name'>"+o.name+"</span><span class='unicode'>\\"+o.uni+"</span><span class='decimal'>"+o.dec+"</span><span class='tags'>"+o.tags+"</span> </div></li>";n.innerHTML+=a}document.getElementById("quantity").textContent=t.toString(),document.getElementById("match").addEventListener("keyup",e=>{!function(){var e,t,n,r,o,a,i;for(e=document.getElementById("match").value.toUpperCase(),t=document.getElementById("icons").getElementsByTagName("li"),r=0;r<t.length;r++)n=t[r].getElementsByClassName("name")[0],o=t[r].getElementsByClassName("tags")[0],a=n.textContent||n.innerText,i=o.textContent||o.innerText,a.toUpperCase().indexOf(e)>-1||i.toUpperCase().indexOf(e)>-1?t[r].style.display="":t[r].style.display="none"}()})}()}]);
1
+ !function(){var e=window.iconsOriginal;let n=0,t=document.getElementById("icons");for(let a in e){n++;let s=e[a],i="<li class='icon'><div><i class='geira-icons'>"+s.name+"</i><span class='name'>"+s.name+"</span><span class='unicode'>\\"+s.uni+"</span><span class='decimal'>"+s.dec+"</span><span class='tags'>"+s.tags+"</span> </div></li>";t.innerHTML+=i}document.getElementById("quantity").textContent=n.toString(),document.getElementById("match").addEventListener("keyup",(e=>{!function(){var e,n,t,a,s,i,l;for(e=document.getElementById("match").value.toUpperCase(),n=document.getElementById("icons").getElementsByTagName("li"),a=0;a<n.length;a++)t=n[a].getElementsByClassName("name")[0],s=n[a].getElementsByClassName("tags")[0],i=t.textContent||t.innerText,l=s.textContent||s.innerText,i.toUpperCase().indexOf(e)>-1||l.toUpperCase().indexOf(e)>-1?n[a].style.display="":n[a].style.display="none"}()}))}();
2
2
  //# sourceMappingURL=main.min.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/js/script.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","icons","window","iconsOriginal","iconsCount","parent","document","getElementById","item","element","uni","dec","tags","innerHTML","textContent","toString","addEventListener","e","filter","li","txtValue","txtValue2","toUpperCase","getElementsByTagName","length","getElementsByClassName","innerText","indexOf","style","display","searcher"],"mappings":"aACE,IAAIA,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUC,QAGnC,IAAIC,EAASJ,EAAiBE,GAAY,CACzCG,EAAGH,EACHI,GAAG,EACHH,QAAS,IAUV,OANAI,EAAQL,GAAUM,KAAKJ,EAAOD,QAASC,EAAQA,EAAOD,QAASF,GAG/DG,EAAOE,GAAI,EAGJF,EAAOD,QAKfF,EAAoBQ,EAAIF,EAGxBN,EAAoBS,EAAIV,EAGxBC,EAAoBU,EAAI,SAASR,EAASS,EAAMC,GAC3CZ,EAAoBa,EAAEX,EAASS,IAClCG,OAAOC,eAAeb,EAASS,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhEZ,EAAoBkB,EAAI,SAAShB,GACX,oBAAXiB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeb,EAASiB,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeb,EAAS,aAAc,CAAEmB,OAAO,KAQvDrB,EAAoBsB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQrB,EAAoBqB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFA1B,EAAoBkB,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOrB,EAAoBU,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRzB,EAAoB6B,EAAI,SAAS1B,GAChC,IAAIS,EAAST,GAAUA,EAAOqB,WAC7B,WAAwB,OAAOrB,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAH,EAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG/B,EAAoBkC,EAAI,GAIjBlC,EAAoBA,EAAoBmC,EAAI,G,kBClFrD,WACI,IAAIC,EAAQC,OAAOC,cACnB,IAAIC,EAAa,EAEbC,EAASC,SAASC,eAAe,SAErC,IAAK,IAAItC,KAAKgC,EAAO,CACjBG,IACA,IAAII,EAAOP,EAAMhC,GACbwC,EAAU,gDACkBD,EAAKhC,KADvB,0BAEcgC,EAAKhC,KAFnB,kCAGmBgC,EAAKE,IAHxB,gCAIiBF,EAAKG,IAJtB,6BAKcH,EAAKI,KALnB,sBAOdP,EAAOQ,WAAaJ,EAGxBH,SAASC,eAAe,YAAYO,YAAcV,EAAWW,WA0B/CT,SAASC,eAAe,SAC9BS,iBAAiB,QAASC,KAzBlC,WAEI,IAAWC,EAAYC,EAAI3C,EAAMP,EAAG2C,EAAMQ,EAAUC,EAOpD,IALAH,EADQZ,SAASC,eAAe,SACjBrB,MAAMoC,cAErBH,EADKb,SAASC,eAAe,SACrBgB,qBAAqB,MAGxBtD,EAAI,EAAGA,EAAIkD,EAAGK,OAAQvD,IACvBO,EAAO2C,EAAGlD,GAAGwD,uBAAuB,QAAQ,GAC5Cb,EAAOO,EAAGlD,GAAGwD,uBAAuB,QAAQ,GAE5CL,EAAW5C,EAAKsC,aAAetC,EAAKkD,UACpCL,EAAYT,EAAKE,aAAeF,EAAKc,UAEjCN,EAASE,cAAcK,QAAQT,IAAW,GAAKG,EAAUC,cAAcK,QAAQT,IAAW,EAC1FC,EAAGlD,GAAG2D,MAAMC,QAAU,GAEtBV,EAAGlD,GAAG2D,MAAMC,QAAU,OAO9BC,KA/CR","file":"main.min.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 1);\n","(function () {\n var icons = window.iconsOriginal;\n let iconsCount = 0;\n\n let parent = document.getElementById(\"icons\");\n\n for (let i in icons) {\n iconsCount++;\n let item = icons[i];\n let element = \"<li class='icon'><div>\" +\n \"<i class='geira-icons'>\" + item.name + \"</i>\" +\n \"<span class='name'>\" + item.name + \"</span>\" +\n \"<span class='unicode'>\\\\\" + item.uni + \"</span>\" +\n \"<span class='decimal'>\" + item.dec + \"</span>\" +\n \"<span class='tags'>\" + item.tags + \"</span> \" +\n \"</div></li>\";\n parent.innerHTML += element;\n }\n\n document.getElementById(\"quantity\").textContent = iconsCount.toString();\n\n function searcher() {\n // Declare variables\n var input, filter, ul, li, name, i, tags, txtValue, txtValue2;\n input = document.getElementById('match');\n filter = input.value.toUpperCase();\n ul = document.getElementById(\"icons\");\n li = ul.getElementsByTagName('li');\n\n // Loop through all list items, and hide those who don't match the search query\n for (i = 0; i < li.length; i++) {\n name = li[i].getElementsByClassName(\"name\")[0];\n tags = li[i].getElementsByClassName(\"tags\")[0];\n\n txtValue = name.textContent || name.innerText;\n txtValue2 = tags.textContent || tags.innerText;\n\n if (txtValue.toUpperCase().indexOf(filter) > -1 || txtValue2.toUpperCase().indexOf(filter) > -1) {\n li[i].style.display = \"\";\n } else {\n li[i].style.display = \"none\";\n }\n }\n }\n\n let matcher = document.getElementById(\"match\");\n matcher.addEventListener('keyup', e => {\n searcher()\n })\n\n})();"],"sourceRoot":""}
1
+ {"version":3,"file":"main.min.js","mappings":"CAAA,WACI,IAAIA,EAAQC,OAAOC,cACnB,IAAIC,EAAa,EAEbC,EAASC,SAASC,eAAe,SAErC,IAAK,IAAIC,KAAKP,EAAO,CACjBG,IACA,IAAIK,EAAOR,EAAMO,GACbE,EAAU,gDACkBD,EAAKE,KADvB,0BAEcF,EAAKE,KAFnB,kCAGmBF,EAAKG,IAHxB,gCAIiBH,EAAKI,IAJtB,6BAKcJ,EAAKK,KALnB,sBAOdT,EAAOU,WAAaL,CACxB,CAEAJ,SAASC,eAAe,YAAYS,YAAcZ,EAAWa,WA0B/CX,SAASC,eAAe,SAC9BW,iBAAiB,SAASC,KAzBlC,WAEI,IAAWC,EAAYC,EAAIV,EAAMH,EAAGM,EAAMQ,EAAUC,EAOpD,IALAH,EADQd,SAASC,eAAe,SACjBiB,MAAMC,cAErBJ,EADKf,SAASC,eAAe,SACrBmB,qBAAqB,MAGxBlB,EAAI,EAAGA,EAAIa,EAAGM,OAAQnB,IACvBG,EAAOU,EAAGb,GAAGoB,uBAAuB,QAAQ,GAC5Cd,EAAOO,EAAGb,GAAGoB,uBAAuB,QAAQ,GAE5CN,EAAWX,EAAKK,aAAeL,EAAKkB,UACpCN,EAAYT,EAAKE,aAAeF,EAAKe,UAEjCP,EAASG,cAAcK,QAAQV,IAAW,GAAKG,EAAUE,cAAcK,QAAQV,IAAW,EAC1FC,EAAGb,GAAGuB,MAAMC,QAAU,GAEtBX,EAAGb,GAAGuB,MAAMC,QAAU,MAGlC,CAIIC,EAAS,GAGhB,CAlDD","sources":["webpack://@geira/iconfont/./src/js/script.js"],"sourcesContent":["(function () {\n var icons = window.iconsOriginal;\n let iconsCount = 0;\n\n let parent = document.getElementById(\"icons\");\n\n for (let i in icons) {\n iconsCount++;\n let item = icons[i];\n let element = \"<li class='icon'><div>\" +\n \"<i class='geira-icons'>\" + item.name + \"</i>\" +\n \"<span class='name'>\" + item.name + \"</span>\" +\n \"<span class='unicode'>\\\\\" + item.uni + \"</span>\" +\n \"<span class='decimal'>\" + item.dec + \"</span>\" +\n \"<span class='tags'>\" + item.tags + \"</span> \" +\n \"</div></li>\";\n parent.innerHTML += element;\n }\n\n document.getElementById(\"quantity\").textContent = iconsCount.toString();\n\n function searcher() {\n // Declare variables\n var input, filter, ul, li, name, i, tags, txtValue, txtValue2;\n input = document.getElementById('match');\n filter = input.value.toUpperCase();\n ul = document.getElementById(\"icons\");\n li = ul.getElementsByTagName('li');\n\n // Loop through all list items, and hide those who don't match the search query\n for (i = 0; i < li.length; i++) {\n name = li[i].getElementsByClassName(\"name\")[0];\n tags = li[i].getElementsByClassName(\"tags\")[0];\n\n txtValue = name.textContent || name.innerText;\n txtValue2 = tags.textContent || tags.innerText;\n\n if (txtValue.toUpperCase().indexOf(filter) > -1 || txtValue2.toUpperCase().indexOf(filter) > -1) {\n li[i].style.display = \"\";\n } else {\n li[i].style.display = \"none\";\n }\n }\n }\n\n let matcher = document.getElementById(\"match\");\n matcher.addEventListener('keyup', e => {\n searcher()\n })\n\n})();"],"names":["icons","window","iconsOriginal","iconsCount","parent","document","getElementById","i","item","element","name","uni","dec","tags","innerHTML","textContent","toString","addEventListener","e","filter","li","txtValue","txtValue2","value","toUpperCase","getElementsByTagName","length","getElementsByClassName","innerText","indexOf","style","display","searcher"],"sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///./src/scss/styles.scss"],"names":[],"mappings":"AAAA,EAAE,SAAS,UAAU,cAAc,UAAU,YAAY,gBAAgB,KAAK,gDAAgD,gBAAgB,MAAM,aAAa,sBAAsB,gBAAgB,YAAY,mBAAmB,cAAc,GAAG,mBAAmB,cAAc,GAAG,cAAc,EAAE,qBAAqB,cAAc,OAAO,UAAU,yBAAyB,kCAAkC,eAAe,WAAW,kBAAkB,UAAU,aAAa,qBAAqB,mBAAmB,mCAAmC,UAAU,gBAAgB,cAAc,kBAAkB,SAAS,cAAc,aAAa,qBAAqB,iBAAiB,yBAAyB,cAAc,gBAAgB,mBAAmB,mBAAmB,eAAe,eAAe,cAAc,qBAAqB,aAAa,mBAAmB,uBAAuB,cAAc,sBAAsB,cAAc,eAAe,UAAU,iBAAiB,WAAW,YAAY,QAAQ,aAAa,iBAAiB,mBAAmB,qBAAqB,mBAAmB,eAAe,gBAAgB,UAAU,kBAAkB,eAAe,mBAAmB,yBAAyB,QAAQ,kBAAkB,EAAE,mBAAmB,eAAe,gBAAgB,OAAO,yBAAyB,mBAAmB,eAAe,cAAc,aAAa,yBAAyB,aAAa,mBAAmB,YAAY,aAAa,kBAAkB,KAAK,aAAa,mBAAmB,oBAAoB,mBAAmB,YAAY,eAAe,aAAa,eAAe,OAAO,YAAY,gBAAgB,eAAe,WAAW,mBAAmB,sBAAsB,aAAa,qBAAqB,MAAM,aAAa,sBAAsB,cAAc,aAAa,gBAAgB,UAAU,YAAY,gBAAgB,eAAe,WAAW,qBAAqB,mBAAmB,sBAAsB,sBAAsB,aAAa,yBAAyB,mBAAmB,qBAAqB,QAAQ,cAAc,WAAW,aAAa,eAAe,iBAAiB,cAAc,UAAU,eAAe,cAAc,UAAU,aAAa,UAAU,cAAc,eAAe,sBAAsB,gBAAgB,gBAAgB,kBAAkB,SAAS,eAAe,cAAc,OAAO,yBAAyB,aAAa,kBAAkB,gBAAgB,SAAS,SAAS,eAAe,cAAc,mCAAmC,MAAM,eAAe,iBAAiB,mCAAmC,MAAM,aAAa,eAAe,kCAAkC,MAAM,eAAe,gBAAgB,OAAO,iBAAiB,WAAW,QAAQ,gBAAgB,UAAU,iBAAiB,kCAAkC,MAAM,aAAa,e","file":"styles.min.css","sourcesContent":["*{margin:0;padding:0;color:#263238}html,body{height:100%;min-width:320px}body{font-family:\"Trebuchet MS\",Helvetica,sans-serif;font-size:1.2em}.main{display:flex;flex-direction:column;min-height:100%}h2,h3,h4,h5{margin-bottom:15px;color:#546e7a}h2{font-weight:normal;color:#ff8a65}h5{color:#ff8a65}a{text-decoration:none;color:#00acc1}header{padding:0;background-color:#fbe9e7;box-shadow:0 0 8px rgba(0,0,0,.3);position:fixed;width:100%;text-align:center;z-index:2;display:flex;align-content:center;align-items:center;place-content:center space-between}header h1{font-size:1.5em;color:#e64a19;padding:20px 20px}header a{color:#00838f}header ul li{display:inline-block;padding:8px 20px;text-transform:uppercase;font-size:1em}header ul.logos{padding-right:10px}header ul.logos li{padding:0 10px}header ul li a{color:#00838f;text-decoration:none;display:flex;align-items:center}header ul.logos li a i{color:#00838f}header ul li.active a{color:#ff8a65;cursor:default}.title-h2{margin-top:110px}.container{flex-grow:1}.search{display:flex;margin-top:110px;align-items:center;place-content:center;margin-bottom:20px}.search #match{max-width:400px;width:90%;padding:15px 20px;font-size:18px;border-radius:10px;border:1px solid #cfd8dc}.center{text-align:center}p{margin-bottom:10px;font-size:.8em;line-height:1.3}.block{background-color:#eceff1;margin-bottom:30px}.icons-preview{line-height:0;padding:10px;background-color:#fbe9e7;display:flex;align-items:center}.icons-code{padding:20px;text-align:center}.row{display:flex;flex-direction:row;align-items:stretch}.some-class:before{content:\"\";font-size:48px}.geira-icons{font-size:48px}#icons{height:100%;min-height:100%;min-width:100%;width:100%;flex-flow:row wrap;box-sizing:border-box;display:flex;place-content:center}.icon{flex:1 1 10%;box-sizing:border-box;max-width:10%;padding:10px;list-style:none}.icon>div{height:100%;min-height:100%;min-width:100%;width:100%;place-content:center;align-items:center;flex-direction:column;box-sizing:border-box;display:flex;border:1px solid #eceff1;border-radius:10px;padding:10px 5px 5px}.icon i{color:#d84315}.icon span{margin:5px 0;font-size:.6em;font-weight:bold;color:#b0bec5}span.name{font-size:.8em;color:#455a64}span.tags{display:none}#quantity{color:#90a4ae;font-size:.8em;background-color:#fff;padding:2px 5px;margin-left:4px;border-radius:5px}#version{font-size:.4em;color:#546e7a}footer{background-color:#fbe9e7;padding:15px;text-align:center;margin-top:40px}footer p{margin:0;font-size:.6em;color:#607d8b}@media all and (max-width: 1400px){.icon{flex:1 1 16.6%;max-width:16.6%}}@media all and (max-width: 1100px){.icon{flex:1 1 25%;max-width:25%}}@media all and (max-width: 876px){.icon{flex:1 1 33.3%;max-width:33.3%}header{position:inherit;width:100%}.search{margin-top:30px}.title-h2{margin-top:30px}}@media all and (max-width: 600px){.icon{flex:1 1 50%;max-width:50%}}"],"sourceRoot":""}
1
+ {"version":3,"file":"styles.min.css","mappings":"AAAA,UACE,UACA,cACA,WAGF,WACE,gBACA,MAGF,+CACE,gBACA,OAGF,YACE,sBACA,gBACA,aAGF,kBACE,cACA,IAGF,kBACE,cACA,IAGF,aACE,GAGF,oBACE,cACA,QAGF,SACE,yBACA,kCACA,eACA,WACA,kBACA,UACA,aACA,qBACA,mBACA,mCACA,WAGF,eACE,cACA,kBACA,UAGF,aACE,cAGF,oBACE,iBACA,yBACA,cACA,iBAGF,kBACE,oBAGF,cACE,gBAGF,aACE,qBACA,aACA,mBACA,wBAGF,aACE,uBAGF,aACE,eACA,WAGF,gBACE,YAGF,WACE,SAGF,YACE,iBACA,mBACA,qBACA,mBACA,gBAGF,eACE,UACA,kBACA,eACA,mBACA,yBACA,SAGF,iBACE,GAGF,kBACE,eACA,gBACA,QAGF,wBACE,mBACA,gBAGF,aACE,aACA,yBACA,aACA,mBACA,aAGF,YACE,kBACA,MAGF,YACE,mBACA,oBACA,oBAGF,WACE,eACA,cAIF,cACE,QAGF,WACE,gBACA,eACA,WACA,mBACA,sBACA,aACA,qBACA,OAGF,YACE,sBACA,cACA,aACA,gBACA,WAGF,WACE,gBACA,eACA,WACA,qBACA,mBACA,sBACA,sBACA,aACA,yBACA,mBACA,qBACA,SAGF,aACE,YAGF,YACE,eACA,iBACA,cACA,WAGF,cACE,cACA,WAGF,YACE,WAGF,aACE,eACA,sBACA,gBACA,gBACA,kBACA,UAGF,cACE,cACA,QAGF,wBACE,aACA,kBACA,gBACA,UAGF,QACE,eACA,cACA,oCAGF,MACE,cACE,gBACA,qCAIJ,MACE,YACE,cACA,oCAIJ,MACE,cACE,gBACA,QAGF,gBACE,WACA,SAGF,eACE,WAGF,eACE,oCAIJ,MACE,YACE,cACA,E","sources":["webpack://@geira/iconfont/./src/scss/styles.scss"],"sourcesContent":["* {\n margin : 0;\n padding : 0;\n color : #263238;\n}\n\nhtml, body {\n height : 100%;\n min-width: 320px;\n}\n\nbody {\n font-family : \"Trebuchet MS\", Helvetica, sans-serif;\n font-size : 1.2em;\n}\n\n.main {\n display : flex;\n flex-direction : column;\n min-height : 100%;\n}\n\nh2, h3, h4, h5 {\n margin-bottom : 15px;\n color : #546e7a;\n}\n\nh2 {\n font-weight : normal;\n color : #ff8a65;\n}\n\nh5 {\n color : #ff8a65;\n}\n\na {\n text-decoration : none;\n color : #00acc1;\n}\n\nheader {\n padding : 0;\n background-color : #fbe9e7;\n box-shadow : 0 0 8px rgba(0, 0, 0, .3);\n position : fixed;\n width : 100%;\n text-align : center;\n z-index : 2;\n display : flex;\n align-content : center;\n align-items : center;\n place-content : center space-between;\n}\n\nheader h1 {\n font-size : 1.5em;\n color : #e64a19;\n padding : 20px 20px;\n}\n\nheader a {\n color : #00838f;\n}\n\nheader ul li {\n display : inline-block;\n padding : 8px 20px;\n text-transform : uppercase;\n font-size : 1em;\n}\n\nheader ul.logos {\n padding-right : 10px;\n}\n\nheader ul.logos li {\n padding : 0 10px;\n}\n\nheader ul li a {\n color : #00838f;\n text-decoration : none;\n display : flex;\n align-items : center;\n}\n\nheader ul.logos li a i {\n color : #00838f;\n}\n\nheader ul li.active a {\n color : #ff8a65;\n cursor : default;\n}\n\n.title-h2 {\n margin-top: 110px;\n}\n\n.container {\n flex-grow : 1;\n}\n\n.search {\n display : flex;\n margin-top : 110px;\n align-items : center;\n place-content : center;\n margin-bottom : 20px;\n}\n\n.search #match {\n max-width : 400px;\n width : 90%;\n padding : 15px 20px;\n font-size : 18px;\n border-radius : 10px;\n border : 1px solid #cfd8dc;\n}\n\n.center {\n text-align : center;\n}\n\np {\n margin-bottom : 10px;\n font-size : .8em;\n line-height : 1.3;\n}\n\n.block {\n background-color : #eceff1;\n margin-bottom : 30px;\n}\n\n.icons-preview {\n line-height : 0;\n padding : 10px;\n background-color : #fbe9e7;\n display : flex;\n align-items : center;\n}\n\n.icons-code {\n padding : 20px;\n text-align : center;\n}\n\n.row {\n display : flex;\n flex-direction : row;\n align-items : stretch;\n}\n\n.some-class:before {\n content : \"\\E0BA\";\n font-size : 48px;\n\n}\n\n.geira-icons {\n font-size : 48px;\n}\n\n#icons {\n height : 100%;\n min-height : 100%;\n min-width : 100%;\n width : 100%;\n flex-flow : row wrap;\n box-sizing : border-box;\n display : flex;\n place-content : center;\n}\n\n.icon {\n flex : 1 1 10%;\n box-sizing : border-box;\n max-width : 10%;\n padding : 10px;\n list-style : none;\n}\n\n.icon > div {\n height : 100%;\n min-height : 100%;\n min-width : 100%;\n width : 100%;\n place-content : center;\n align-items : center;\n flex-direction : column;\n box-sizing : border-box;\n display : flex;\n border : 1px solid #eceff1;\n border-radius : 10px;\n padding : 10px 5px 5px;\n}\n\n.icon i {\n color : #d84315;\n}\n\n.icon span {\n margin : 5px 0;\n font-size : .6em;\n font-weight : bold;\n color : #b0bec5;\n}\n\nspan.name {\n font-size : .8em;\n color : #455a64;\n}\n\nspan.tags {\n display : none;\n}\n\n#quantity {\n color : #90a4ae;\n font-size : .8em;\n background-color : #ffffff;\n padding : 2px 5px;\n margin-left : 4px;\n border-radius : 5px;\n}\n\n#version {\n font-size : .4em;\n color : #546e7a;\n}\n\nfooter {\n background-color : #fbe9e7;\n padding : 15px;\n text-align : center;\n margin-top : 40px;\n}\n\nfooter p {\n margin : 0;\n font-size : .6em;\n color : #607d8b;\n}\n\n@media all and (max-width: 1400px) {\n .icon {\n flex : 1 1 16.6%;\n max-width : 16.6%;\n }\n}\n\n@media all and (max-width: 1100px) {\n .icon {\n flex : 1 1 25%;\n max-width : 25%;\n }\n}\n\n@media all and (max-width: 876px) {\n .icon {\n flex : 1 1 33.3%;\n max-width : 33.3%;\n }\n\n header {\n position : inherit;\n width : 100%;\n }\n\n .search {\n margin-top: 30px;\n }\n\n .title-h2 {\n margin-top: 30px;\n }\n}\n\n@media all and (max-width: 600px) {\n .icon {\n flex : 1 1 50%;\n max-width : 50%;\n }\n}\n"],"names":[],"sourceRoot":""}
@@ -1,2 +0,0 @@
1
- !function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=4)}({4:function(e,t,r){}});
2
- //# sourceMappingURL=styles.min.js.map
package/dist/usage.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="UTF-8"><title>Geira Icons</title><link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png"><link rel="manifest" href="images/favicon/site.webmanifest"><link rel="mask-icon" href="images/favicon/safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#2b5797"><meta name="theme-color" content="#ffffff"><link href="geira-icons.min.css" rel="stylesheet"><link href="styles.min.css" rel="stylesheet"></head><body><div class="main"><header><h1>Geira Icons <a href="https://badge.fury.io/js/%40geira%2Ficonfont"><img src="https://badge.fury.io/js/%40geira%2Ficonfont.svg" alt="npm version" height="18"></a></h1><ul><li><a href="index.html">Icons</a></li><li class="active"><a href="usage.html">Usage</a></li></ul><ul class="logos"><li><a href="https://www.npmjs.com/package/@geira/iconfont" target="_blank"><i class="geira-icons">npm</i></a></li><li><a href="https://github.com/liontude/geira-icons-tool" target="_blank"><i class="geira-icons">github</i></a></li></ul></header><div class="container center" style="width: 95%; max-width: 800px; align-self: center"><h2 class="title-h2">NPM installation</h2><div class="block row" style="place-content: center"><div class="icons-code"><code>npm install --save @geira/iconfont</code></div></div><h4>Link to CSS</h4><p>Add the following tag inside the html &lt;head&gt; tag</p><div class="block row" style="place-content: center"><div class="icons-code"><code>&lt;link href="node_components/@geira/iconfont/dist/geira-icons.min.css" rel="stylesheet"&gt;</code></div></div><h4>or import into SCSS</h4><p>Import the provided SCSS file in your main SCSS file, ex: styles.scss</p><div class="block row" style="place-content: center"><div class="icons-code"><code>@import '~@geira/iconfont/dist/geira-icons.scss';</code></div></div><h4>Like Material Icon with Angular</h4><p>Geira Icons are similar to Material Icons. If you want to use them with or instead of Material Icons, click the link <a href="https://material.angular.io/components/icon/overview" target="_blank">https://material.angular.io/components/icon/overview</a></p><h2 style="margin-top: 50px">Standard installation</h2><h4>Link to CSS</h4><p>Add the following tag inside the html &lt;head&gt; tag</p><div class="block row" style="place-content: center"><div class="icons-code"><code>&lt;link href="./geira-icons.min.css" rel="stylesheet"&gt;</code></div></div><p>In CSS (geira-icons.min.css) be sure that the path to the icons (fonts) is correct</p><div class="block row" style="place-content: center"><div class="icons-code"><code>src : url(./fonts/GeiraIcons-Regular.eot);<br>url(./fonts/GeiraIcons-Regular.woff2) format('woff2'),<br>url(./fonts/GeiraIcons-Regular.woff) format('woff'),<br>url(./fonts/GeiraIcons-Regular.ttf) format('truetype');</code></div></div><h2 style="margin-top: 50px">Usage</h2><h4>Via html</h4><div class="block row"><div class="icons-preview"><i class="geira-icons">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons"&gt;home&lt;/i&gt;</code></div></div><p style="margin-top: 30px">Ex. "home" icon unicode is "\E0BA"</p><p style="margin-bottom: 10px">Change "<strong>\</strong>E0BA" to "<strong>&amp;#x</strong>E0BA<strong>;</strong>"</p><div class="block row"><div class="icons-preview"><i class="geira-icons">&#xE0BA;</i></div><div class="icons-code"><code>&lt;i class="geira-icons"&gt;&amp;#xE0BA;&lt;/i&gt;</code></div></div><h4>Via CSS</h4><div class="block row" style="place-content: center"><div class="icons-code"><code style="padding: 20px; text-align: center">.some-class::before { content: "\E0BA"; }</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons some-class"></i></div><div class="icons-code"><code>&lt;i class="geira-icons some-class"&gt;&lt;/i&gt;</code></div></div><h3 style="margin-top: 50px">Styling</h3><h5>Size</h5><div class="block row"><div class="icons-preview"><i class="geira-icons gi-18">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-18"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-24">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-24"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-36">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-36"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-48">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-48"&gt;home&lt;/i&gt;</code></div></div><h5>Color</h5><div class="block row"><div class="icons-preview" style="background-color: #263238"><i class="geira-icons gi-light">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-light"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview" style="background-color: #263238"><i class="geira-icons gi-light gi-inactive">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-light gi-inactive"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-dark">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-light"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-dark gi-inactive">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-light gi-inactive"&gt;home&lt;/i&gt;</code></div></div><h5>Rotate</h5><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-45">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-45"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-90">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-90"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-135">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-135"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-180">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-180"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-225">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-225"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-270">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-270"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-315">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-315"&gt;home&lt;/i&gt;</code></div></div><h5>Flip</h5><div class="block row"><div class="icons-preview"><i class="geira-icons gi-flip-v">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-flip-v"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-flip-h">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-flip-h"&gt;home&lt;/i&gt;</code></div></div><h5>Spin</h5><div class="block row"><div class="icons-preview"><i class="geira-icons gi-spin">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-spin"&gt;home&lt;/i&gt;</code></div></div></div><footer><p>&copy;2025 <a style="color: inherit; text-decoration: none;" href="https://liontude.com" target="_blank">Liontude</a>. All Rights Reserved. Released under MIT License</p></footer></div><script src="data.min.js"></script><script src="utils.min.js"></script><script src="geira-icons.min.js"></script><script src="styles.min.js"></script></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="UTF-8"><title>Geira Icons</title><link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png"><link rel="manifest" href="images/favicon/site.webmanifest"><link rel="mask-icon" href="images/favicon/safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#2b5797"><meta name="theme-color" content="#ffffff"><script defer="defer" src="data.min.js"></script><script defer="defer" src="utils.min.js"></script><script defer="defer" src="geira-icons.min.js"></script><script defer="defer" src="styles.min.js"></script><link href="geira-icons.min.css" rel="stylesheet"><link href="styles.min.css" rel="stylesheet"></head><body><div class="main"><header><h1>Geira Icons <a href="https://badge.fury.io/js/%40geira%2Ficonfont"><img src="https://badge.fury.io/js/%40geira%2Ficonfont.svg" alt="npm version" height="18"></a></h1><ul><li><a href="index.html">Icons</a></li><li class="active"><a href="usage.html">Usage</a></li></ul><ul class="logos"><li><a href="https://www.npmjs.com/package/@geira/iconfont" target="_blank"><i class="geira-icons">npm</i></a></li><li><a href="https://github.com/liontude/geira-icons-tool" target="_blank"><i class="geira-icons">github</i></a></li></ul></header><div class="container center" style="width: 95%; max-width: 800px; align-self: center"><h2 class="title-h2">NPM installation</h2><div class="block row" style="place-content: center"><div class="icons-code"><code>npm install --save @geira/iconfont</code></div></div><h4>Link to CSS</h4><p>Add the following tag inside the html &lt;head&gt; tag</p><div class="block row" style="place-content: center"><div class="icons-code"><code>&lt;link href="node_components/@geira/iconfont/dist/geira-icons.min.css" rel="stylesheet"&gt;</code></div></div><h4>or import into SCSS</h4><p>Import the provided SCSS file in your main SCSS file, ex: styles.scss</p><div class="block row" style="place-content: center"><div class="icons-code"><code>@import '~@geira/iconfont/dist/geira-icons.scss';</code></div></div><h4>Like Material Icon with Angular</h4><p>Geira Icons are similar to Material Icons. If you want to use them with or instead of Material Icons, click the link <a href="https://material.angular.io/components/icon/overview" target="_blank">https://material.angular.io/components/icon/overview</a></p><h2 style="margin-top: 50px">Standard installation</h2><h4>Link to CSS</h4><p>Add the following tag inside the html &lt;head&gt; tag</p><div class="block row" style="place-content: center"><div class="icons-code"><code>&lt;link href="./geira-icons.min.css" rel="stylesheet"&gt;</code></div></div><p>In CSS (geira-icons.min.css) be sure that the path to the icons (fonts) is correct</p><div class="block row" style="place-content: center"><div class="icons-code"><code>src : url(./fonts/GeiraIcons-Regular.eot);<br>url(./fonts/GeiraIcons-Regular.woff2) format('woff2'),<br>url(./fonts/GeiraIcons-Regular.woff) format('woff'),<br>url(./fonts/GeiraIcons-Regular.ttf) format('truetype');</code></div></div><h2 style="margin-top: 50px">Usage</h2><h4>Via html</h4><div class="block row"><div class="icons-preview"><i class="geira-icons">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons"&gt;home&lt;/i&gt;</code></div></div><p style="margin-top: 30px">Ex. "home" icon unicode is "\E0BA"</p><p style="margin-bottom: 10px">Change "<strong>\</strong>E0BA" to "<strong>&amp;#x</strong>E0BA<strong>;</strong>"</p><div class="block row"><div class="icons-preview"><i class="geira-icons">&#xE0BA;</i></div><div class="icons-code"><code>&lt;i class="geira-icons"&gt;&amp;#xE0BA;&lt;/i&gt;</code></div></div><h4>Via CSS</h4><div class="block row" style="place-content: center"><div class="icons-code"><code style="padding: 20px; text-align: center">.some-class::before { content: "\E0BA"; }</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons some-class"></i></div><div class="icons-code"><code>&lt;i class="geira-icons some-class"&gt;&lt;/i&gt;</code></div></div><h3 style="margin-top: 50px">Styling</h3><h5>Size</h5><div class="block row"><div class="icons-preview"><i class="geira-icons gi-18">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-18"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-24">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-24"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-36">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-36"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-48">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-48"&gt;home&lt;/i&gt;</code></div></div><h5>Color</h5><div class="block row"><div class="icons-preview" style="background-color: #263238"><i class="geira-icons gi-light">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-light"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview" style="background-color: #263238"><i class="geira-icons gi-light gi-inactive">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-light gi-inactive"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-dark">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-light"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-dark gi-inactive">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-light gi-inactive"&gt;home&lt;/i&gt;</code></div></div><h5>Rotate</h5><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-45">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-45"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-90">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-90"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-135">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-135"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-180">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-180"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-225">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-225"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-270">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-270"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-rotate-315">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-rotate-315"&gt;home&lt;/i&gt;</code></div></div><h5>Flip</h5><div class="block row"><div class="icons-preview"><i class="geira-icons gi-flip-v">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-flip-v"&gt;home&lt;/i&gt;</code></div></div><div class="block row"><div class="icons-preview"><i class="geira-icons gi-flip-h">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-flip-h"&gt;home&lt;/i&gt;</code></div></div><h5>Spin</h5><div class="block row"><div class="icons-preview"><i class="geira-icons gi-spin">home</i></div><div class="icons-code"><code>&lt;i class="geira-icons gi-spin"&gt;home&lt;/i&gt;</code></div></div></div><footer><p>&copy;2025 <a style="color: inherit; text-decoration: none;" href="https://liontude.com" target="_blank">Liontude</a>. All Rights Reserved. Released under MIT License</p></footer></div></body></html>
package/dist/utils.min.js CHANGED
@@ -1,2 +1,2 @@
1
- !function(r){var e={};function t(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return r[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=r,t.c=e,t.d=function(r,e,n){t.o(r,e)||Object.defineProperty(r,e,{enumerable:!0,get:n})},t.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},t.t=function(r,e){if(1&e&&(r=t(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var o in r)t.d(n,o,function(e){return r[e]}.bind(null,o));return n},t.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(e,"a",e),e},t.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},t.p="",t(t.s=2)}({2:function(r,e){function t(r){return 9==r||10==r||13==r||32==r}String.fromCharCodeS=function(){for(var r,e,t,n=arguments.length,o="",u=0;u<n;u++)(t=arguments[u])<1114112&&65535<t?(r=Math.floor((t-65536)/1024)+55296,e=(t-65536)%1024+56320,o+=String.fromCharCode(r,e)):t<65536&&(o+=String.fromCharCode(t));return o},padLeft=function(r,e){return!e||r.length>=e?r:Math.pow(10,e-r.length).toString().slice(1)+r},e.f1=r=>function(r){for(var e,n,o=[],u=r.length,f=0;f<u;f++)1==t(r.charCodeAt(f))?o.push(r.charAt(f)):((e=r.charCodeAt(f))<56320&&55295<e&&f+1<u&&(n=r.charCodeAt(f+1))<57344&&56319<n&&(e=1024*(e-55296)+(n-56320)+65536,f++),o.push(padLeft(e.toString(),5)));return o.join("")}(function(r){var e;return"\\\\u",r.replace(new RegExp("\\\\u([0-9a-fA-F]{4})","g"),(function(r,t){return e=parseInt(t,16),String.fromCharCode(e)}))}("\\u"+r))}});
1
+ String.fromCharCodeS=function(){for(var r,t,n,o=arguments.length,e="",f=0;f<o;f++)(n=arguments[f])<1114112&&65535<n?(r=Math.floor((n-65536)/1024)+55296,t=(n-65536)%1024+56320,e+=String.fromCharCode(r,t)):n<65536&&(e+=String.fromCharCode(n));return e},padLeft=function(r,t){return!t||r.length>=t?r:Math.pow(10,t-r.length).toString().slice(1)+r};
2
2
  //# sourceMappingURL=utils.min.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/js/utils.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","String","fromCharCodeS","u","x","v","arguments","length","w","Math","floor","fromCharCode","padLeft","pow","toString","slice","f1","unicodeValue","y","charCodeAt","push","charAt","join","g","replace","RegExp","parseInt"],"mappings":"aACE,IAAIA,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUC,QAGnC,IAAIC,EAASJ,EAAiBE,GAAY,CACzCG,EAAGH,EACHI,GAAG,EACHH,QAAS,IAUV,OANAI,EAAQL,GAAUM,KAAKJ,EAAOD,QAASC,EAAQA,EAAOD,QAASF,GAG/DG,EAAOE,GAAI,EAGJF,EAAOD,QAKfF,EAAoBQ,EAAIF,EAGxBN,EAAoBS,EAAIV,EAGxBC,EAAoBU,EAAI,SAASR,EAASS,EAAMC,GAC3CZ,EAAoBa,EAAEX,EAASS,IAClCG,OAAOC,eAAeb,EAASS,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhEZ,EAAoBkB,EAAI,SAAShB,GACX,oBAAXiB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeb,EAASiB,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeb,EAAS,aAAc,CAAEmB,OAAO,KAQvDrB,EAAoBsB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQrB,EAAoBqB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFA1B,EAAoBkB,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOrB,EAAoBU,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRzB,EAAoB6B,EAAI,SAAS1B,GAChC,IAAIS,EAAST,GAAUA,EAAOqB,WAC7B,WAAwB,OAAOrB,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAH,EAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG/B,EAAoBkC,EAAI,GAIjBlC,EAAoBA,EAAoBmC,EAAI,G,kBCxDrD,SAASzB,EAAEyB,GACT,OAAS,GAALA,GAAe,IAALA,GAAgB,IAALA,GAAgB,IAALA,EA3BtCC,OAAOC,cAAgB,WAIrB,IAHA,IAEIF,EAAGG,EAAGC,EAFNC,EAAIC,UAAUC,OACdC,EAAI,GAECrB,EAAI,EAAGA,EAAIkB,EAAGlB,KACrBiB,EAAIE,UAAUnB,IACN,SAAW,MAAQiB,GACzBJ,EAAIS,KAAKC,OAAON,EAAI,OAAS,MAAQ,MACrCD,GAAMC,EAAI,OAAS,KAAQ,MAC3BI,GAAQP,OAAOU,aAAaX,EAAGG,IAE3BC,EAAI,QACNI,GAAQP,OAAOU,aAAaP,IAIlC,OAAOI,GAGTI,QAAU,SAAUT,EAAGhB,GACrB,OAAKA,GAAKgB,EAAEI,QAAUpB,EACbgB,EAEFM,KAAKI,IAAI,GAAI1B,EAAIgB,EAAEI,QAAQO,WAAWC,MAAM,GAAKZ,GA8C1DpC,EAAQiD,GAAMC,GApCd,SAAWd,GAKT,IAJA,IAGIH,EAAGK,EAHHa,EAAI,GACJd,EAAID,EAAEI,OAGDpB,EAAI,EAAGA,EAAIiB,EAAGjB,IACmB,GAAtBZ,EAAE4B,EAAEgB,WAAWhC,IAC/B+B,EAAEE,KAAKjB,EAAEkB,OAAOlC,MAEhBa,EAAIG,EAAEgB,WAAWhC,IACT,OAAS,MAAQa,GAAMb,EAAI,EAAKiB,IACtCC,EAAIF,EAAEgB,WAAWhC,EAAI,IACb,OAAS,MAAQkB,IACvBL,EAAmB,MAAbA,EAAI,QAAkBK,EAAI,OAAS,MACzClB,KAGJ+B,EAAEE,KAAKR,QAAQZ,EAAEc,WAAY,KAGjC,OAAOI,EAAEI,KAAK,IAkBPC,CAfT,SAAWpC,GACT,IACIqB,EAEJ,MADI,QACGrB,EAAEqC,QAAQ,IAAIC,OAAOpB,wBAAwB,MAAM,SAAUF,EAAGC,GAKrE,OAJAI,EAAIkB,SAAStB,EAAG,IAITH,OAAOU,aAAaH,MAKrBnC,CAAE,MAAQ4C","file":"utils.min.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 2);\n","String.fromCharCodeS = function () {\n var v = arguments.length;\n var w = \"\";\n var s, u, x;\n for (var t = 0; t < v; t++) {\n x = arguments[t];\n if (x < 1114112 && 65535 < x) {\n s = Math.floor((x - 65536) / 1024) + 55296;\n u = ((x - 65536) % 1024) + 56320;\n w = w + String.fromCharCode(s, u)\n } else {\n if (x < 65536) {\n w = w + String.fromCharCode(x)\n }\n }\n }\n return w\n};\n\npadLeft = function (u, t) {\n if (!t || u.length >= t) {\n return u\n }\n return Math.pow(10, t - u.length).toString().slice(1) + u\n};\n\nfunction d(s) {\n if (s == 9 || s == 10 || s == 13 || s == 32) {\n return true\n }\n return false\n}\n\nfunction g(u) {\n var y = [];\n var x = u.length;\n var z = false;\n var s, v;\n for (var t = 0; t < x; t++) {\n if (z == false && d(u.charCodeAt(t)) == true) {\n y.push(u.charAt(t))\n } else {\n s = u.charCodeAt(t);\n if (s < 56320 && 55295 < s && (t + 1) < x) {\n v = u.charCodeAt(t + 1);\n if (v < 57344 && 56319 < v) {\n s = ((s - 55296) * 1024) + (v - 56320) + 65536;\n t++\n }\n }\n y.push(padLeft(s.toString(), 5))\n }\n }\n return y.join(\"\")\n}\n\nfunction m(t) {\n var s = false;\n var w, v = \"\";\n v = \"\\\\\\\\u\"\n return t.replace(new RegExp(v + \"([0-9a-fA-F]{4})\", \"g\"), function (u, x) {\n w = parseInt(x, 16);\n if (s == true) {\n w = (((w & 255) << 8) | ((w & 65280) >>> 8))\n }\n return String.fromCharCode(w)\n })\n}\n\nexports.f1 = (unicodeValue) => {\n let t = m(\"\\\\u\" + unicodeValue);\n return g(t);\n}\n\n"],"sourceRoot":""}
1
+ {"version":3,"file":"utils.min.js","mappings":"AAAAA,OAAOC,cAAgB,WAIrB,IAHA,IAEIC,EAAGC,EAAGC,EAFNC,EAAIC,UAAUC,OACdC,EAAI,GAECC,EAAI,EAAGA,EAAIJ,EAAGI,KACrBL,EAAIE,UAAUG,IACN,SAAW,MAAQL,GACzBF,EAAIQ,KAAKC,OAAOP,EAAI,OAAS,MAAQ,MACrCD,GAAMC,EAAI,OAAS,KAAQ,MAC3BI,GAAQR,OAAOY,aAAaV,EAAGC,IAE3BC,EAAI,QACNI,GAAQR,OAAOY,aAAaR,IAIlC,OAAOI,CACT,EAEAK,QAAU,SAAUV,EAAGM,GACrB,OAAKA,GAAKN,EAAEI,QAAUE,EACbN,EAEFO,KAAKI,IAAI,GAAIL,EAAIN,EAAEI,QAAQQ,WAAWC,MAAM,GAAKb,CAC1D","sources":["webpack://@geira/iconfont/./src/js/utils.js"],"sourcesContent":["String.fromCharCodeS = function () {\n var v = arguments.length;\n var w = \"\";\n var s, u, x;\n for (var t = 0; t < v; t++) {\n x = arguments[t];\n if (x < 1114112 && 65535 < x) {\n s = Math.floor((x - 65536) / 1024) + 55296;\n u = ((x - 65536) % 1024) + 56320;\n w = w + String.fromCharCode(s, u)\n } else {\n if (x < 65536) {\n w = w + String.fromCharCode(x)\n }\n }\n }\n return w\n};\n\npadLeft = function (u, t) {\n if (!t || u.length >= t) {\n return u\n }\n return Math.pow(10, t - u.length).toString().slice(1) + u\n};\n\nfunction d(s) {\n if (s == 9 || s == 10 || s == 13 || s == 32) {\n return true\n }\n return false\n}\n\nfunction g(u) {\n var y = [];\n var x = u.length;\n var z = false;\n var s, v;\n for (var t = 0; t < x; t++) {\n if (z == false && d(u.charCodeAt(t)) == true) {\n y.push(u.charAt(t))\n } else {\n s = u.charCodeAt(t);\n if (s < 56320 && 55295 < s && (t + 1) < x) {\n v = u.charCodeAt(t + 1);\n if (v < 57344 && 56319 < v) {\n s = ((s - 55296) * 1024) + (v - 56320) + 65536;\n t++\n }\n }\n y.push(padLeft(s.toString(), 5))\n }\n }\n return y.join(\"\")\n}\n\nfunction m(t) {\n var s = false;\n var w, v = \"\";\n v = \"\\\\\\\\u\"\n return t.replace(new RegExp(v + \"([0-9a-fA-F]{4})\", \"g\"), function (u, x) {\n w = parseInt(x, 16);\n if (s == true) {\n w = (((w & 255) << 8) | ((w & 65280) >>> 8))\n }\n return String.fromCharCode(w)\n })\n}\n\nexports.f1 = (unicodeValue) => {\n let t = m(\"\\\\u\" + unicodeValue);\n return g(t);\n}\n\n"],"names":["String","fromCharCodeS","s","u","x","v","arguments","length","w","t","Math","floor","fromCharCode","padLeft","pow","toString","slice"],"sourceRoot":""}
package/package.json CHANGED
@@ -1,26 +1,44 @@
1
1
  {
2
2
  "name": "@geira/iconfont",
3
- "version": "0.2.12",
3
+ "version": "0.3.1",
4
4
  "description": "Geira Icon Font",
5
5
  "main": "dist/geira-icons.min.css",
6
6
  "scripts": {
7
- "prebuild": "npm run process-iconfont",
8
- "build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
9
- "prestart": "npm run process-iconfont",
10
- "start": "node --openssl-legacy-provider ./node_modules/.bin/webpack-dev-server --mode development --open",
11
- "prepare": "npm run process-iconfont && npm run build",
7
+ "clean": "rm -rf dist",
12
8
  "process-iconfont": "node tools/process-iconfont",
9
+ "generate-assets": "npm run generate-json && npm run generate-flutter && npm run generate-flutter2",
13
10
  "generate-json": "node tools/generate-json-icons",
14
11
  "generate-flutter": "node tools/generate-flutter",
15
- "generate-flutter2": "node tools/generate-flutter2"
12
+ "generate-flutter2": "node tools/generate-flutter2",
13
+ "build-web": "NODE_OPTIONS=--openssl-legacy-provider webpack",
14
+ "start": "webpack serve --mode development --open",
15
+ "dev": "npm run process-iconfont && npm run generate-assets && npm run start",
16
+ "build": "npm run clean && npm run process-iconfont && npm run generate-assets && npm run build-web",
17
+ "deploy": "npm run build && rsync -av dist/ user@host:/path/to/hosting",
18
+ "prepare": "npm run build"
19
+ },
20
+ "scripts-info": {
21
+ "clean": "Removes the 'dist' folder to ensure a clean build.",
22
+ "process-iconfont": "Processes the icon font files and generates base assets.",
23
+ "generate-assets": "Runs all asset generation scripts for mobile (JSON, Flutter, Flutter2).",
24
+ "generate-json": "Generates the JSON file for icon metadata.",
25
+ "generate-flutter": "Generates Flutter-compatible icon files.",
26
+ "generate-flutter2": "Generates an additional set of Flutter icon files.",
27
+ "build-web": "Compiles the web showcase using Webpack.",
28
+ "start": "Starts the development server with live reload.",
29
+ "dev": "Runs the icon processing, asset generation, and starts the dev server.",
30
+ "build": "Performs a full clean build (icons, assets, and web).",
31
+ "deploy": "Builds the project and deploys it to the hosting server (adjust path/user).",
32
+ "prepare": "Automatically triggers before publishing the package (npm)."
16
33
  },
17
34
  "keywords": [
18
35
  "geira",
19
- "icon",
20
- "font",
21
- "sass",
22
- "scss",
23
- "css"
36
+ "icon-font",
37
+ "web-icons",
38
+ "scss-icons",
39
+ "css-icons",
40
+ "frontend",
41
+ "icon-pack"
24
42
  ],
25
43
  "license": "MIT",
26
44
  "publishConfig": {
@@ -41,22 +59,24 @@
41
59
  }
42
60
  ],
43
61
  "homepage": "https://icons.geira.com",
44
- "bugs": "https://github.com/liontude/geira-icons-tool/issues",
62
+ "bugs": {
63
+ "url": "https://github.com/liontude/geira-icons-tool/issues"
64
+ },
45
65
  "repository": {
46
66
  "type": "git",
47
67
  "url": "https://github.com/liontude/geira-icons-tool"
48
68
  },
49
69
  "devDependencies": {
50
- "clean-webpack-plugin": "^3.0.0",
51
- "copy-webpack-plugin": "^6.0.3",
52
- "css-loader": "^3.6.0",
53
- "html-webpack-plugin": "^4.3.0",
54
- "mini-css-extract-plugin": "^0.9.0",
55
- "sass": "^1.26.10",
56
- "sass-loader": "^9.0.2",
57
- "style-loader": "^1.2.1",
58
- "webpack": "^4.43.0",
59
- "webpack-cli": "^3.3.12",
60
- "webpack-dev-server": "^3.11.0"
70
+ "clean-webpack-plugin": "^4.0.0",
71
+ "copy-webpack-plugin": "^12.0.2",
72
+ "css-loader": "^7.1.2",
73
+ "html-webpack-plugin": "^5.6.3",
74
+ "mini-css-extract-plugin": "^2.9.2",
75
+ "sass": "^1.84.0",
76
+ "sass-loader": "^16.0.4",
77
+ "style-loader": "^4.0.0",
78
+ "webpack": "^5.97.1",
79
+ "webpack-cli": "^6.0.1",
80
+ "webpack-dev-server": "^5.2.0"
61
81
  }
62
82
  }
Binary file
Binary file
Binary file
package/src/js/data.js CHANGED
@@ -83,6 +83,12 @@ window.iconsOriginal = [
83
83
  dec: "57363",
84
84
  tags: "poll, analytics, bar"
85
85
  },
86
+ {
87
+ name: "shuffle",
88
+ uni: "E01E",
89
+ dec: "57374",
90
+ tags: "random, sort"
91
+ },
86
92
  {
87
93
  name: "restore",
88
94
  uni: "E01F",
@@ -545,6 +551,18 @@ window.iconsOriginal = [
545
551
  dec: "57598",
546
552
  tags: "chronometer, clock, schedule, watch, stopwatch"
547
553
  },
554
+ {
555
+ name: "hourglass",
556
+ uni: "E100",
557
+ dec: "57600",
558
+ tags: "clock, schedule, watch, time"
559
+ },
560
+ {
561
+ name: "vr_mobile",
562
+ uni: "E108",
563
+ dec: "57608",
564
+ tags: "phone, talk, interview"
565
+ },
548
566
  {
549
567
  name: "folder",
550
568
  uni: "E111",
@@ -575,6 +593,12 @@ window.iconsOriginal = [
575
593
  dec: "57621",
576
594
  tags: "doc, file"
577
595
  },
596
+ {
597
+ name: "folder_secure",
598
+ uni: "E116",
599
+ dec: "57622",
600
+ tags: "doc, file"
601
+ },
578
602
  {
579
603
  name: "page",
580
604
  uni: "E117",
@@ -599,6 +623,24 @@ window.iconsOriginal = [
599
623
  dec: "57626",
600
624
  tags: "flip"
601
625
  },
626
+ {
627
+ name: "test_repeat",
628
+ uni: "E11B",
629
+ dec: "57627",
630
+ tags: "study, exam, quiz"
631
+ },
632
+ {
633
+ name: "test_star",
634
+ uni: "E11C",
635
+ dec: "57628",
636
+ tags: "study, exam, quiz"
637
+ },
638
+ {
639
+ name: "test_daily",
640
+ uni: "E11D",
641
+ dec: "57629",
642
+ tags: "study, exam, quiz, calendar"
643
+ },
602
644
  {
603
645
  name: "pdf",
604
646
  uni: "E124",
@@ -683,6 +725,18 @@ window.iconsOriginal = [
683
725
  dec: "57658",
684
726
  tags: "circle, mark, radio, button"
685
727
  },
728
+ {
729
+ name: "match",
730
+ uni: "E13B",
731
+ dec: "57659",
732
+ tags: "correspond, align, fit, check"
733
+ },
734
+ {
735
+ name: "temperature",
736
+ uni: "E163",
737
+ dec: "57699",
738
+ tags: "thermometer, hot, warm, cold, heat"
739
+ },
686
740
  {
687
741
  name: "odd_even",
688
742
  uni: "E164",
@@ -875,6 +929,12 @@ window.iconsOriginal = [
875
929
  dec: "57852",
876
930
  tags: "ads, publicity, campaign"
877
931
  },
932
+ {
933
+ name: "alert",
934
+ uni: "E200",
935
+ dec: "57856",
936
+ tags: "warning, error"
937
+ },
878
938
  {
879
939
  name: "question_answer",
880
940
  uni: "E201",
@@ -1007,6 +1067,12 @@ window.iconsOriginal = [
1007
1067
  dec: "57878",
1008
1068
  tags: "luck, dream, lotto, lottery"
1009
1069
  },
1070
+ {
1071
+ name: "legal",
1072
+ uni: "E219",
1073
+ dec: "57881",
1074
+ tags: "lawyer, justice"
1075
+ },
1010
1076
  {
1011
1077
  name: "sad_face",
1012
1078
  uni: "E22D",
@@ -1205,6 +1271,24 @@ window.iconsOriginal = [
1205
1271
  dec: "57955",
1206
1272
  tags: "minus"
1207
1273
  },
1274
+ {
1275
+ name: "more_less",
1276
+ uni: "E264",
1277
+ dec: "57956",
1278
+ tags: "approximately, roughly, plus, sum, minus"
1279
+ },
1280
+ {
1281
+ name: "total",
1282
+ uni: "E265",
1283
+ dec: "57957",
1284
+ tags: "amount, sum"
1285
+ },
1286
+ {
1287
+ name: "number",
1288
+ uni: "E266",
1289
+ dec: "57958",
1290
+ tags: "hashtag"
1291
+ },
1208
1292
  {
1209
1293
  name: "television",
1210
1294
  uni: "E26B",
@@ -1223,6 +1307,18 @@ window.iconsOriginal = [
1223
1307
  dec: "57965",
1224
1308
  tags: "amenity, bar, wine"
1225
1309
  },
1310
+ {
1311
+ name: "open_box",
1312
+ uni: "E271",
1313
+ dec: "57969",
1314
+ tags: "gift, resource, surprise"
1315
+ },
1316
+ {
1317
+ name: "briefcase",
1318
+ uni: "E274",
1319
+ dec: "57972",
1320
+ tags: "portfolio, docs"
1321
+ },
1226
1322
  {
1227
1323
  name: "bulb_number",
1228
1324
  uni: "E279",
@@ -1385,6 +1481,12 @@ window.iconsOriginal = [
1385
1481
  dec: "58022",
1386
1482
  tags: "logo"
1387
1483
  },
1484
+ {
1485
+ name: "x_logo",
1486
+ uni: "E2A7",
1487
+ dec: "58023",
1488
+ tags: "logo, twitter"
1489
+ },
1388
1490
  {
1389
1491
  name: "logo",
1390
1492
  uni: "E2AF",
package/src/js/data.json CHANGED
@@ -1 +1 @@
1
- {"none":57344,"pencil":57345,"brush":57346,"wifi":57348,"chat":57349,"notifications":57351,"notifications_off":57352,"notifications_active":57353,"send":57354,"person":57355,"people":57356,"no_show":57357,"person_status":57358,"chart":57363,"restore":57375,"undo":57386,"update":57387,"refresh":57388,"chevron_up":57389,"chevron_right":57390,"chevron_down":57391,"chevron_left":57402,"arrow_up":57403,"arrow_right":57404,"arrow_down":57405,"arrow_left":57406,"delete":57407,"volume":57420,"volume_low":57421,"volume_medium":57422,"volume_up":57423,"volume_off":57434,"hearing":57435,"mic":57436,"mic_off":57437,"recording":57438,"no_audio":57439,"refresh_audio":57450,"load_audio":57451,"play_arrow":57453,"pause":57454,"stop":57455,"skip_next":57466,"skip_previous":57467,"record":57468,"previous":57484,"next":57485,"cloud":57495,"upload":57496,"up_balls":57497,"download":57498,"rearrange":57499,"slider":57501,"list":57502,"sidebar_close":57503,"sidebar_open":57504,"open_menu":57505,"close_menu":57506,"down_menu":57507,"up_menu":57508,"launch":57509,"exit_to_app":57510,"menu":57511,"more_vert":57512,"more_horiz":57513,"cell_phone":57528,"phone":57529,"home":57530,"language":57531,"url":57532,"lang":57533,"lang_help":57534,"map":57535,"country":57536,"navigation":57537,"notification":57544,"flag":57545,"place":57546,"mail":57547,"award":57575,"trophy":57576,"shopping_cart":57589,"bet":57590,"add_balance":57591,"payment":57592,"bill":57593,"deal":57594,"gift":57595,"time":57596,"chronometer":57597,"time_record":57598,"folder":57617,"folder_open":57618,"folder_add":57619,"folder_special":57620,"folder_delete":57621,"page":57623,"book":57624,"test":57625,"flash_cards":57626,"pdf":57636,"doc":57637,"jpg":57638,"png":57639,"chevron_tr":57648,"chevron_dr":57649,"chevron_dl":57650,"chevron_tl":57651,"check":57652,"check_outline":57653,"checked":57654,"unchecked":57655,"rb_checked":57657,"rb_unchecked":57658,"odd_even":57700,"hot":57701,"cold":57702,"hot_cold":57703,"delta":57704,"delta_cold":57705,"delta_hot":57706,"sum":57707,"sum_hot":57708,"sum_cold":57709,"face_id":57719,"scan":57727,"retry_scan":57728,"ar_horiz":57729,"ar_vert":57730,"parking":57759,"bike":57760,"walk":57761,"girl":57762,"boy":57763,"disabled":57764,"photo_id":57765,"politician":57804,"bull":57805,"cow":57806,"verified":57825,"verified_user":57826,"lock":57827,"lock_open":57828,"advertising":57850,"no_advertising":57851,"video":57852,"question_answer":57857,"info":57858,"help":57859,"error":57860,"visibility":57861,"visibility_off":57862,"thumb_up":57863,"thumb_down":57864,"favorite_border":57865,"favorite":57866,"favorite_dislike":57867,"share":57868,"bookmark":57869,"star_border":57870,"star_half":57871,"star":57872,"rate":57873,"ticket":57874,"game":57875,"lotto":57876,"cabala":57877,"clover":57878,"sad_face":57901,"happy_face":57902,"dictation":57903,"oral":57904,"event_available":57905,"upcoming":57906,"past":57907,"event":57908,"no_event":57909,"month":57910,"dashboard":57914,"campaign":57915,"unpin":57923,"push_pin":57924,"search":57925,"search_page":57926,"search_person":57927,"search_number":57928,"camera":57940,"no_image":57941,"images":57942,"remove":57943,"remove_circle":57944,"add":57945,"add_circle":57946,"close":57947,"cancel":57948,"filter":57949,"edit":57950,"settings":57951,"save":57952,"add_square":57954,"remove_square":57955,"television":57963,"store":57964,"drink":57965,"bulb_number":57977,"bulb_on":57978,"bulb":57979,"cashier":57980,"afternoon":57989,"evening":57990,"full_square":57991,"full_dot":57992,"brightness_1":57993,"brightness_2":57994,"brightness_3":57995,"brightness_4":57996,"brightness_5":57997,"brightness_6":57998,"brightness_7":57999,"facebook":58001,"twitter":58002,"youtube":58003,"instagram":58004,"linkedin":58005,"github":58016,"gitlab":58017,"npm":58018,"apple_logo":58019,"facebook_logo":58020,"google_logo":58021,"whatsapp_logo":58022,"logo":58031}
1
+ {"none":57344,"pencil":57345,"brush":57346,"wifi":57348,"chat":57349,"notifications":57351,"notifications_off":57352,"notifications_active":57353,"send":57354,"person":57355,"people":57356,"no_show":57357,"person_status":57358,"chart":57363,"shuffle":57374,"restore":57375,"undo":57386,"update":57387,"refresh":57388,"chevron_up":57389,"chevron_right":57390,"chevron_down":57391,"chevron_left":57402,"arrow_up":57403,"arrow_right":57404,"arrow_down":57405,"arrow_left":57406,"delete":57407,"volume":57420,"volume_low":57421,"volume_medium":57422,"volume_up":57423,"volume_off":57434,"hearing":57435,"mic":57436,"mic_off":57437,"recording":57438,"no_audio":57439,"refresh_audio":57450,"load_audio":57451,"play_arrow":57453,"pause":57454,"stop":57455,"skip_next":57466,"skip_previous":57467,"record":57468,"previous":57484,"next":57485,"cloud":57495,"upload":57496,"up_balls":57497,"download":57498,"rearrange":57499,"slider":57501,"list":57502,"sidebar_close":57503,"sidebar_open":57504,"open_menu":57505,"close_menu":57506,"down_menu":57507,"up_menu":57508,"launch":57509,"exit_to_app":57510,"menu":57511,"more_vert":57512,"more_horiz":57513,"cell_phone":57528,"phone":57529,"home":57530,"language":57531,"url":57532,"lang":57533,"lang_help":57534,"map":57535,"country":57536,"navigation":57537,"notification":57544,"flag":57545,"place":57546,"mail":57547,"award":57575,"trophy":57576,"shopping_cart":57589,"bet":57590,"add_balance":57591,"payment":57592,"bill":57593,"deal":57594,"gift":57595,"time":57596,"chronometer":57597,"time_record":57598,"hourglass":57600,"vr_mobile":57608,"folder":57617,"folder_open":57618,"folder_add":57619,"folder_special":57620,"folder_delete":57621,"folder_secure":57622,"page":57623,"book":57624,"test":57625,"flash_cards":57626,"test_repeat":57627,"test_star":57628,"test_daily":57629,"pdf":57636,"doc":57637,"jpg":57638,"png":57639,"chevron_tr":57648,"chevron_dr":57649,"chevron_dl":57650,"chevron_tl":57651,"check":57652,"check_outline":57653,"checked":57654,"unchecked":57655,"rb_checked":57657,"rb_unchecked":57658,"match":57659,"temperature":57699,"odd_even":57700,"hot":57701,"cold":57702,"hot_cold":57703,"delta":57704,"delta_cold":57705,"delta_hot":57706,"sum":57707,"sum_hot":57708,"sum_cold":57709,"face_id":57719,"scan":57727,"retry_scan":57728,"ar_horiz":57729,"ar_vert":57730,"parking":57759,"bike":57760,"walk":57761,"girl":57762,"boy":57763,"disabled":57764,"photo_id":57765,"politician":57804,"bull":57805,"cow":57806,"verified":57825,"verified_user":57826,"lock":57827,"lock_open":57828,"advertising":57850,"no_advertising":57851,"video":57852,"alert":57856,"question_answer":57857,"info":57858,"help":57859,"error":57860,"visibility":57861,"visibility_off":57862,"thumb_up":57863,"thumb_down":57864,"favorite_border":57865,"favorite":57866,"favorite_dislike":57867,"share":57868,"bookmark":57869,"star_border":57870,"star_half":57871,"star":57872,"rate":57873,"ticket":57874,"game":57875,"lotto":57876,"cabala":57877,"clover":57878,"legal":57881,"sad_face":57901,"happy_face":57902,"dictation":57903,"oral":57904,"event_available":57905,"upcoming":57906,"past":57907,"event":57908,"no_event":57909,"month":57910,"dashboard":57914,"campaign":57915,"unpin":57923,"push_pin":57924,"search":57925,"search_page":57926,"search_person":57927,"search_number":57928,"camera":57940,"no_image":57941,"images":57942,"remove":57943,"remove_circle":57944,"add":57945,"add_circle":57946,"close":57947,"cancel":57948,"filter":57949,"edit":57950,"settings":57951,"save":57952,"add_square":57954,"remove_square":57955,"more_less":57956,"total":57957,"number":57958,"television":57963,"store":57964,"drink":57965,"open_box":57969,"briefcase":57972,"bulb_number":57977,"bulb_on":57978,"bulb":57979,"cashier":57980,"afternoon":57989,"evening":57990,"full_square":57991,"full_dot":57992,"brightness_1":57993,"brightness_2":57994,"brightness_3":57995,"brightness_4":57996,"brightness_5":57997,"brightness_6":57998,"brightness_7":57999,"facebook":58001,"twitter":58002,"youtube":58003,"instagram":58004,"linkedin":58005,"github":58016,"gitlab":58017,"npm":58018,"apple_logo":58019,"facebook_logo":58020,"google_logo":58021,"whatsapp_logo":58022,"x_logo":58023,"logo":58031}