mx-icons 1.0.21 → 1.0.23

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.
@@ -1 +1 @@
1
- :root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-color: #ffffff;--text-color: #111827;--text-secondary: #6b7280;--bg-muted: #f9fafb;--border-color: #e5e7eb;--card-bg: #ffffff;--card-hover: #f9fafb;--header-bg: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);--modal-bg: #ffffff;--input-bg: #ffffff;--secondary-btn-bg: #ffffff;--secondary-btn-text: #374151;--secondary-btn-border: #d1d5db;--tag-bg: #d4d5d6;--tab-active-bg: #e5e7eb;--grid-bg: #e5e7eb;--primary-color: #111827;--primary-hover: #1f2937;--primary-text: #ffffff;color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark{--bg-color: #0f172a;--text-color: #f8fafc;--text-secondary: #94a3b8;--bg-muted: #1e293b;--border-color: #334155;--card-bg: #1e293b;--card-hover: #334155;--header-bg: linear-gradient(to bottom, #1e293b 0%, #0f172a 100%);--modal-bg: #1e293b;--input-bg: #1e293b;--secondary-btn-bg: #1e293b;--secondary-btn-text: #f8fafc;--secondary-btn-border: #334155;--tag-bg: #334155;--tab-active-bg: #334155;--grid-bg: #334155;--primary-color: #f8fafc;--primary-hover: #e2e8f0;--primary-text: #0f172a}*{margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit}*{box-sizing:border-box}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;margin:4px}::-webkit-scrollbar-thumb{background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:#00000080;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}::-webkit-scrollbar-thumb:active{background:#0009}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(255,255,255,.1)}.app{min-height:100vh;background:var(--bg-muted);display:flex;flex-direction:column}.header{background:var(--header-bg);border-bottom:1px solid var(--border-color);padding:2rem}.header-content{max-width:100%}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-icon{width:32px;height:32px;color:#8b5cf6;display:flex;align-items:center;justify-content:center}.logo-icon img{width:100%;height:100%;object-fit:contain;border-radius:8px}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:1.5rem;font-weight:700;margin:0;color:var(--text-color)}.version-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:var(--text-secondary);background:var(--tag-bg);border-radius:4px}.share-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#1d9bf0;background:transparent;border:1px solid var(--secondary-btn-border);border-radius:6px;text-decoration:none;cursor:pointer;transition:all .15s}.share-button:hover{background:#1d9bf01a;border-color:#1d9bf0}.header-actions-top{display:flex;align-items:center;gap:1rem}.theme-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:8px;border:1px solid var(--secondary-btn-border);background:var(--secondary-btn-bg);color:var(--text-color);cursor:pointer;transition:all .2s}.theme-toggle:hover{background:var(--card-hover);border-color:var(--text-secondary)}.header-info{margin-bottom:1rem}.info-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.info-count{font-weight:600;color:var(--text-color)}.info-separator{color:var(--border-color)}.info-text{color:var(--text-secondary)}.tagline{font-size:2.25rem;font-weight:700;line-height:1.2;color:var(--text-color);margin:0 0 2rem;max-width:800px}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .15s;border:none}.action-button.primary{color:var(--primary-text);background:var(--primary-color)}.action-button.primary:hover{background:var(--primary-hover)}.action-button.secondary{color:var(--secondary-btn-text);background:var(--secondary-btn-bg);border:1px solid var(--secondary-btn-border)}.action-button.secondary:hover{background:var(--card-hover);border-color:var(--text-secondary)}.container{width:100%;margin:0;padding:2rem;flex:1}.setup-guide{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.setup-content{position:relative;background:var(--modal-bg);border-radius:.5rem;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.setup-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-secondary);background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .15s}.setup-close:hover{background:#f3f4f6}.setup-content h2{margin:0 0 1.5rem;font-size:1.5rem;color:var(--text-color)}.setup-step{margin-bottom:1.5rem}.setup-step h3{margin:0 0 .5rem;font-size:1.125rem;color:var(--secondary-btn-text)}.code-snippet{background:var(--bg-muted);border:1px solid var(--border-color);border-radius:.375rem;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.875rem;color:var(--text-color);overflow-x:auto;white-space:pre}.props-list{list-style:none;margin:0;padding:0}.props-list li{padding:.5rem 0;color:var(--secondary-btn-text);border-bottom:1px solid var(--bg-muted)}.props-list li:last-child{border-bottom:none}.props-list code{display:inline-block;padding:.125rem .375rem;font-size:.875rem;font-family:Courier New,Courier,monospace;color:var(--text-color);background:var(--bg-muted);border-radius:.25rem;margin-right:.5rem}.search-wrapper{position:relative;margin-bottom:2rem;padding:0}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--secondary-btn-border);border-radius:.5rem;background:var(--input-bg);color:var(--text-color);transition:border-color .15s}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.search-input::placeholder{color:#9ca3af}.variant-tabs{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.variant-tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s}.variant-tab:hover{color:var(--text-color);background:var(--bg-muted)}.variant-tab.active{color:var(--text-color);background:var(--tab-active-bg)}.variant-info{margin-left:auto;font-size:.875rem;color:var(--text-secondary)}.icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1px;background:var(--grid-bg);border:1px solid var(--border-color)}.icon-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;background:var(--card-bg);border:none;cursor:pointer;transition:background-color .15s}.icon-card:hover{background:var(--card-hover)}.icon-display{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.icon-name{font-size:.75rem;color:var(--text-secondary);text-align:center;word-break:break-word}.copied-toast{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#059669;background:#d1fae5;border-radius:.25rem;animation:fadeIn .2s}.no-results{text-align:center;padding:3rem 0;color:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;background:#0a0c12b3;display:flex;align-items:center;justify-content:center;z-index:999;padding:1rem;animation:fadeIn .2s;inset:0}.modal-card{position:relative;background:var(--modal-bg);border-radius:12px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalEnter .18s ease-out;scrollbar-width:none;-ms-overflow-style:none}.modal-card::-webkit-scrollbar{display:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#6b7280;background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s}.modal-close:hover{background:var(--bg-muted);color:var(--text-color)}.modal-title{text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0 0 1.5rem;padding-right:2rem}.modal-preview{display:flex;align-items:center;justify-content:center;padding:3rem;background:var(--bg-muted);border:2px dashed var(--border-color);border-radius:8px;margin-bottom:1.5rem;height:150px;min-height:150px}.modal-controls{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;background:var(--bg-muted);border-radius:8px}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{font-size:.875rem;font-weight:500;color:var(--secondary-btn-text);display:block;align-items:center;justify-content:space-between}.control-group label strong{color:var(--text-color);font-family:Courier New,Courier,monospace;font-size:.8125rem}.control-group input[type=range]{width:100%;height:6px;background:#e5e7eb;border-radius:3px;outline:none;appearance:none;-webkit-appearance:none}.control-group input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;background:#6366f1;border-radius:50%;cursor:pointer;transition:all .15s}.control-group input[type=range]::-webkit-slider-thumb:hover{background:#4f46e5;transform:scale(1.1)}.control-group input[type=range]::-moz-range-thumb{width:18px;height:18px;background:#6366f1;border:none;border-radius:50%;cursor:pointer;transition:all .15s}.control-group input[type=range]::-moz-range-thumb:hover{background:#4f46e5;transform:scale(1.1)}.control-group input[type=color]{width:100%;height:40px;border:1px solid var(--secondary-btn-border);border-radius:6px;cursor:pointer;background:transparent}.control-group input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.control-group input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.modal-code{position:relative;background:var(--bg-muted);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}.code-copy-btn{position:absolute;top:10px;right:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:all .15s ease;z-index:2}.code-copy-btn:hover{color:var(--text-color)}.code-copy-btn.copied{color:#000!important}*/ .modal-code h3{font-size:1rem;font-weight:600;color:var(--text-color);margin:0 0 1rem}.modal-code pre{margin:0 0 1rem;padding:38px 14px 14px;background:color-mix(in srgb,var(--modal-bg) 92%,black 8%);border:1px solid var(--border-color);border-radius:10px;overflow-x:auto;position:relative;font-family:JetBrains Mono,Fira Code,monospace;font-size:12.5px;line-height:1.6;box-shadow:inset 0 0 0 1px #ffffff05}:root:not(.dark) .modal-code pre{background:#f8fafc;border:1px solid #e5e7eb;box-shadow:inset 0 1px #00000008}:root:not(.dark) .modal-code code{color:#0f172a}:root:not(.dark) .modal-code .keyword{color:#0369a1;font-weight:500}:root:not(.dark) .modal-code .component-name{color:#3730a3;font-weight:600}:root:not(.dark) .modal-code .prop-name{color:#b45309}:root:not(.dark) .modal-code .prop-value{color:#065f46}:root:not(.dark) .modal-code .punctuation{color:#475569}:root:not(.dark) .code-copy-btn{background:#0000000a;border:1px solid #e5e7eb;color:#6b7280}.modal-code pre::-webkit-scrollbar{width:8px;height:8px}.modal-code pre::-webkit-scrollbar-track{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:6px;margin:4px}.modal-code pre::-webkit-scrollbar-thumb{background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:6px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}.modal-code pre::-webkit-scrollbar-thumb:hover{background:#ffffff59;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.modal-code pre::-webkit-scrollbar-thumb:active{background:#ffffff73}.modal-code code{font-family:Fira Code,Consolas,Monaco,Courier New,monospace;font-size:.875rem;color:#d4d4d4;line-height:1.7;white-space:pre;display:block}.keyword{color:#7dd3fc;font-weight:500}.component-name{color:#a5b4fc;font-weight:600}.prop-name{color:#facc15}.prop-value{color:#86efac}.punctuation{color:#94a3b8}.copy-button{width:100%;height:44px;padding:0 1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:500;line-height:1;background:#fff;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #10182808}:root.dark .copy-button{background:#1c2636;border-color:#ffffff0f;box-shadow:0 1px 2px #00000080}:root.dark .copy-button span{color:#fff!important;text-shadow:none}:root.dark .copy-button svg{color:#fff!important;filter:none}:root.dark .code-copy-btn{background:#1c2636;border-color:#ffffff0f}:root:not(.dark) .code-copy-btn.copied{color:#000!important}:root.dark .code-copy-btn.copied{color:#fff!important}:root.dark .copy-button.copied{background:#1c2636}.footer{background:var(--bg-color);border-top:1px solid var(--border-color);padding:3rem 1.5rem 2rem;margin-top:4rem}.footer-content{max-width:1280px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-logo{display:flex;align-items:center;gap:.5rem;width:24px;height:24px;margin-bottom:1rem}.footer-logo img{width:100%;height:100%;object-fit:contain;border-radius:8px}.footer-logo svg{width:24px;height:24px;color:#8b5cf6}.footer-logo span{font-size:1.25rem;font-weight:700;color:var(--text-color)}.footer-tagline{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h3{font-size:.875rem;font-weight:600;color:var(--text-color);margin:0 0 1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li{margin-bottom:.75rem}.footer-section a{font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:color .15s}.footer-section a:hover{color:var(--text-color)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border-color)}.footer-copyright{font-size:.875rem;color:var(--text-secondary);margin:0}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social a{color:var(--text-secondary);transition:color .15s}.footer-social a:hover{color:var(--text-color)}@media(max-width:1024px){.header{padding:2.5rem 2rem 2rem}.tagline{font-size:2rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:768px){.header{padding:2rem 1.5rem 1.5rem}.header-top{flex-direction:column;align-items:flex-start;gap:1rem}.share-button{width:100%;justify-content:center}.tagline{font-size:1.75rem}.header-actions{width:100%;flex-direction:column}.action-button{width:100%;justify-content:center}.container{padding:1.5rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));margin:0 -1.5rem}.variant-tabs{flex-wrap:wrap;gap:.25rem;padding-bottom:.75rem}.variant-info{width:100%;margin-left:0;margin-top:.5rem;font-size:.75rem}.icon-card{padding:1.25rem .75rem}.footer{padding:2.5rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-brand{max-width:100%}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.header{padding:2rem 1rem 1.5rem}.container{padding:1.5rem 1rem}.icons-grid{margin:0 -1rem}.logo-text{font-size:1.25rem}.version-badge{font-size:.625rem;padding:.2rem .4rem}.tagline{font-size:1.5rem}.action-button{padding:.625rem 1rem;font-size:.8125rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.icon-card{padding:1rem .5rem}.icon-name{font-size:.6875rem}.footer{padding:2.5rem 1rem 1.5rem}.pagination-button{padding:.625rem 1rem;font-size:.875rem}}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.5rem 0;margin:1.5rem 0}.pagination-button{padding:.75rem 1.5rem;background:var(--secondary-btn-bg);border:1px solid var(--secondary-btn-border);border-radius:.5rem;font-size:.9375rem;font-weight:500;color:var(--secondary-btn-text);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.pagination-button:hover:not(:disabled){background:var(--card-hover);border-color:var(--secondary-btn-border);transform:translateY(-1px)}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:.9375rem;color:var(--text-secondary);font-weight:500;min-width:120px;text-align:center}@keyframes modalEnter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-code pre:before{content:"";position:absolute;top:12px;left:14px;width:10px;height:10px;border-radius:50%;background:#ff5f56;box-shadow:14px 0 #ffbd2e,28px 0 #27c93f}
1
+ :root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-color: #ffffff;--text-color: #111827;--text-secondary: #6b7280;--bg-muted: #f9fafb;--border-color: #e5e7eb;--card-bg: #ffffff;--card-hover: #f9fafb;--header-bg: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);--modal-bg: #ffffff;--input-bg: #ffffff;--secondary-btn-bg: #ffffff;--secondary-btn-text: #374151;--secondary-btn-border: #d1d5db;--tag-bg: #d4d5d6;--tab-active-bg: #e5e7eb;--grid-bg: #e5e7eb;--primary-color: #111827;--primary-hover: #1f2937;--primary-text: #ffffff;color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark{--bg-color: #0f172a;--text-color: #f8fafc;--text-secondary: #94a3b8;--bg-muted: #1e293b;--border-color: #334155;--card-bg: #1e293b;--card-hover: #334155;--header-bg: linear-gradient(to bottom, #1e293b 0%, #0f172a 100%);--modal-bg: #1e293b;--input-bg: #1e293b;--secondary-btn-bg: #1e293b;--secondary-btn-text: #f8fafc;--secondary-btn-border: #334155;--tag-bg: #334155;--tab-active-bg: #334155;--grid-bg: #334155;--primary-color: #f8fafc;--primary-hover: #e2e8f0;--primary-text: #0f172a}*{margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit}*{box-sizing:border-box}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;margin:4px}::-webkit-scrollbar-thumb{background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:#00000080;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}::-webkit-scrollbar-thumb:active{background:#0009}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(255,255,255,.1)}.app{min-height:100vh;background:var(--bg-muted);display:flex;flex-direction:column}.header{background:var(--header-bg);border-bottom:1px solid var(--border-color);padding:2rem}.header-content{max-width:100%}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-icon{width:32px;height:32px;color:#8b5cf6;display:flex;align-items:center;justify-content:center}.logo-icon img{width:100%;height:100%;object-fit:contain;border-radius:8px}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:1.5rem;font-weight:700;margin:0;color:var(--text-color)}.version-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:var(--text-secondary);background:var(--tag-bg);border-radius:4px}.share-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#1d9bf0;background:transparent;border:1px solid var(--secondary-btn-border);border-radius:6px;text-decoration:none;cursor:pointer;transition:all .15s}.share-button:hover{background:#1d9bf01a;border-color:#1d9bf0}.header-actions-top{display:flex;align-items:center;gap:1rem}.theme-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:8px;border:1px solid var(--secondary-btn-border);background:var(--secondary-btn-bg);color:var(--text-color);cursor:pointer;transition:all .2s}.theme-toggle:hover{background:var(--card-hover);border-color:var(--text-secondary)}.header-info{margin-bottom:1rem}.info-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.info-count{font-weight:600;color:var(--text-color)}.info-separator{color:var(--border-color)}.info-text{color:var(--text-secondary)}.tagline{font-size:2.25rem;font-weight:700;line-height:1.2;color:var(--text-color);margin:0 0 2rem;max-width:800px}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .15s;border:none}.action-button.primary{color:var(--primary-text);background:var(--primary-color)}.action-button.primary:hover{background:var(--primary-hover)}.action-button.secondary{color:var(--secondary-btn-text);background:var(--secondary-btn-bg);border:1px solid var(--secondary-btn-border)}.action-button.secondary:hover{background:var(--card-hover);border-color:var(--text-secondary)}.container{width:100%;margin:0;padding:2rem;flex:1}.setup-guide{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.setup-content{position:relative;background:var(--modal-bg);border-radius:.5rem;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.setup-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-secondary);background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .15s}.setup-close:hover{background:#f3f4f6}.setup-content h2{margin:0 0 1.5rem;font-size:1.5rem;color:var(--text-color)}.setup-step{margin-bottom:1.5rem}.setup-step h3{margin:0 0 .5rem;font-size:1.125rem;color:var(--secondary-btn-text)}.code-snippet{background:var(--bg-muted);border:1px solid var(--border-color);border-radius:.375rem;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.875rem;color:var(--text-color);overflow-x:auto;white-space:pre}.props-list{list-style:none;margin:0;padding:0}.props-list li{padding:.5rem 0;color:var(--secondary-btn-text);border-bottom:1px solid var(--bg-muted)}.props-list li:last-child{border-bottom:none}.props-list code{display:inline-block;padding:.125rem .375rem;font-size:.875rem;font-family:Courier New,Courier,monospace;color:var(--text-color);background:var(--bg-muted);border-radius:.25rem;margin-right:.5rem}.search-wrapper{position:relative;margin-bottom:2rem;padding:0}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--secondary-btn-border);border-radius:.5rem;background:var(--input-bg);color:var(--text-color);transition:border-color .15s}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.search-input::placeholder{color:#9ca3af}.variant-tabs{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.variant-tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s}.variant-tab:hover{color:var(--text-color);background:var(--bg-muted)}.variant-tab.active{color:var(--text-color);background:var(--tab-active-bg)}.variant-info{margin-left:auto;font-size:.875rem;color:var(--text-secondary)}.icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1px;background:var(--grid-bg);border:1px solid var(--border-color)}.icon-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;background:var(--card-bg);border:none;cursor:pointer;transition:background-color .15s}.icon-card:hover{background:var(--card-hover)}.icon-display{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.icon-name{font-size:.75rem;color:var(--text-secondary);text-align:center;word-break:break-word}.copied-toast{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#059669;background:#d1fae5;border-radius:.25rem;animation:fadeIn .2s}.no-results{text-align:center;padding:3rem 0;color:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;background:#0a0c12b3;display:flex;align-items:center;justify-content:center;z-index:999;padding:1rem;animation:fadeIn .2s;inset:0}.modal-card{position:relative;background:var(--modal-bg);border-radius:12px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalEnter .18s ease-out;scrollbar-width:none;-ms-overflow-style:none}.modal-card::-webkit-scrollbar{display:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#6b7280;background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s}.modal-close:hover{background:var(--bg-muted);color:var(--text-color)}.modal-title{text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0 0 1.5rem;padding-right:2rem}.modal-preview{display:flex;align-items:center;justify-content:center;padding:3rem;background:var(--bg-muted);border:2px dashed var(--border-color);border-radius:8px;margin-bottom:1.5rem;height:150px;min-height:150px}.modal-controls{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;background:var(--bg-muted);border-radius:8px}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{font-size:.875rem;font-weight:500;color:var(--secondary-btn-text);display:block;align-items:center;justify-content:space-between}.control-group label strong{color:var(--text-color);font-family:Courier New,Courier,monospace;font-size:.8125rem}.control-group input[type=range]{width:100%;height:6px;background:#e5e7eb;border-radius:3px;outline:none;appearance:none;-webkit-appearance:none}.control-group input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;background:#6366f1;border-radius:50%;cursor:pointer;transition:all .15s}.control-group input[type=range]::-webkit-slider-thumb:hover{background:#4f46e5;transform:scale(1.1)}.control-group input[type=range]::-moz-range-thumb{width:18px;height:18px;background:#6366f1;border:none;border-radius:50%;cursor:pointer;transition:all .15s}.control-group input[type=range]::-moz-range-thumb:hover{background:#4f46e5;transform:scale(1.1)}.control-group input[type=color]{width:100%;height:40px;border:1px solid var(--secondary-btn-border);border-radius:6px;cursor:pointer;background:transparent}.control-group input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.control-group input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.modal-code{position:relative;background:var(--bg-muted);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}.code-copy-btn{position:absolute;top:10px;right:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:all .15s ease;z-index:2}.code-copy-btn:hover{color:var(--text-color)}.code-copy-btn.copied{color:#000!important}*/ .modal-code h3{font-size:1rem;font-weight:600;color:var(--text-color);margin:0 0 1rem}.modal-code pre{margin:0 0 1rem;padding:38px 14px 14px;background:color-mix(in srgb,var(--modal-bg) 92%,black 8%);border:1px solid var(--border-color);border-radius:10px;overflow-x:auto;position:relative;font-family:JetBrains Mono,Fira Code,monospace;font-size:12.5px;line-height:1.6;box-shadow:inset 0 0 0 1px #ffffff05}:root:not(.dark) .modal-code pre{background:#f8fafc;border:1px solid #e5e7eb;box-shadow:inset 0 1px #00000008}:root:not(.dark) .modal-code code{color:#0f172a}:root:not(.dark) .modal-code .keyword{color:#0369a1;font-weight:500}:root:not(.dark) .modal-code .component-name{color:#3730a3;font-weight:600}:root:not(.dark) .modal-code .prop-name{color:#b45309}:root:not(.dark) .modal-code .prop-value{color:#065f46}:root:not(.dark) .modal-code .punctuation{color:#475569}:root:not(.dark) .code-copy-btn{background:#0000000a;border:1px solid #e5e7eb;color:#6b7280}.modal-code pre::-webkit-scrollbar{width:8px;height:8px}.modal-code pre::-webkit-scrollbar-track{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:6px;margin:4px}.modal-code pre::-webkit-scrollbar-thumb{background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:6px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}.modal-code pre::-webkit-scrollbar-thumb:hover{background:#ffffff59;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.modal-code pre::-webkit-scrollbar-thumb:active{background:#ffffff73}.modal-code code{font-family:Fira Code,Consolas,Monaco,Courier New,monospace;font-size:.875rem;color:#d4d4d4;line-height:1.7;white-space:pre;display:block}.keyword{color:#7dd3fc;font-weight:500}.component-name{color:#a5b4fc;font-weight:600}.prop-name{color:#facc15}.prop-value{color:#86efac}.punctuation{color:#94a3b8}.copy-button{width:100%;height:44px;padding:0 1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:500;line-height:1;background:#fff;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #10182808}:root.dark .copy-button{background:#1c2636;border-color:#ffffff0f;box-shadow:0 1px 2px #00000080}:root.dark .copy-button span{color:#fff!important;text-shadow:none}:root.dark .copy-button svg{color:#fff!important;filter:none}:root.dark .code-copy-btn{background:#1c2636;border-color:#ffffff0f}:root:not(.dark) .code-copy-btn.copied{color:#000!important}:root.dark .code-copy-btn.copied{color:#fff!important}:root.dark .copy-button.copied{background:#1c2636}.footer{background:var(--bg-color);border-top:1px solid var(--border-color);padding:3rem 1.5rem 2rem;margin-top:4rem}.footer-content{max-width:1280px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-logo{display:flex;align-items:center;gap:.5rem;width:24px;height:24px;margin-bottom:1rem}.footer-logo img{width:100%;height:100%;object-fit:contain;border-radius:8px}.footer-logo svg{width:24px;height:24px;color:#8b5cf6}.footer-logo span{font-size:1.25rem;font-weight:700;color:var(--text-color)}.footer-tagline{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h3{font-size:.875rem;font-weight:600;color:var(--text-color);margin:0 0 1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li{margin-bottom:.75rem}.footer-section a{font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:color .15s}.footer-section a:hover{color:var(--text-color)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border-color)}.footer-copyright{font-size:.875rem;color:var(--text-secondary);margin:0}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social a{color:var(--text-secondary);transition:color .15s}.footer-social a:hover{color:var(--text-color)}@media(max-width:1024px){.header{padding:2.5rem 2rem 2rem}.tagline{font-size:2rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:768px){.header{padding:2rem 1.5rem 1.5rem}.header-top{flex-direction:column;align-items:flex-start;gap:1rem}.share-button{width:100%;justify-content:center}.tagline{font-size:1.75rem}.header-actions{width:100%;flex-direction:column}.action-button{width:100%;justify-content:center}.container{padding:1.5rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));margin:0 -1.5rem}.variant-tabs{flex-wrap:wrap;gap:.25rem;padding-bottom:.75rem}.variant-info{width:100%;margin-left:0;margin-top:.5rem;font-size:.75rem}.icon-card{padding:1.25rem .75rem}.footer{padding:2.5rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-brand{max-width:100%}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.header{padding:2rem 1rem 1.5rem}.container{padding:1.5rem 1rem}.icons-grid{margin:0 -1rem}.logo-text{font-size:1.25rem}.version-badge{font-size:.625rem;padding:.2rem .4rem}.tagline{font-size:1.5rem}.action-button{padding:.625rem 1rem;font-size:.8125rem}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.icon-card{padding:1rem .5rem}.icon-name{font-size:.6875rem}.footer{padding:2.5rem 1rem 1.5rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.pagination-button{padding:.625rem 1rem;font-size:.875rem}}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.5rem 0;margin:1.5rem 0}.pagination-button{padding:.75rem 1.5rem;background:var(--secondary-btn-bg);border:1px solid var(--secondary-btn-border);border-radius:.5rem;font-size:.9375rem;font-weight:500;color:var(--secondary-btn-text);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.pagination-button:hover:not(:disabled){background:var(--card-hover);border-color:var(--secondary-btn-border);transform:translateY(-1px)}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:.9375rem;color:var(--text-secondary);font-weight:500;min-width:120px;text-align:center}@keyframes modalEnter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-code pre:before{content:"";position:absolute;top:12px;left:14px;width:10px;height:10px;border-radius:50%;background:#ff5f56;box-shadow:14px 0 #ffbd2e,28px 0 #27c93f}
@@ -14,4 +14,4 @@ Error generating stack: `+d.message+`
14
14
  `,o.jsx("span",{className:"prop-name",children:"color"}),o.jsx("span",{className:"punctuation",children:"="}),o.jsxs("span",{className:"prop-value",children:['"',P,'"']}),`
15
15
  `,o.jsx("span",{className:"punctuation",children:"/>"})]})]}),o.jsx("button",{className:`copy-button ${r==="code"?"copied":""}`,onClick:()=>o9(`import { ${R.componentName} } from 'mx-icons'
16
16
 
17
- <${R.componentName} size={${r1}} color="${P}" />`),children:r==="code"?o.jsxs(o.Fragment,{children:[o.jsx(B8,{size:16,color:q?"#ffffff":"#000000"}),o.jsx("span",{style:{color:q?"#ffffff":"#000000"},children:"Copied!"})]}):o.jsxs(o.Fragment,{children:[o.jsx(D8,{size:16,color:q?"#ffffff":"#000000"}),o.jsx("span",{style:{color:q?"#ffffff":"#000000"},children:"Copy Code"})]})})]})]})}),h1.length===0&&o.jsx("div",{className:"no-results",children:o.jsxs("p",{children:['No icons found matching "',e,'"']})})]}),o.jsx("footer",{className:"footer",children:o.jsxs("div",{className:"footer-content",children:[o.jsxs("div",{className:"footer-top",children:[o.jsxs("div",{className:"footer-brand",children:[o.jsxs("div",{className:"footer-logo",children:[o.jsx("img",{src:"/mx-icons.png",alt:""}),o.jsx("span",{children:"mxicons"})]}),o.jsx("p",{className:"footer-tagline",children:"Open source, Beautiful icons For React project."})]}),o.jsxs("div",{className:"footer-links",children:[o.jsxs("div",{className:"footer-section",children:[o.jsx("h3",{children:"Resources"}),o.jsxs("ul",{children:[o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons",children:"Documentation"})}),o.jsx("li",{children:o.jsx("a",{href:"#",children:"Quick Start"})}),o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons",children:"GitHub"})}),o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/releases",children:"Releases"})})]})]}),o.jsxs("div",{className:"footer-section",children:[o.jsx("h3",{children:"Community"}),o.jsxs("ul",{children:[o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/discussions",children:"Discussions"})}),o.jsx("li",{children:o.jsx("a",{href:"https://x.com/mx_icons",children:"Twitter"})}),o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/issues",children:"Report Issue"})}),o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/blob/main/CONTRIBUTING.md",children:"Contributing"})})]})]}),o.jsxs("div",{className:"footer-section",children:[o.jsx("h3",{children:"More"}),o.jsxs("ul",{children:[o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/blob/main/LICENSE",children:"License"})}),o.jsx("li",{children:o.jsx("a",{href:"https://www.npmjs.com/package/mx-icons",children:"NPM Package"})}),o.jsx("li",{children:o.jsx("a",{href:"#",children:"Donate"})}),o.jsx("li",{children:o.jsx("a",{href:"#",children:"Changelog"})})]})]})]})]}),o.jsxs("div",{className:"footer-bottom",children:[o.jsxs("p",{className:"footer-copyright",children:["© ",G1," MX Icons. Released under the MIT License."]}),o.jsxs("div",{className:"footer-social",children:[o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons","aria-label":"GitHub",children:o.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:"20",height:"20",children:o.jsx("path",{d:"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"})})}),o.jsx("a",{href:"https://x.com/mx_icons","aria-label":"Twitter",children:o.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:"20",height:"20",children:o.jsx("path",{d:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"})})})]})]})]})})]})}$3.createRoot(document.getElementById("root")).render(o.jsx(T1.StrictMode,{children:o.jsx(K99,{})}));
17
+ <${R.componentName} size={${r1}} color="${P}" />`),children:r==="code"?o.jsxs(o.Fragment,{children:[o.jsx(B8,{size:16,color:q?"#ffffff":"#000000"}),o.jsx("span",{style:{color:q?"#ffffff":"#000000"},children:"Copied!"})]}):o.jsxs(o.Fragment,{children:[o.jsx(D8,{size:16,color:q?"#ffffff":"#000000"}),o.jsx("span",{style:{color:q?"#ffffff":"#000000"},children:"Copy Code"})]})})]})]})}),h1.length===0&&o.jsx("div",{className:"no-results",children:o.jsxs("p",{children:['No icons found matching "',e,'"']})})]}),o.jsx("footer",{className:"footer",children:o.jsxs("div",{className:"footer-content",children:[o.jsxs("div",{className:"footer-top",children:[o.jsxs("div",{className:"footer-brand",children:[o.jsxs("div",{className:"footer-logo",children:[o.jsx("img",{src:"/mx-icons.png",alt:""}),o.jsx("span",{children:"mxicons"})]}),o.jsx("p",{className:"footer-tagline",children:"Open source, Beautiful icons For React project."})]}),o.jsxs("div",{className:"footer-links",children:[o.jsxs("div",{className:"footer-section",children:[o.jsx("h3",{children:"Resources"}),o.jsxs("ul",{children:[o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/blob/main/README.md",target:"_blank",rel:"noopener noreferrer",children:"Documentation"})}),o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons",children:"GitHub"})}),o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/releases",target:"_blank",rel:"noopener noreferrer",children:"Releases"})})]})]}),o.jsxs("div",{className:"footer-section",children:[o.jsx("h3",{children:"Community"}),o.jsxs("ul",{children:[o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/discussions",target:"_blank",rel:"noopener noreferrer",children:"Discussions"})}),o.jsx("li",{children:o.jsx("a",{href:"https://x.com/mx_icons",target:"_blank",rel:"noopener noreferrer",children:"Twitter"})}),o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/issues",target:"_blank",rel:"noopener noreferrer",children:"Report Issue"})}),o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/blob/main/CONTRIBUTING.md",target:"_blank",rel:"noopener noreferrer",children:"Contributing"})})]})]}),o.jsxs("div",{className:"footer-section",children:[o.jsx("h3",{children:"More"}),o.jsxs("ul",{children:[o.jsx("li",{children:o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons/blob/main/LICENSE",target:"_blank",rel:"noopener noreferrer",children:"License"})}),o.jsx("li",{children:o.jsx("a",{href:"https://www.npmjs.com/package/mx-icons",target:"_blank",rel:"noopener noreferrer",children:"NPM Package"})})]})]})]})]}),o.jsxs("div",{className:"footer-bottom",children:[o.jsxs("p",{className:"footer-copyright",children:["© ",G1," MX Icons. Released under the MIT License."]}),o.jsxs("div",{className:"footer-social",children:[o.jsx("a",{href:"https://github.com/ig-imanish/mx-icons","aria-label":"GitHub",target:"_blank",rel:"noopener noreferrer",children:o.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:"20",height:"20",children:o.jsx("path",{d:"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"})})}),o.jsx("a",{href:"https://x.com/mx_icons","aria-label":"Twitter",target:"_blank",rel:"noopener noreferrer",children:o.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:"20",height:"20",children:o.jsx("path",{d:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"})})})]})]})]})})]})}$3.createRoot(document.getElementById("root")).render(o.jsx(T1.StrictMode,{children:o.jsx(K99,{})}));
package/dist/index.html CHANGED
@@ -70,8 +70,8 @@
70
70
  <meta name="theme-color" content="#000000" />
71
71
  <meta name="apple-mobile-web-app-capable" content="yes" />
72
72
  <meta name="apple-mobile-web-app-status-bar-style" content="black" />
73
- <script type="module" crossorigin src="/assets/index-BXb3zEUf.js"></script>
74
- <link rel="stylesheet" crossorigin href="/assets/index-COfwqreZ.css">
73
+ <script type="module" crossorigin src="/assets/index-Bu96MNWD.js"></script>
74
+ <link rel="stylesheet" crossorigin href="/assets/index-BeBNrFA1.css">
75
75
  </head>
76
76
  <body>
77
77
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mx-icons",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Beautiful hand-crafted SVG icons for React - light mode only",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",