@haiilo/catalyst-icons 0.3.34 → 0.3.36
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/js/icons.constants.d.ts +239 -1
- package/dist/js/icons.constants.js +170 -0
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +34 -0
- package/dist/style/sprite.css.css +633 -327
- package/dist/style/sprite.css.less +633 -327
- package/dist/style/sprite.css.scss +633 -327
- package/dist/style/sprite.view.css +633 -327
- package/dist/style/sprite.view.less +633 -327
- package/dist/style/sprite.view.scss +633 -327
- package/dist/svg/sprite.css.svg +1 -1
- package/dist/svg/sprite.defs.svg +1 -1
- package/dist/svg/sprite.stack.svg +1 -1
- package/dist/svg/sprite.symbol.svg +1 -1
- package/dist/svg/sprite.view.svg +1 -1
- package/package.json +1 -1
- package/tmp/assets/16-earth-outlined.svg +1 -0
- package/tmp/assets/albania-circle.svg +1 -0
- package/tmp/assets/armenia-circle.svg +1 -0
- package/tmp/assets/china-circle.svg +1 -0
- package/tmp/assets/croatia-circle.svg +1 -0
- package/tmp/assets/czech-republic-circle.svg +1 -0
- package/tmp/assets/denmark-circle.svg +1 -0
- package/tmp/assets/estonia-circle.svg +1 -0
- package/tmp/assets/finland-circle.svg +1 -0
- package/tmp/assets/france-circle.svg +1 -0
- package/tmp/assets/germany-circle.svg +1 -0
- package/tmp/assets/greece-circle.svg +1 -0
- package/tmp/assets/hungary-circle.svg +1 -0
- package/tmp/assets/iceland-circle.svg +1 -0
- package/tmp/assets/italy-circle.svg +1 -0
- package/tmp/assets/japan-circle.svg +1 -0
- package/tmp/assets/latvia-circle.svg +1 -0
- package/tmp/assets/netherlands-circle.svg +1 -0
- package/tmp/assets/north-macedonia-circle.svg +1 -0
- package/tmp/assets/norway-circle.svg +1 -0
- package/tmp/assets/openai.svg +1 -0
- package/tmp/assets/poland-circle.svg +1 -0
- package/tmp/assets/portugal-circle.svg +1 -0
- package/tmp/assets/romania-circle.svg +1 -0
- package/tmp/assets/russia-circle.svg +1 -0
- package/tmp/assets/serbia-circle.svg +1 -0
- package/tmp/assets/slovakia-circle.svg +1 -0
- package/tmp/assets/slovenia-circle.svg +1 -0
- package/tmp/assets/south-korea-circle.svg +1 -0
- package/tmp/assets/spain-circle.svg +1 -0
- package/tmp/assets/sweden-circle.svg +1 -0
- package/tmp/assets/thailand-circle.svg +1 -0
- package/tmp/assets/turkey-circle.svg +1 -0
- package/tmp/assets/united-kingdom-circle.svg +1 -0
|
@@ -627,6 +627,10 @@ export const ci16Cross = {
|
|
|
627
627
|
name: '16-cross',
|
|
628
628
|
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M4.53 3.47a.75.75 0 0 0-1.06 1.06L6.94 8l-3.47 3.47a.75.75 0 1 0 1.06 1.06L8 9.06l3.47 3.47a.75.75 0 1 0 1.06-1.06L9.06 8l3.47-3.47a.75.75 0 0 0-1.06-1.06L8 6.94 4.53 3.47Z"/></svg>`
|
|
629
629
|
};
|
|
630
|
+
export const ci16EarthOutlined = {
|
|
631
|
+
name: '16-earth-outlined',
|
|
632
|
+
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.97 14.27a.613.613 0 0 1-.094.073 8 8 0 1 1 .093-.073ZM8 1.23a6.77 6.77 0 0 0-5.875 10.134l.276-.277a.205.205 0 0 0 .06-.145V8.673c0-.3.094-.59.268-.834l1.458-2.042a1.436 1.436 0 0 1 1.907-.396l1.16.695a.204.204 0 0 0 .13.027l2.67-.333a.205.205 0 0 0 .135-.076l1.253-1.566a.205.205 0 0 0 .045-.128V2.197A6.738 6.738 0 0 0 8 1.23Zm4.718 1.916v.874c0 .326-.111.642-.315.897L11.15 6.483a1.436 1.436 0 0 1-.943.528l-2.67.334a1.436 1.436 0 0 1-.917-.194l-1.159-.695a.205.205 0 0 0-.272.057L3.73 8.554a.205.205 0 0 0-.039.12v2.268c0 .381-.151.746-.42 1.015l-.428.429A6.754 6.754 0 0 0 8 14.769c1.32 0 2.55-.377 3.592-1.03l-.317-.315-1.653-.43a1.23 1.23 0 0 1-.893-1.367l.18-1.26a1.246 1.246 0 0 1 .744-.942l2.34-.978a1.23 1.23 0 0 1 1.309.231L14.527 9.8A6.775 6.775 0 0 0 14.77 8a6.749 6.749 0 0 0-2.051-4.854Zm-.139 9.84a6.793 6.793 0 0 0 1.474-1.951l-1.584-1.45c-.339.14-2.346.984-2.346.984l-.176 1.237 1.656.432c.207.057.396.167.547.319l.429.429Z"/></svg>`
|
|
633
|
+
};
|
|
630
634
|
export const ci16EditorArrowDown = {
|
|
631
635
|
name: '16-editor-arrow-down',
|
|
632
636
|
data: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M7.47 14.53a.75.75 0 0 0 1.06 0l5-5a.75.75 0 0 0-1.06-1.06l-3.72 3.72V2a.75.75 0 0 0-1.5 0v10.19L3.53 8.47a.75.75 0 0 0-1.06 1.06l5 5Z"/></svg>`
|
|
@@ -727,6 +731,10 @@ export const ciAiOutlined = {
|
|
|
727
731
|
name: 'ai-outlined',
|
|
728
732
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.738 15.5h1.648l.54-1.658h2.625l.538 1.658h1.648L11.23 8.227H9.25L6.738 15.5Zm4.423-2.859-.893-2.752h-.057l-.895 2.752h1.845Z"/><path d="M16.15 15.5V8.227h-1.537V15.5h1.537Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 3.25A2.75 2.75 0 0 0 1.25 6v12A2.75 2.75 0 0 0 4 20.75h16A2.75 2.75 0 0 0 22.75 18V6A2.75 2.75 0 0 0 20 3.25H4ZM2.75 6c0-.69.56-1.25 1.25-1.25h16c.69 0 1.25.56 1.25 1.25v12c0 .69-.56 1.25-1.25 1.25H4c-.69 0-1.25-.56-1.25-1.25V6Z"/></svg>`
|
|
729
733
|
};
|
|
734
|
+
export const ciAlbaniaCircle = {
|
|
735
|
+
name: 'albania-circle',
|
|
736
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#F93939" rx="10"/><path fill="#F93939" d="M23.333 2H.667A2.667 2.667 0 0 0-2 4.667v14.666A2.667 2.667 0 0 0 .667 22h22.666A2.667 2.667 0 0 0 26 19.333V4.667A2.667 2.667 0 0 0 23.333 2Z"/><path fill="#151515" fill-rule="evenodd" d="m12 8.1-1.671-1.114-1.114 1.115h1.114L9.215 9.215 6.986 8.1v5.57l3.343-1.114-1.114 2.228H8.1L9.215 15.9l1.114-1.114L12 17.014V8.1Zm1.671-1.114 1.114 1.115h-1.114l1.114 1.114L17.014 8.1v5.57l-3.343-1.114 1.114 2.228H15.9L14.785 15.9l-1.114-1.114L12 17.014V8.1l1.671-1.115Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
737
|
+
};
|
|
730
738
|
export const ciAlertBoxOutlined = {
|
|
731
739
|
name: 'alert-box-outlined',
|
|
732
740
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3.25A1.75 1.75 0 0 0 3.25 5v14c0 .966.784 1.75 1.75 1.75h14A1.75 1.75 0 0 0 20.75 19V5A1.75 1.75 0 0 0 19 3.25H5ZM4.75 5A.25.25 0 0 1 5 4.75h14a.25.25 0 0 1 .25.25v14a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25V5ZM12 7.25a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75ZM13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/></svg>`
|
|
@@ -739,6 +747,10 @@ export const ciAppleSafari = {
|
|
|
739
747
|
name: 'apple-safari',
|
|
740
748
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.815 11.807a9.79 9.79 0 0 1-9.79 9.789c-5.405 0-9.788-4.383-9.788-9.79 0-5.406 4.383-9.788 9.789-9.788a9.79 9.79 0 0 1 9.789 9.789Z" fill="#E4E3E3"/><path d="M21.048 11.807a9.022 9.022 0 1 1-18.044 0 9.022 9.022 0 0 1 18.044 0Z" fill="#0BA2E2"/><path clip-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" stroke="#fff" stroke-width=".75" stroke-linecap="round" stroke-dasharray="1 2.3"/><path d="m18.191 6.545-7.196 4.182 2.106 2.233 5.09-6.415Z" fill="#CF1D13"/><path d="M10.995 10.727 6.444 17.89l6.657-4.93-2.106-2.233Z" fill="#F1F1F1"/></svg>`
|
|
741
749
|
};
|
|
750
|
+
export const ciArmeniaCircle = {
|
|
751
|
+
name: 'armenia-circle',
|
|
752
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="#1A47B8" d="M23.333 2H.667A2.667 2.667 0 0 0-2 4.667v14.666A2.667 2.667 0 0 0 .667 22h22.666A2.667 2.667 0 0 0 26 19.333V4.667A2.667 2.667 0 0 0 23.333 2Z"/><path fill="#FFDA2C" fill-rule="evenodd" d="M2 15.333h28V22H2v-6.667Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M2 2h28v6.667H2V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
753
|
+
};
|
|
742
754
|
export const ciArrowDownOutlined = {
|
|
743
755
|
name: 'arrow-down-outlined',
|
|
744
756
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 5.25a.75.75 0 0 1 .75.75v10.19l3.72-3.72a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 1 1 1.06-1.06l3.72 3.72V6a.75.75 0 0 1 .75-.75Z"/></svg>`
|
|
@@ -815,6 +827,10 @@ export const ciCheckDoubleOutlined = {
|
|
|
815
827
|
name: 'check-double-outlined',
|
|
816
828
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21.6 7.45a.75.75 0 1 0-1.2-.9l-6.953 9.27-3.89-4.322a.75.75 0 1 0-1.114 1.004l4.5 5a.75.75 0 0 0 1.157-.052l7.5-10Z"/><path d="M15.45 6.4a.75.75 0 0 1 .15 1.05l-3.791 5.055-1.023-1.136L14.4 6.55a.75.75 0 0 1 1.05-.15Zm-6.804 7.822 1.022 1.137L8.1 17.45a.75.75 0 0 1-1.157.052l-4.5-5a.75.75 0 1 1 1.114-1.004l3.89 4.322 1.199-1.598Z"/></svg>`
|
|
817
829
|
};
|
|
830
|
+
export const ciChinaCircle = {
|
|
831
|
+
name: 'china-circle',
|
|
832
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#F93939" rx="10"/><path fill="#F93939" d="M27.333 2H4.667A2.667 2.667 0 0 0 2 4.667v14.666A2.667 2.667 0 0 0 4.667 22h22.666A2.667 2.667 0 0 0 30 19.333V4.667A2.667 2.667 0 0 0 27.333 2Z"/><path fill="#FFDA2C" fill-rule="evenodd" d="m9.33 11.64-1.96 1.03.374-2.182L6.16 8.941l2.19-.316.98-1.986.98 1.986 2.19.316-1.586 1.547.376 2.181-1.96-1.029ZM14 6h1.334v1.333H14V6Zm1.334 2.667h1.333V10h-1.334V8.667Zm0 2.666h1.333v1.334h-1.334v-1.334ZM14 14h1.334v1.333H14V14Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
833
|
+
};
|
|
818
834
|
export const ciCircleFilledS = {
|
|
819
835
|
name: 'circle-filled-s',
|
|
820
836
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="5"/></svg>`
|
|
@@ -843,6 +859,22 @@ export const ciCopyOutlined = {
|
|
|
843
859
|
name: 'copy-outlined',
|
|
844
860
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 2.25A1.75 1.75 0 0 0 2.25 4v11c0 .966.784 1.75 1.75 1.75h3.5v-1.5H4a.25.25 0 0 1-.25-.25V4A.25.25 0 0 1 4 3.75h9a.25.25 0 0 1 .25.25v1h1.5V4A1.75 1.75 0 0 0 13 2.25H4Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11 7.25A1.75 1.75 0 0 0 9.25 9v11c0 .966.784 1.75 1.75 1.75h9A1.75 1.75 0 0 0 21.75 20V9A1.75 1.75 0 0 0 20 7.25h-9ZM10.75 9a.25.25 0 0 1 .25-.25h9a.25.25 0 0 1 .25.25v11a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25V9Z"/></svg>`
|
|
845
861
|
};
|
|
862
|
+
export const ciCroatiaCircle = {
|
|
863
|
+
name: 'croatia-circle',
|
|
864
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#1A47B8" fill-rule="evenodd" d="M-2 15.333h28V22H-2v-6.667Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M-2 2h28v6.667H-2V2Z" clip-rule="evenodd"/><path fill="#3A99FF" fill-rule="evenodd" d="M8.667 7.333H10v1.334H8.667V7.333ZM11.333 6h1.334v2.667h-1.334V6ZM14 7.333h1.333v1.334H14V7.333Z" clip-rule="evenodd"/><path fill="#1A47B8" fill-rule="evenodd" d="M12.667 6H14v2.667h-1.333V6ZM10 6h1.333v2.667H10V6Z" clip-rule="evenodd"/><mask id="b" width="8" height="9" x="8" y="8" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#fff" d="M15.333 13.333A3.335 3.335 0 0 1 12 16.667a3.335 3.335 0 0 1-3.333-3.334V8.667h6.666v4.666Z"/></mask><g mask="url(#b)"><path fill="#F93939" d="M15.333 13.333A3.335 3.335 0 0 1 12 16.667a3.335 3.335 0 0 1-3.333-3.334V8.667h6.666v4.666Z"/><path fill="#fff" fill-rule="evenodd" d="M10 15.333h1.333v1.334H10v-1.334Zm2.667 0H14v1.334h-1.333v-1.334ZM11.333 14h1.334v1.333h-1.334V14ZM10 12.667h1.333V14H10v-1.333Zm2.667 0H14V14h-1.333v-1.333Zm-1.334-1.334h1.334v1.334h-1.334v-1.334ZM10 10h1.333v1.333H10V10Zm2.667 0H14v1.333h-1.333V10Zm-1.334-1.333h1.334V10h-1.334V8.667Zm2.667 0h1.333V10H14V8.667Zm0 2.666h1.333v1.334H14v-1.334ZM14 14h1.333v1.333H14V14Zm-5.333 0H10v1.333H8.667V14Zm0-2.667H10v1.334H8.667v-1.334Zm0-2.666H10V10H8.667V8.667Z" clip-rule="evenodd"/></g></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
865
|
+
};
|
|
866
|
+
export const ciCzechRepublicCircle = {
|
|
867
|
+
name: 'czech-republic-circle',
|
|
868
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#F93939" rx="10"/><path fill="#fff" fill-rule="evenodd" d="M2 2h28v9.333H2V2Z" clip-rule="evenodd"/><path fill="#1A47B8" fill-rule="evenodd" d="m2 2 13.333 10L2 22V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
869
|
+
};
|
|
870
|
+
export const ciDenmarkCircle = {
|
|
871
|
+
name: 'denmark-circle',
|
|
872
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#F93939" rx="10"/><path fill="#fff" fill-rule="evenodd" d="M10 14H2v-4h8V2h4v8h16v4H14v8h-4v-8Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
873
|
+
};
|
|
874
|
+
export const ciEstoniaCircle = {
|
|
875
|
+
name: 'estonia-circle',
|
|
876
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="#151515" d="M23.333 2H.667A2.667 2.667 0 0 0-2 4.667v14.666A2.667 2.667 0 0 0 .667 22h22.666A2.667 2.667 0 0 0 26 19.333V4.667A2.667 2.667 0 0 0 23.333 2Z"/><path fill="#fff" fill-rule="evenodd" d="M-2 15.333h28V22H-2v-6.667Z" clip-rule="evenodd"/><path fill="#3A99FF" fill-rule="evenodd" d="M-2 2h28v6.667H-2V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
877
|
+
};
|
|
846
878
|
export const ciEyeClosedOutlined = {
|
|
847
879
|
name: 'eye-closed-outlined',
|
|
848
880
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4.608 7.948a.75.75 0 1 0-1.234.853 12.396 12.396 0 0 0 2.255 2.438l-2.574 2.574a.75.75 0 0 0 1.061 1.06l2.738-2.737c1.283.824 2.777 1.433 4.396 1.58V17a.75.75 0 0 0 1.5 0v-3.284c1.618-.148 3.11-.76 4.392-1.584l2.742 2.742a.75.75 0 0 0 1.06-1.06l-2.579-2.58a12.5 12.5 0 0 0 2.251-2.432.75.75 0 0 0-1.232-.855C17.965 9.99 15.144 12.25 12 12.25c-3.153 0-5.978-2.255-7.392-4.302Z"/></svg>`
|
|
@@ -871,10 +903,22 @@ export const ciFingerprintOutlined = {
|
|
|
871
903
|
name: 'fingerprint-outlined',
|
|
872
904
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.41 5.172a.75.75 0 1 1-.504-1.413 8.884 8.884 0 0 1 9.243 2.09 8.875 8.875 0 0 1 2.601 6.278c0 1.88-.21 3.753-.629 5.585a.75.75 0 1 1-1.462-.334 23.56 23.56 0 0 0 .591-5.25 7.375 7.375 0 0 0-7.382-7.378 7.292 7.292 0 0 0-2.458.422Z"/><path d="M13.006 7.448a4.818 4.818 0 0 0-5.953 4.68 11.316 11.316 0 0 1-1.43 5.535.75.75 0 0 0 1.31.73 12.816 12.816 0 0 0 1.62-6.267 3.312 3.312 0 0 1 2.132-3.097 3.318 3.318 0 0 1 3.657.889.75.75 0 1 0 1.118-1 4.816 4.816 0 0 0-2.454-1.47Zm3.678 4.678a.75.75 0 0 0-1.5.002 19.432 19.432 0 0 1-1.468 7.434.75.75 0 1 0 1.387.572 20.93 20.93 0 0 0 1.581-8.008ZM5.126 9.116a7.326 7.326 0 0 1 1.82-2.481c.723-.643-.274-1.764-.997-1.121a8.886 8.886 0 0 0-2.962 6.615 7.33 7.33 0 0 1-.669 3.071.75.75 0 1 0 1.364.626 8.832 8.832 0 0 0 .805-3.7 7.342 7.342 0 0 1 .64-3.01Zm5.592 9.107a.75.75 0 0 1 .353 1c-.181.38-.374.766-.578 1.137a.75.75 0 1 1-1.315-.72c.186-.34.366-.699.54-1.064a.75.75 0 0 1 1-.353Z"/><path d="M12.618 12.126a.75.75 0 1 0-1.5.002 15.29 15.29 0 0 1-.492 3.874.75.75 0 0 0 1.452.377c.36-1.389.543-2.818.54-4.253Z"/></svg>`
|
|
873
905
|
};
|
|
906
|
+
export const ciFinlandCircle = {
|
|
907
|
+
name: 'finland-circle',
|
|
908
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#1A47B8" fill-rule="evenodd" d="M10 14H2v-4h8V2h4v8h16v4H14v8h-4v-8Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
909
|
+
};
|
|
874
910
|
export const ciFlagOutlined = {
|
|
875
911
|
name: 'flag-outlined',
|
|
876
912
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.55 4.4a.75.75 0 0 1 1.2.6v8.78a.75.75 0 0 1-.164.467c-.946 1.187-2.164 1.476-3.39 1.336-1.159-.132-2.39-.653-3.485-1.111-1.154-.483-2.174-.902-3.077-1.005-.756-.087-1.365.053-1.884.593V19a.75.75 0 0 1-1.5 0V5a.75.75 0 0 1 .3-.6c2.33-1.748 4.693-.86 6.611-.14 2.116.794 3.734 1.381 5.389.14Zm-10.8 7.848c.649-.29 1.35-.352 2.054-.272 1.138.13 2.345.635 3.426 1.087 1.179.493 2.217.925 3.136 1.03.756.086 1.365-.054 1.884-.594V6.281c-1.97.784-3.903.025-5.513-.579C9.8 4.976 8.276 4.447 6.75 5.395v6.853Z"/></svg>`
|
|
877
913
|
};
|
|
914
|
+
export const ciFranceCircle = {
|
|
915
|
+
name: 'france-circle',
|
|
916
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#1A47B8" fill-rule="evenodd" d="M-2 2h9.333v20H-2V2Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M16.667 2H26v20h-9.333V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
917
|
+
};
|
|
918
|
+
export const ciGermanyCircle = {
|
|
919
|
+
name: 'germany-circle',
|
|
920
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#F93939" rx="10"/><path fill="#FFDA2C" fill-rule="evenodd" d="M-2 15.333h28V22H-2v-6.667Z" clip-rule="evenodd"/><path fill="#151515" fill-rule="evenodd" d="M-2 2h28v6.667H-2V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
921
|
+
};
|
|
878
922
|
export const ciGoogleCalendar = {
|
|
879
923
|
name: 'google-calendar',
|
|
880
924
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.263 6.737H6.737v10.526h10.526V6.737Z" fill="#fff"/><path d="M17.263 22 22 17.263h-4.737V22Z" fill="#EA4335"/><path d="M22 6.737h-4.737v10.526H22V6.737Z" fill="#FBBC04"/><path d="M17.263 17.263H6.737V22h10.526v-4.737Z" fill="#34A853"/><path d="M2 17.263v3.158A1.58 1.58 0 0 0 3.579 22h3.158v-4.737H2Z" fill="#188038"/><path d="M22 6.737V3.579A1.58 1.58 0 0 0 20.421 2h-3.158v4.737H22Z" fill="#1967D2"/><path d="M17.263 2H3.58A1.58 1.58 0 0 0 2 3.579v13.684h4.737V6.737h10.526V2Z" fill="#4285F4"/><path d="M8.896 14.903c-.393-.266-.666-.654-.814-1.167l.913-.377c.083.316.227.56.434.735.205.173.455.259.747.259.299 0 .556-.091.77-.273a.87.87 0 0 0 .322-.693.86.86 0 0 0-.34-.703c-.225-.181-.51-.272-.85-.272h-.527v-.904h.474c.292 0 .538-.079.738-.237.2-.158.3-.374.3-.649 0-.244-.09-.44-.268-.585a1.042 1.042 0 0 0-.68-.22c-.269 0-.482.071-.64.215a1.26 1.26 0 0 0-.345.527l-.904-.376c.12-.34.34-.64.662-.899.323-.259.734-.39 1.234-.39.37 0 .703.072.998.215.295.144.526.342.693.595.167.254.25.538.25.854 0 .322-.078.595-.233.818a1.606 1.606 0 0 1-.572.515v.054c.292.12.546.318.734.572a1.5 1.5 0 0 1 .287.921c0 .358-.09.678-.272.958-.182.28-.433.501-.752.662-.32.16-.679.242-1.077.242a2.23 2.23 0 0 1-1.282-.397Zm5.61-4.532-1.003.725-.502-.76L14.8 9.038h.69v6.12h-.985V10.37Z" fill="#4285F4"/></svg>`
|
|
@@ -895,6 +939,10 @@ export const ciGoogle = {
|
|
|
895
939
|
name: 'google',
|
|
896
940
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.579 12.234c0-.677-.055-1.359-.172-2.025h-9.403v3.839h5.384a4.615 4.615 0 0 1-1.992 3.029v2.49h3.212c1.886-1.736 2.97-4.3 2.97-7.333Z" fill="#4285F4"/><path d="M12.004 21.974c2.688 0 4.956-.882 6.608-2.406l-3.213-2.491c-.893.608-2.047.952-3.392.952-2.6 0-4.806-1.754-5.597-4.113H3.095v2.567a9.97 9.97 0 0 0 8.909 5.491Z" fill="#34A853"/><path d="M6.407 13.916a5.971 5.971 0 0 1 0-3.817V7.53H3.095a9.977 9.977 0 0 0 0 8.952l3.312-2.567Z" fill="#FBBC04"/><path d="M12.004 5.982a5.417 5.417 0 0 1 3.824 1.494l2.846-2.846a9.581 9.581 0 0 0-6.67-2.593A9.967 9.967 0 0 0 3.095 7.53L6.407 10.1c.787-2.363 2.996-4.117 5.597-4.117Z" fill="#EA4335"/></svg>`
|
|
897
941
|
};
|
|
942
|
+
export const ciGreeceCircle = {
|
|
943
|
+
name: 'greece-circle',
|
|
944
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#1A47B8" fill-rule="evenodd" d="M2 2h5.333v5.333H2V2Zm8 0h5.333v5.333H10V2Zm-8 8h5.333v5.333H2V10Zm8 0h5.333v5.333H10V10Zm5.333-8H30v2.667H15.333V2Zm0 5.333H30V10H15.333V7.333Z" clip-rule="evenodd"/><path fill="#1A47B8" fill-rule="evenodd" d="M2 12.667h28v2.666H2v-2.666Zm5.333 0H10v2.666H7.333v-2.666ZM2 18h28v2.667H2V18Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
945
|
+
};
|
|
898
946
|
export const ciGroupOutlined = {
|
|
899
947
|
name: 'group-outlined',
|
|
900
948
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.784 11.778a4.75 4.75 0 1 0-5.568 0A6.751 6.751 0 0 0 2.25 17.93v1c0 .415.336.75.75.75h12a.75.75 0 0 0 .75-.75v-1a6.751 6.751 0 0 0-3.966-6.15ZM9 4.68a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Zm0 8a5.25 5.25 0 0 0-5.25 5.25v.25h10.5v-.25c0-2.9-2.35-5.25-5.25-5.25Z"/><path d="M14.918 5.74a2.75 2.75 0 1 1 .582 5.438v1.501c.17 0 .336-.01.5-.029v.03a4.25 4.25 0 0 1 4.25 4.25v.25H17.5v1.5H21a.75.75 0 0 0 .75-.75v-1c0-2.368-1.43-4.4-3.474-5.283a4.25 4.25 0 0 0-3.674-7.373l.316 1.467Z"/></svg>`
|
|
@@ -923,6 +971,14 @@ export const ciHistoryOutlined = {
|
|
|
923
971
|
name: 'history-outlined',
|
|
924
972
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2.255-.027a.75.75 0 0 1 .827-.664c4.876.54 8.668 4.672 8.668 9.691A9.75 9.75 0 0 1 12 21.75c-5.02 0-9.152-3.792-9.69-8.668a.75.75 0 0 1 1.49-.164A8.251 8.251 0 1 0 12.918 3.8a.75.75 0 0 1-.663-.827Z"/><path d="M12 6.25a.75.75 0 0 1 .75.75v4.25H17a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75V7a.75.75 0 0 1 .75-.75ZM3 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm2-4a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/></svg>`
|
|
925
973
|
};
|
|
974
|
+
export const ciHungaryCircle = {
|
|
975
|
+
name: 'hungary-circle',
|
|
976
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#249F58" fill-rule="evenodd" d="M-2 15.333h28V22H-2v-6.667Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M-2 2h28v6.667H-2V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
977
|
+
};
|
|
978
|
+
export const ciIcelandCircle = {
|
|
979
|
+
name: 'iceland-circle',
|
|
980
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#1A47B8" rx="10"/><path fill="#fff" fill-rule="evenodd" d="M6 14h-8v-4h8V2h4v8h16v4H10v8H6v-8Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M7.333 11.333H-2v1.334h9.333V22h1.334v-9.333H26v-1.334H8.667V2H7.333v9.333Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
981
|
+
};
|
|
926
982
|
export const ciInfoCircleFilled = {
|
|
927
983
|
name: 'info-circle-filled',
|
|
928
984
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM13 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0 3.5a1 1 0 1 0-2 0V16a1 1 0 1 0 2 0v-4.5Z"/></svg>`
|
|
@@ -939,6 +995,18 @@ export const ciItalicOutlined = {
|
|
|
939
995
|
name: 'italic-outlined',
|
|
940
996
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 4.25a.75.75 0 0 1 0 1.5h-2.434l-3.572 12.5H13a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h2.434l3.572-12.5H11a.75.75 0 0 1 0-1.5h6Z"/></svg>`
|
|
941
997
|
};
|
|
998
|
+
export const ciItalyCircle = {
|
|
999
|
+
name: 'italy-circle',
|
|
1000
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#249F58" fill-rule="evenodd" d="M-2 2h9.333v20H-2V2Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M16.667 2H26v20h-9.333V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1001
|
+
};
|
|
1002
|
+
export const ciJapanCircle = {
|
|
1003
|
+
name: 'japan-circle',
|
|
1004
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><rect width="21" height="21" x="1.5" y="1.5" fill="#fff" rx="10.5"/><path fill="#F93939" d="M12 16.667a4.667 4.667 0 1 0 0-9.334 4.667 4.667 0 0 0 0 9.334Z"/><rect width="21" height="21" x="1.5" y="1.5" stroke="#EBECF0" rx="10.5"/></svg>`
|
|
1005
|
+
};
|
|
1006
|
+
export const ciLatviaCircle = {
|
|
1007
|
+
name: 'latvia-circle',
|
|
1008
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#AF010D" fill-rule="evenodd" d="M-2 14h28v8H-2v-8Zm0-12h28v8H-2V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1009
|
+
};
|
|
942
1010
|
export const ciLinkBreakOutlined = {
|
|
943
1011
|
name: 'link-break-outlined',
|
|
944
1012
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.47 3.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06ZM7 7.25a4.75 4.75 0 0 0 0 9.5h1a.75.75 0 0 0 0-1.5H7a3.25 3.25 0 0 1 0-6.5h1a.75.75 0 0 0 0-1.5H7Zm9 0a.75.75 0 0 0 0 1.5h1a3.25 3.25 0 0 1 0 6.5h-1a.75.75 0 0 0 0 1.5h1a4.75 4.75 0 1 0 0-9.5h-1Zm-2.53 11.28 2 2a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 1 0-1.06 1.06Zm3.06-15.06a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0Zm-9.06 16a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 1 0-1.06-1.06l-2 2Z"/></svg>`
|
|
@@ -1023,6 +1091,22 @@ export const ciMozillaFirefox = {
|
|
|
1023
1091
|
name: 'mozilla-firefox',
|
|
1024
1092
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1 8.9c-.4-1-1.3-2.2-2-2.5.5 1 .9 2 1 3-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4a7.3 7.3 0 0 0-3.5 5.5c-1 0-2 .5-2.7 1l-.3-.1c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2c-.6.8-1 1.9-1.3 3l-.1.6-.2 1.4a10 10 0 0 0 19.7 1.8v-.4c.3-1.7 0-3.4-.6-5Z" fill="url(#a)"/><path d="M12 10.7c0 .2-1 1-1.2 1-2.9 0-3.3 1.8-3.3 1.8a4.2 4.2 0 0 0 2.8 3.4c.4.2.8.3 1.3.3 5 .2 5.9-6 2.3-7.7.9-.1 1.7 0 2.4.5a5 5 0 0 0-4.4-2.5h-.3c-1 0-2 .5-2.7 1l.6.7c.7.7 2.5 1.4 2.5 1.5Z" fill="#7B23BA"/><path d="m8.4 8.2.2.2c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8 0 0 1.5 0 2.2.4Z" fill="url(#b)"/><path d="M2 12.8a10 10 0 0 0 9.6 8.1 8.5 8.5 0 0 0 8.5-11.5c.4 2.3-.8 4.5-2.6 6-3.6 3-7 1.8-7.7 1.3h-.1c-2.1-1-3-3-2.8-4.6-1 0-1.9-.5-2.3-1.4 1-.7 2.5-.8 3.6-.2a5 5 0 0 0 3.8.2c0-.1-1.8-.8-2.4-1.5l-.7-.6a3 3 0 0 0-.5-.4c-.7-.4-2.2-.4-2.2-.4-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2 8.4 8.4 0 0 0-1.5 5.3Z" fill="url(#c)"/><path d="M15.4 8.9c.4.3.7.8 1 1.2l.1.1c2.3 2 1 5 1 5.2 1.8-1.5 3-3.7 2.6-6-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4c-.5.2-2.7 3.8.3 6.9Z" fill="url(#d)"/><path d="m16.5 10.2-.1-.1h-.1c-.7-.5-1.6-.7-2.4-.6 3.6 1.8 2.6 8-2.3 7.7a4.4 4.4 0 0 1-1.8-.5c.7.5 4.1 1.7 7.7-1.3 0-.2 1.3-3.1-1-5.2Z" fill="url(#e)"/><path d="M7.5 13.5s.4-1.7 3.3-1.7c.3 0 1.1-.9 1.2-1.1a5 5 0 0 1-3.8-.2 3.7 3.7 0 0 0-3.6.2c.4.9 1.3 1.5 2.3 1.4-.2 1.7.7 3.6 2.8 4.6h.1a4.2 4.2 0 0 1-2.3-3.2Z" fill="url(#f)"/><path d="M21.1 8.9c-.4-1-1.3-2.2-2-2.5.5 1 .9 2 1 3-1-2.8-3-4-4.5-6.4a12.2 12.2 0 0 1-.4-.6l-.1-.4a7.3 7.3 0 0 0-3.5 5.5h.3a5 5 0 0 1 4.4 2.5c-.7-.4-1.5-.6-2.4-.5 3.6 1.8 2.6 8-2.3 7.7a4.4 4.4 0 0 1-1.6-.4h-.2l-.1-.1h.1a4.2 4.2 0 0 1-2.3-3.2s.4-1.7 3.3-1.7c.3 0 1.1-.9 1.2-1.1 0-.1-1.8-.8-2.5-1.5L9 8.6l-.3-.2c-.2-.8-.2-1.6 0-2.4-1 .4-1.8 1-2.4 1.8-.4-.5-.4-2.1-.4-2.5l-.3.2a7.2 7.2 0 0 0-1.9 2c-.6.8-1 1.9-1.3 3l-.2.6-.1 1.4a10 10 0 0 0 19.7 1.8v-.4c.3-1.7 0-3.4-.6-5Z" fill="url(#g)"/><defs><radialGradient id="b" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11.2 3.4) scale(7.09641)"><stop stop-color="#FFE226"/><stop offset=".1" stop-color="#FFDB27"/><stop offset=".3" stop-color="#FFC82A"/><stop offset=".5" stop-color="#FFA930"/><stop offset=".7" stop-color="#FF7E37"/><stop offset=".8" stop-color="#FF7139"/></radialGradient><radialGradient id="c" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(30.2773 0 0 30.2771 14.6 -1)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".5" stop-color="#FF980E"/><stop offset=".6" stop-color="#FF5634"/><stop offset=".7" stop-color="#FF3647"/><stop offset=".9" stop-color="#E31587"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.32884 10.45005 -44.89283 10.00455 4.6 7.6)"><stop stop-color="#FFF44F"/><stop offset=".1" stop-color="#FFE847"/><stop offset=".2" stop-color="#FFC830"/><stop offset=".3" stop-color="#FF980E"/><stop offset=".4" stop-color="#FF8B16"/><stop offset=".5" stop-color="#FF672A"/><stop offset=".6" stop-color="#FF3647"/><stop offset=".7" stop-color="#E31587"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(18.9027 0 0 18.9026 10.9 6)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".5" stop-color="#FF980E"/><stop offset=".6" stop-color="#FF5634"/><stop offset=".7" stop-color="#FF3647"/><stop offset=".9" stop-color="#E31587"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(14.7 7.2) scale(20.6887)"><stop offset=".1" stop-color="#FFF44F"/><stop offset=".2" stop-color="#FFE141"/><stop offset=".5" stop-color="#FFAF1E"/><stop offset=".6" stop-color="#FF980E"/></radialGradient><linearGradient id="a" x1="19.3" y1="5.2" x2="3.4" y2="20.6" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FFF44F"/><stop offset=".1" stop-color="#FFE847"/><stop offset=".2" stop-color="#FFC830"/><stop offset=".4" stop-color="#FF980E"/><stop offset=".4" stop-color="#FF8B16"/><stop offset=".5" stop-color="#FF672A"/><stop offset=".5" stop-color="#FF3647"/><stop offset=".7" stop-color="#E31587"/></linearGradient><linearGradient id="g" x1="19.1" y1="5.1" x2="5.5" y2="18.7" gradientUnits="userSpaceOnUse"><stop offset=".2" stop-color="#FFF44F" stop-opacity=".8"/><stop offset=".3" stop-color="#FFF44F" stop-opacity=".6"/><stop offset=".5" stop-color="#FFF44F" stop-opacity=".2"/><stop offset=".6" stop-color="#FFF44F" stop-opacity="0"/></linearGradient></defs></svg>`
|
|
1025
1093
|
};
|
|
1094
|
+
export const ciNetherlandsCircle = {
|
|
1095
|
+
name: 'netherlands-circle',
|
|
1096
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#1E448D" fill-rule="evenodd" d="M-2 15.333h28V22H-2v-6.667Z" clip-rule="evenodd"/><path fill="#B01923" fill-rule="evenodd" d="M-2 2h28v6.667H-2V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1097
|
+
};
|
|
1098
|
+
export const ciNorthMacedoniaCircle = {
|
|
1099
|
+
name: 'north-macedonia-circle',
|
|
1100
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#AF010D" rx="10"/><path fill="#FFDA2C" fill-rule="evenodd" d="m-2 2 13.333 9.333h1.334L3.333 2H-2Zm0 20 13.333-9.333h1.334L3.333 22H-2Z" clip-rule="evenodd"/><path fill="#FFDA2C" fill-rule="evenodd" d="M12.667 11.333h-1.334L20.667 2H26l-13.333 9.333Zm0 1.334h-1.334L20.667 22H26l-13.333-9.333Zm-4-1.334L-2 10v4l10.667-1.333v-1.334Zm6.666 0L26 10v4l-10.667-1.333v-1.334Zm-4-2.666L10 2h4l-1.333 6.667h-1.334Zm0 6.666L10 22h4l-1.333-6.667" clip-rule="evenodd"/><path fill="#AF010D" d="M12 15.333a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Z"/><path fill="#FFDA2C" d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1101
|
+
};
|
|
1102
|
+
export const ciNorwayCircle = {
|
|
1103
|
+
name: 'norway-circle',
|
|
1104
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#AF010D" rx="10"/><path fill="#fff" fill-rule="evenodd" d="M6 14h-8v-4h8V2h4v8h16v4H10v8H6v-8Z" clip-rule="evenodd"/><path fill="#1A47B8" fill-rule="evenodd" d="M7.333 12.667H-2v-1.334h9.333V2h1.334v9.333H26v1.334H8.667V22H7.333v-9.333Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1105
|
+
};
|
|
1106
|
+
export const ciOpenai = {
|
|
1107
|
+
name: 'openai',
|
|
1108
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#0F0F0F" d="M10.94 2C8.722 2 6.752 3.41 6.066 5.488a5.101 5.101 0 0 0-1.953.85 5.022 5.022 0 0 0-1.425 1.568 4.985 4.985 0 0 0 .632 5.906 4.904 4.904 0 0 0 .432 4.084c1.106 1.903 3.33 2.878 5.506 2.424A5.068 5.068 0 0 0 13.061 22c2.218 0 4.188-1.409 4.875-3.488a5.036 5.036 0 0 0 3.37-2.418 4.974 4.974 0 0 0-.624-5.906v-.006a4.92 4.92 0 0 0-.433-4.091c-1.105-1.897-3.33-2.872-5.499-2.418a5.07 5.07 0 0 0-1.723-1.24A5.133 5.133 0 0 0 10.94 2Zm0 1.3-.007.007c.893 0 1.75.305 2.437.867-.027.014-.082.048-.123.068L9.21 6.538a.647.647 0 0 0-.33.569v5.391l-1.736-.989V7.053c0-.994.399-1.948 1.11-2.652a3.828 3.828 0 0 1 2.686-1.1Zm4.863 1.57a3.84 3.84 0 0 1 1.905.501c.58.33 1.06.805 1.395 1.377a3.72 3.72 0 0 1 .452 2.506c-.027-.02-.082-.047-.116-.068l-4.037-2.303a.683.683 0 0 0-.666 0l-4.73 2.696V7.6l3.906-2.228a3.82 3.82 0 0 1 1.89-.503ZM5.819 6.917v4.734c0 .237.123.447.33.57l4.722 2.688-1.744.996-3.899-2.222a3.758 3.758 0 0 1-1.767-2.277 3.707 3.707 0 0 1 .38-2.843A3.794 3.794 0 0 1 5.82 6.917Zm9.048 1.172 3.906 2.221a3.717 3.717 0 0 1 1.387 5.12l.006.007a3.776 3.776 0 0 1-1.977 1.64v-4.735a.646.646 0 0 0-.33-.569l-4.73-2.696 1.738-.988Zm-2.87 1.632 1.991 1.138v2.269l-1.99 1.137-1.992-1.137v-2.27l1.991-1.137Zm3.13 1.788 1.737.989v4.45c0 2.072-1.702 3.752-3.796 3.752v-.007a3.82 3.82 0 0 1-2.43-.867c.027-.013.09-.047.123-.067l4.037-2.296a.633.633 0 0 0 .33-.57V11.51Zm-1.132 2.912V16.4l-3.906 2.221c-1.82 1.03-4.14.42-5.19-1.368h.006a3.675 3.675 0 0 1-.453-2.506c.028.02.083.048.117.068l4.036 2.303a.684.684 0 0 0 .666 0l4.724-2.696Z"/></svg>`
|
|
1109
|
+
};
|
|
1026
1110
|
export const ciPaperplaneTiltOutlined = {
|
|
1027
1111
|
name: 'paperplane-tilt-outlined',
|
|
1028
1112
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.952 3.043a1.394 1.394 0 0 0-.732.012L4.03 7.333a1.402 1.402 0 0 0-.214 2.626l6.942 3.284 3.284 6.942a1.402 1.402 0 0 0 2.626-.213c.933-3.381 1.89-6.756 2.846-10.13.479-1.687.957-3.374 1.432-5.061a1.394 1.394 0 0 0-.994-1.738ZM4.68 8.708l14.773-4.16-4.16 14.773-3.068-6.484 3.313-3.313a.75.75 0 1 0-1.06-1.06l-3.314 3.312L4.68 8.708Z"/></svg>`
|
|
@@ -1043,6 +1127,14 @@ export const ciPlanetOutlined = {
|
|
|
1043
1127
|
name: 'planet-outlined',
|
|
1044
1128
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.032 12.72c-.854.808-1.527 1.615-1.928 2.368-.397.747-.629 1.65-.157 2.423l.002.003c.419.68 1.2.946 1.962 1.027.79.083 1.747-.01 2.792-.23L7 18.243a8 8 0 0 0 12.969-6.967c.147-.14.287-.278.422-.415.727-.744 1.298-1.488 1.622-2.187.317-.683.467-1.489.04-2.187l-.002-.004c-.464-.748-1.367-1-2.233-1.048-.803-.044-1.765.074-2.817.319A8 8 0 0 0 4.032 12.72ZM5.5 12a6.5 6.5 0 0 1 10.637-5.013.75.75 0 0 0 .312.274 6.49 6.49 0 0 1 1.921 3.44c-1.293 1.122-3.02 2.315-5.03 3.408-2.125 1.155-4.195 2-5.939 2.485A6.48 6.48 0 0 1 5.5 12Zm.227 4.966a7.98 7.98 0 0 1-1.333-2.479c-.44.483-.762.924-.965 1.305-.32.602-.248.86-.202.936.053.085.248.258.842.32.434.047.992.022 1.658-.082Zm12.544-9.934a7.983 7.983 0 0 1 1.334 2.477c.51-.56.857-1.056 1.046-1.465.229-.492.164-.702.123-.771-.064-.1-.309-.299-1.04-.339a7.127 7.127 0 0 0-1.463.098Zm.206 5.524a6.5 6.5 0 0 1-9.59 5.151c1.609-.536 3.381-1.308 5.169-2.28 1.668-.907 3.171-1.892 4.42-2.871Z"/></svg>`
|
|
1045
1129
|
};
|
|
1130
|
+
export const ciPolandCircle = {
|
|
1131
|
+
name: 'poland-circle',
|
|
1132
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#AF010D" rx="10"/><path fill="#fff" fill-rule="evenodd" d="M-2 2h28v10.667H-2V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1133
|
+
};
|
|
1134
|
+
export const ciPortugalCircle = {
|
|
1135
|
+
name: 'portugal-circle',
|
|
1136
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#F93939" rx="10"/><path fill="#249F58" fill-rule="evenodd" d="M-.667 2h9.334v20H-.667V2Z" clip-rule="evenodd"/><path fill="#FFDA2C" d="M8.667 15.333a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/><path fill="#F93939" fill-rule="evenodd" d="M11.333 12.667v-4H6v4C6 13.403 7.193 14 8.667 14c1.473 0 2.666-.597 2.666-1.333Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M7.333 10H10v2.667H7.333V10Z" clip-rule="evenodd"/><path fill="#1A47B8" fill-rule="evenodd" d="M7.333 10h1.334v1.333H7.333V10Zm1.334 1.333H10v1.334H8.667v-1.334Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1137
|
+
};
|
|
1046
1138
|
export const ciPushNotification = {
|
|
1047
1139
|
name: 'push-notification',
|
|
1048
1140
|
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" d="M11 17.25a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5h-2Z"/><path fill="#000" fill-rule="evenodd" d="M8 2.25A2.75 2.75 0 0 0 5.25 5v14A2.75 2.75 0 0 0 8 21.75h8A2.75 2.75 0 0 0 18.75 19V5A2.75 2.75 0 0 0 16 2.25H8ZM6.75 5c0-.69.56-1.25 1.25-1.25h8c.69 0 1.25.56 1.25 1.25v14c0 .69-.56 1.25-1.25 1.25H8c-.69 0-1.25-.56-1.25-1.25V5Z" clip-rule="evenodd"/><path fill="#000" d="M4.329 8.965a8.25 8.25 0 0 0 .1 6.313l-1.376.596a9.75 9.75 0 0 1-.119-7.461l1.395.552Zm15.284-.145a8.25 8.25 0 0 1 .018 6.315l1.388.57a9.752 9.752 0 0 0-.022-7.463l-1.384.579Z"/></svg>`
|
|
@@ -1059,14 +1151,42 @@ export const ciRedoOutlined = {
|
|
|
1059
1151
|
name: 'redo-outlined',
|
|
1060
1152
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.53 3.47a.75.75 0 1 0-1.06 1.06l2.72 2.72H10a5.75 5.75 0 1 0 0 11.5h2a.75.75 0 0 0 0-1.5h-2a4.25 4.25 0 0 1 0-8.5h7.19l-2.72 2.72a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4Z"/></svg>`
|
|
1061
1153
|
};
|
|
1154
|
+
export const ciRomaniaCircle = {
|
|
1155
|
+
name: 'romania-circle',
|
|
1156
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#FFDA2C" rx="10"/><path fill="#1A47B8" fill-rule="evenodd" d="M-2 2h9.333v20H-2V2Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M16.667 2H26v20h-9.333V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1157
|
+
};
|
|
1158
|
+
export const ciRussiaCircle = {
|
|
1159
|
+
name: 'russia-circle',
|
|
1160
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#1A47B8" rx="10"/><path fill="#F93939" fill-rule="evenodd" d="M-.667 15.333h28V22h-28v-6.667Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M-.667 2h28v6.667h-28V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1161
|
+
};
|
|
1162
|
+
export const ciSerbiaCircle = {
|
|
1163
|
+
name: 'serbia-circle',
|
|
1164
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#1A47B8" rx="10"/><path fill="#fff" fill-rule="evenodd" d="M2 15.333h28V22H2v-6.667Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M2 2h28v6.667H2V2Zm10.667 13.333V8.667H7.333v6.666a2.666 2.666 0 1 0 5.334 0Z" clip-rule="evenodd"/><path fill="#FFDA2C" fill-rule="evenodd" d="M8.667 8.667 7.333 7.333S8.667 6 10 6c1.333 0 2.667 1.333 2.667 1.333l-1.334 1.334H8.667Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="m8.667 10-1.334 1.333L10 12.667l-1.333 2.666L10 18l1.333-2.667L10 12.667l2.667-1.334L11.333 10 10 11.333 8.667 10Z" clip-rule="evenodd"/><path fill="#FFDA2C" fill-rule="evenodd" d="M8.667 10H7.333v1.333L8.667 10Zm2.666 0h1.334v1.333L11.333 10Z" clip-rule="evenodd"/><path fill="#A75835" fill-rule="evenodd" d="M10 6 8.667 7.333 10 8.667l1.333-1.334L10 6Z" clip-rule="evenodd"/><path fill="#88605F" fill-rule="evenodd" d="M10 12.667 7.333 14h5.334L10 12.667Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1165
|
+
};
|
|
1062
1166
|
export const ciSlidersOutlined = {
|
|
1063
1167
|
name: 'sliders-outlined',
|
|
1064
1168
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 7.68h2.825a3.751 3.751 0 0 0 7.335.07H20a.75.75 0 0 0 0-1.5h-5.811a3.751 3.751 0 0 0-7.364-.07H4a.75.75 0 0 0 0 1.5Zm6.5-3a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm6.689 11.57a3.751 3.751 0 0 0-7.364-.07H4a.75.75 0 0 0 0 1.5h5.825a3.751 3.751 0 0 0 7.335.07H20a.75.75 0 0 0 0-1.5h-2.811Zm-5.939.68a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z"/></svg>`
|
|
1065
1169
|
};
|
|
1170
|
+
export const ciSlovakiaCircle = {
|
|
1171
|
+
name: 'slovakia-circle',
|
|
1172
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#1A47B8" rx="10"/><path fill="#F93939" fill-rule="evenodd" d="M.667 15.333h28V22h-28v-6.667Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M.667 2h28v6.667h-28V2Zm13.24 13.333H14V8.667H4.667v6.666h.093a2.44 2.44 0 0 0-.093.667c0 1.84 4.666 3.333 4.666 3.333S14 17.84 14 16c0-.227-.032-.45-.093-.667Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M12.667 15.333v-8H6v8C6 16.807 9.333 18 9.333 18s3.334-1.193 3.334-2.667Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M8.667 12.667v-1.334H7.333V10h1.334V8.667H10V10h1.333v1.333H10v1.334h2V14h-2v1.333H8.667V14h-2v-1.333h2Z" clip-rule="evenodd"/><path fill="#1A47B8" fill-rule="evenodd" d="M9.333 18s3.334-1.193 3.334-2.667c0-1.473-1.334-1.333-3.334 0C7.333 14 6 13.86 6 15.333 6 16.807 9.333 18 9.333 18Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1173
|
+
};
|
|
1174
|
+
export const ciSloveniaCircle = {
|
|
1175
|
+
name: 'slovenia-circle',
|
|
1176
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#1A47B8" rx="10"/><path fill="#F93939" fill-rule="evenodd" d="M2 15.333h28V22H2v-6.667Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M2 2h28v6.667H2V2Z" clip-rule="evenodd"/><path fill="#F93939" d="M10.667 6H8c-.736 0-1.333.597-1.333 1.333v3.334C6.667 11.403 7.264 12 8 12h2.667c.736 0 1.333-.597 1.333-1.333V7.333C12 6.597 11.403 6 10.667 6Z"/><path fill="#1A47B8" d="M10 6H8.667c-.737 0-1.334.597-1.334 1.333V10c0 .736.597 1.333 1.334 1.333H10c.736 0 1.333-.597 1.333-1.333V7.333C11.333 6.597 10.736 6 10 6Z"/><path fill="#FFDA2C" fill-rule="evenodd" d="M8.667 7.333H10v1.334H8.667V7.333Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="m7.333 10 2-.667 2 .667L10 11.333H8.667L7.333 10Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1177
|
+
};
|
|
1066
1178
|
export const ciSocialMediaOutlined = {
|
|
1067
1179
|
name: 'social-media-outlined',
|
|
1068
1180
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 6a3.75 3.75 0 1 1 1.042 2.594l-2.781 2.085a3.757 3.757 0 0 1-.001 2.641l2.782 2.086a3.75 3.75 0 1 1-.803 1.273l-2.78-2.085a3.75 3.75 0 1 1 0-5.187l2.78-2.086A3.741 3.741 0 0 1 12.25 6ZM16 3.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm0 12a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM4.75 12a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z"/></svg>`
|
|
1069
1181
|
};
|
|
1182
|
+
export const ciSouthKoreaCircle = {
|
|
1183
|
+
name: 'south-korea-circle',
|
|
1184
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><rect width="21" height="21" x="1.5" y="1.5" fill="#fff" rx="10.5"/><path fill="#232C80" fill-rule="evenodd" d="M16.667 12a4.667 4.667 0 1 1-9.334 0c0-1.493 3.134-2.12 5.771-1.884.28-.075.581-.116.896-.116 1.473 0 2.667.896 2.667 2Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M11.333 11.333S12.527 10 14 10c1.473 0 2.667.896 2.667 2a4.667 4.667 0 0 0-8.886-1.997c-.448 1.33-.448 1.72-.448 1.997.667.667 1.408.667 2 .667.592 0 1.124-.258 1.491-.667l.51-.667Z" clip-rule="evenodd"/><path fill="#151515" fill-rule="evenodd" d="M18 8.667h2.667L18 6h-1.333L18 8.667Zm-12 0H3.333L6 6h1.333L6 8.667Zm12 6.666h2.667L18 18h-1.333L18 15.333Zm-12 0H3.333L6 18h1.333L6 15.333Z" clip-rule="evenodd"/><rect width="21" height="21" x="1.5" y="1.5" stroke="#EBECF0" rx="10.5"/></svg>`
|
|
1185
|
+
};
|
|
1186
|
+
export const ciSpainCircle = {
|
|
1187
|
+
name: 'spain-circle',
|
|
1188
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#F93939" rx="10"/><path fill="#F93939" d="M27.333 2H4.667A2.667 2.667 0 0 0 2 4.667v14.666A2.667 2.667 0 0 0 4.667 22h22.666A2.667 2.667 0 0 0 30 19.333V4.667A2.667 2.667 0 0 0 27.333 2Z"/><path fill="#FFDA2C" fill-rule="evenodd" d="M2 7.333h28v9.334H2V7.333Z" clip-rule="evenodd"/><path fill="#D4AF2C" fill-rule="evenodd" d="M14 10.296v3.36c0 .933-.896 1.68-2 1.68H9.333c-1.101-.003-2-.753-2-1.683v-3.36c0-.762.598-1.4 1.419-1.606.248-.694 1.01-.072 1.915-.072.909 0 1.666-.618 1.914.073C13.4 8.9 14 9.538 14 10.296Z" clip-rule="evenodd"/><path fill="#CBCBCB" fill-rule="evenodd" d="M14 11.333h1.333v4H14v-4Zm-8 0h1.333v4H6v-4Z" clip-rule="evenodd"/><path fill="#1A47B8" fill-rule="evenodd" d="M14 14h1.333v1.333H14V14Zm-8 0h1.333v1.333H6V14Z" clip-rule="evenodd"/><path fill="#D4AF2C" fill-rule="evenodd" d="M14 10h1.333v1.333H14V10Zm-8 0h1.333v1.333H6V10Z" clip-rule="evenodd"/><path fill="#AF010D" fill-rule="evenodd" d="M8.667 10H10v2H8.667v-2Zm2.666 2.667h1.334v2h-1.334v-2Z" clip-rule="evenodd"/><path fill="#AE6A3E" fill-rule="evenodd" d="M11.333 10h1.334v2h-1.334v-2Z" clip-rule="evenodd"/><path fill="#FFDA2C" fill-rule="evenodd" d="M8.667 12.667H10v2H8.667v-2Z" clip-rule="evenodd"/><path fill="#AF010D" fill-rule="evenodd" d="M10 10 8.667 8.667h4L11.333 10H10Z" clip-rule="evenodd"/><path fill="#D4AF2C" fill-rule="evenodd" d="M10 7.333h1.333v1.334H10V7.333Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1189
|
+
};
|
|
1070
1190
|
export const ciStatusAvailable = {
|
|
1071
1191
|
name: 'status-available',
|
|
1072
1192
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle opacity=".15" cx="12" cy="12" r="8" fill="#008458"/><circle cx="12" cy="12" r="4" fill="#008458"/></svg>`
|
|
@@ -1099,6 +1219,10 @@ export const ciStrikethroughOutlined = {
|
|
|
1099
1219
|
name: 'strikethrough-outlined',
|
|
1100
1220
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.456 5.21c-1.394-.996-3.236-1.198-4.742-.693-1.537.517-2.797 1.81-2.797 3.787l.001.044c.034.585.35 1.158.728 1.615.392.473.92.909 1.519 1.208a.75.75 0 1 0 .67-1.342 3.287 3.287 0 0 1-1.033-.822c-.267-.324-.37-.59-.385-.73.01-1.201.737-1.99 1.775-2.338 1.078-.362 2.412-.208 3.391.492a.75.75 0 1 0 .873-1.22Zm.574 8.54H19a.75.75 0 0 0 0-1.5H5a.75.75 0 0 0 0 1.5h8.683l.014.011c.102.086.216.167.317.24l.084.058c.186.13.36.253.529.4.366.32.623.684.623 1.238 0 .728-.257 1.276-.656 1.676-.41.411-1.006.7-1.717.818-1.434.239-3.171-.244-4.32-1.518a.75.75 0 1 0-1.114 1.005c1.518 1.682 3.78 2.309 5.68 1.993.956-.159 1.86-.563 2.533-1.238.684-.686 1.094-1.617 1.094-2.736a2.92 2.92 0 0 0-.72-1.947Z"/></svg>`
|
|
1101
1221
|
};
|
|
1222
|
+
export const ciSwedenCircle = {
|
|
1223
|
+
name: 'sweden-circle',
|
|
1224
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#3A99FF" rx="10"/><path fill="#FFDA2C" fill-rule="evenodd" d="M7.333 14h-8v-4h8V2h4v8h16v4h-16v8h-4v-8Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1225
|
+
};
|
|
1102
1226
|
export const ciTagOutlined = {
|
|
1103
1227
|
name: 'tag-outlined',
|
|
1104
1228
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 6.25a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5ZM13.75 9a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.828 3.25c-.729 0-1.428.29-1.944.805l-7.707 7.708a1.75 1.75 0 0 0 0 2.474l6.586 6.586a1.75 1.75 0 0 0 2.474 0l7.708-7.707a2.75 2.75 0 0 0 .805-1.944V6A2.75 2.75 0 0 0 18 3.25h-5.172Zm-.883 1.866a1.25 1.25 0 0 1 .883-.366H18c.69 0 1.25.56 1.25 1.25v5.172c0 .331-.132.649-.366.883l-7.707 7.708a.25.25 0 0 1-.354 0l-6.586-6.586a.25.25 0 0 1 0-.354l7.707-7.707Z"/></svg>`
|
|
@@ -1119,10 +1243,18 @@ export const ciTextSummaryOutlined = {
|
|
|
1119
1243
|
name: 'text-summary-outlined',
|
|
1120
1244
|
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" d="M4.45 5.4a.75.75 0 0 1 .15 1.05c-.387.516-.59.879-.705 1.226a2.574 2.574 0 0 0-.09.355A1.5 1.5 0 1 1 2 9.5c0-1 .258-1.653.47-2.295.188-.566.498-1.078.93-1.655a.75.75 0 0 1 1.05-.15ZM12 5.25a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 0-1.5h-9Zm0 4a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 0-1.5h-9ZM2.25 14a.75.75 0 0 1 .75-.75h18a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75ZM3 17.25a.75.75 0 0 0 0 1.5h18a.75.75 0 0 0 0-1.5H3ZM7.5 11a1.5 1.5 0 0 0 .305-2.969 2.63 2.63 0 0 1 .09-.355c.115-.347.318-.71.705-1.226a.75.75 0 0 0-1.2-.9c-.432.577-.742 1.089-.93 1.655C6.259 7.847 6 8.5 6 9.5A1.5 1.5 0 0 0 7.5 11Z"/></svg>`
|
|
1121
1245
|
};
|
|
1246
|
+
export const ciThailandCircle = {
|
|
1247
|
+
name: 'thailand-circle',
|
|
1248
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/><path fill="#F93939" fill-rule="evenodd" d="M2 2h28v4H2V2Zm0 16h28v4H2v-4Z" clip-rule="evenodd"/><path fill="#232C80" fill-rule="evenodd" d="M2 8.667h28v6.666H2V8.667Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1249
|
+
};
|
|
1122
1250
|
export const ciTranslateBoxFilled = {
|
|
1123
1251
|
name: 'translate-box-filled',
|
|
1124
1252
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m15.5 12.872-.793 2.378h1.586l-.793-2.378Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm4 2.25a.75.75 0 0 1 .75.75v.85H14a.75.75 0 0 1 0 1.5h-.968a11.543 11.543 0 0 1-2.277 4.903c.28.197.585.367.909.502l.818.343-.58 1.384-.818-.343a6.32 6.32 0 0 1-1.343-.768 11.54 11.54 0 0 1-2.865 2.03l-.54.27a.75.75 0 1 1-.671-1.342l.54-.27a10.039 10.039 0 0 0 2.45-1.724 6.319 6.319 0 0 1-1.4-3.242l1.49-.186c.105.848.431 1.635.927 2.296a10.044 10.044 0 0 0 1.825-3.853H6a.75.75 0 0 1 0-1.5h3.25V6a.75.75 0 0 1 .75-.75Zm3.711 12.987.496-1.487h2.586l.495 1.487a.75.75 0 0 0 1.424-.474l-2-6A.75.75 0 0 0 16 11.25h-1a.75.75 0 0 0-.711.513l-2 6a.75.75 0 0 0 1.422.474Z"/></svg>`
|
|
1125
1253
|
};
|
|
1254
|
+
export const ciTurkeyCircle = {
|
|
1255
|
+
name: 'turkey-circle',
|
|
1256
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><rect width="20" height="20" x="2" y="2" fill="#F93939" rx="10"/><path fill="#fff" fill-rule="evenodd" d="m16.67 13.536-1.55.813.296-1.724-1.253-1.222 1.733-.254.773-1.568.774 1.57 1.733.253-1.253 1.22.296 1.724" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M10.667 16.667a4.667 4.667 0 1 0 0-9.334 4.667 4.667 0 0 0 0 9.334ZM12 15.333a3.334 3.334 0 0 0 0-6.666 3.335 3.335 0 0 0 0 6.666Z" clip-rule="evenodd"/></svg>`
|
|
1257
|
+
};
|
|
1126
1258
|
export const ciTwitter = {
|
|
1127
1259
|
name: 'twitter',
|
|
1128
1260
|
data: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Zm5.56 8.841c.168 3.704-2.594 7.832-7.483 7.832a7.45 7.45 0 0 1-4.035-1.183 5.297 5.297 0 0 0 3.897-1.09 2.639 2.639 0 0 1-2.46-1.829c.413.079.82.056 1.19-.045-1.266-.255-2.14-1.395-2.112-2.615.355.197.76.315 1.192.33a2.637 2.637 0 0 1-.814-3.516 7.474 7.474 0 0 0 5.426 2.75 2.636 2.636 0 0 1 4.487-2.401 5.253 5.253 0 0 0 1.672-.639 2.644 2.644 0 0 1-1.157 1.457 5.252 5.252 0 0 0 1.511-.416c-.352.53-.797.994-1.313 1.365Z" fill="#1DA1F2"/></svg>`
|
|
@@ -1135,6 +1267,10 @@ export const ciUndoOutlined = {
|
|
|
1135
1267
|
name: 'undo-outlined',
|
|
1136
1268
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.53 4.53a.75.75 0 0 0-1.06-1.06l-4 4a.75.75 0 0 0 0 1.06l4 4a.75.75 0 0 0 1.06-1.06L6.81 8.75H14a4.25 4.25 0 0 1 0 8.5h-2a.75.75 0 0 0 0 1.5h2a5.75 5.75 0 0 0 0-11.5H6.81l2.72-2.72Z"/></svg>`
|
|
1137
1269
|
};
|
|
1270
|
+
export const ciUnitedKingdomCircle = {
|
|
1271
|
+
name: 'united-kingdom-circle',
|
|
1272
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><rect width="20" height="20" x="2" y="2" fill="#1A47B8" rx="10"/><path fill="#fff" fill-rule="evenodd" d="M.979 2H-2v3.333L23.005 22H26v-3.333L.979 2Z" clip-rule="evenodd"/><path fill="#F93939" d="M-1.007 2 26 20.047V22h-.97L-2 3.934V2h.993Z"/><path fill="#fff" fill-rule="evenodd" d="M23.333 2H26v3.333S8.68 16.437.667 22H-2v-3.333L23.333 2Z" clip-rule="evenodd"/><path fill="#F93939" d="M26 2h-.904L-2 20.063V22h.993L26 3.949V2Z"/><path fill="#fff" fill-rule="evenodd" d="M8.183 2h7.658v6.17H26v7.657H15.84V22H8.184v-6.173H-2V8.169H8.183V2Z" clip-rule="evenodd"/><path fill="#F93939" fill-rule="evenodd" d="M9.79 2h4.42v7.692H26v4.616H14.21V22H9.79v-7.692H-2V9.692H9.79V2Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>`
|
|
1273
|
+
};
|
|
1138
1274
|
export const ciVideoOutlined = {
|
|
1139
1275
|
name: 'video-outlined',
|
|
1140
1276
|
data: `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.757 9.454a.5.5 0 0 0-.757.43v4.233a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858l-3.528-2.117Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 4.25A2.75 2.75 0 0 0 2.25 7v10A2.75 2.75 0 0 0 5 19.75h14A2.75 2.75 0 0 0 21.75 17V7A2.75 2.75 0 0 0 19 4.25H5ZM3.75 7c0-.69.56-1.25 1.25-1.25h14c.69 0 1.25.56 1.25 1.25v10c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25V7Z"/></svg>`
|
|
@@ -1469,6 +1605,7 @@ export const completeIconSet = [
|
|
|
1469
1605
|
ci16Check,
|
|
1470
1606
|
ci16ClockOutlined,
|
|
1471
1607
|
ci16Cross,
|
|
1608
|
+
ci16EarthOutlined,
|
|
1472
1609
|
ci16EditorArrowDown,
|
|
1473
1610
|
ci16EditorArrowUp,
|
|
1474
1611
|
ci16EditorBold,
|
|
@@ -1494,9 +1631,11 @@ export const completeIconSet = [
|
|
|
1494
1631
|
ciA11YOutlined,
|
|
1495
1632
|
ciAiFilled,
|
|
1496
1633
|
ciAiOutlined,
|
|
1634
|
+
ciAlbaniaCircle,
|
|
1497
1635
|
ciAlertBoxOutlined,
|
|
1498
1636
|
ciAlertCircleOutlined,
|
|
1499
1637
|
ciAppleSafari,
|
|
1638
|
+
ciArmeniaCircle,
|
|
1500
1639
|
ciArrowDownOutlined,
|
|
1501
1640
|
ciArrowLeftOutlined,
|
|
1502
1641
|
ciArrowPointingBoxOutlined,
|
|
@@ -1516,6 +1655,7 @@ export const completeIconSet = [
|
|
|
1516
1655
|
ciCalendarOutlined,
|
|
1517
1656
|
ciCalendarPenOutlined,
|
|
1518
1657
|
ciCheckDoubleOutlined,
|
|
1658
|
+
ciChinaCircle,
|
|
1519
1659
|
ciCircleFilledS,
|
|
1520
1660
|
ciCircleFilled,
|
|
1521
1661
|
ciCircleOutlinedS,
|
|
@@ -1523,6 +1663,10 @@ export const completeIconSet = [
|
|
|
1523
1663
|
ciCommentOutlined,
|
|
1524
1664
|
ciCompassOutlined,
|
|
1525
1665
|
ciCopyOutlined,
|
|
1666
|
+
ciCroatiaCircle,
|
|
1667
|
+
ciCzechRepublicCircle,
|
|
1668
|
+
ciDenmarkCircle,
|
|
1669
|
+
ciEstoniaCircle,
|
|
1526
1670
|
ciEyeClosedOutlined,
|
|
1527
1671
|
ciEyeOpenOutlined,
|
|
1528
1672
|
ciFacebook,
|
|
@@ -1530,12 +1674,16 @@ export const completeIconSet = [
|
|
|
1530
1674
|
ciFeedOutlined,
|
|
1531
1675
|
ciFilterOutlined,
|
|
1532
1676
|
ciFingerprintOutlined,
|
|
1677
|
+
ciFinlandCircle,
|
|
1533
1678
|
ciFlagOutlined,
|
|
1679
|
+
ciFranceCircle,
|
|
1680
|
+
ciGermanyCircle,
|
|
1534
1681
|
ciGoogleCalendar,
|
|
1535
1682
|
ciGoogleChrome,
|
|
1536
1683
|
ciGoogleDrive,
|
|
1537
1684
|
ciGoogleMail,
|
|
1538
1685
|
ciGoogle,
|
|
1686
|
+
ciGreeceCircle,
|
|
1539
1687
|
ciGroupOutlined,
|
|
1540
1688
|
ciHaiiloHome,
|
|
1541
1689
|
ciHaiiloInsights,
|
|
@@ -1543,10 +1691,15 @@ export const completeIconSet = [
|
|
|
1543
1691
|
ciHaiiloShare,
|
|
1544
1692
|
ciHaiiloStories,
|
|
1545
1693
|
ciHistoryOutlined,
|
|
1694
|
+
ciHungaryCircle,
|
|
1695
|
+
ciIcelandCircle,
|
|
1546
1696
|
ciInfoCircleFilled,
|
|
1547
1697
|
ciInfoCircleOutlined,
|
|
1548
1698
|
ciInstagram,
|
|
1549
1699
|
ciItalicOutlined,
|
|
1700
|
+
ciItalyCircle,
|
|
1701
|
+
ciJapanCircle,
|
|
1702
|
+
ciLatviaCircle,
|
|
1550
1703
|
ciLinkBreakOutlined,
|
|
1551
1704
|
ciLinkedin,
|
|
1552
1705
|
ciListOrderedOutlined,
|
|
@@ -1568,17 +1721,30 @@ export const completeIconSet = [
|
|
|
1568
1721
|
ciMicrosoft,
|
|
1569
1722
|
ciMoreHorizontalFilled,
|
|
1570
1723
|
ciMozillaFirefox,
|
|
1724
|
+
ciNetherlandsCircle,
|
|
1725
|
+
ciNorthMacedoniaCircle,
|
|
1726
|
+
ciNorwayCircle,
|
|
1727
|
+
ciOpenai,
|
|
1571
1728
|
ciPaperplaneTiltOutlined,
|
|
1572
1729
|
ciPenOutlined,
|
|
1573
1730
|
ciPenWriting,
|
|
1574
1731
|
ciPlanetFilled,
|
|
1575
1732
|
ciPlanetOutlined,
|
|
1733
|
+
ciPolandCircle,
|
|
1734
|
+
ciPortugalCircle,
|
|
1576
1735
|
ciPushNotification,
|
|
1577
1736
|
ciPuzzlePieceOutlined,
|
|
1578
1737
|
ciQuoteOutlined,
|
|
1579
1738
|
ciRedoOutlined,
|
|
1739
|
+
ciRomaniaCircle,
|
|
1740
|
+
ciRussiaCircle,
|
|
1741
|
+
ciSerbiaCircle,
|
|
1580
1742
|
ciSlidersOutlined,
|
|
1743
|
+
ciSlovakiaCircle,
|
|
1744
|
+
ciSloveniaCircle,
|
|
1581
1745
|
ciSocialMediaOutlined,
|
|
1746
|
+
ciSouthKoreaCircle,
|
|
1747
|
+
ciSpainCircle,
|
|
1582
1748
|
ciStatusAvailable,
|
|
1583
1749
|
ciStatusAway,
|
|
1584
1750
|
ciStatusDnd,
|
|
@@ -1587,15 +1753,19 @@ export const completeIconSet = [
|
|
|
1587
1753
|
ciStreamFilled,
|
|
1588
1754
|
ciStreamOutlined,
|
|
1589
1755
|
ciStrikethroughOutlined,
|
|
1756
|
+
ciSwedenCircle,
|
|
1590
1757
|
ciTagOutlined,
|
|
1591
1758
|
ciTargetedOutlined,
|
|
1592
1759
|
ciTextExtendOutlined,
|
|
1593
1760
|
ciTextShortenOutlined,
|
|
1594
1761
|
ciTextSummaryOutlined,
|
|
1762
|
+
ciThailandCircle,
|
|
1595
1763
|
ciTranslateBoxFilled,
|
|
1764
|
+
ciTurkeyCircle,
|
|
1596
1765
|
ciTwitter,
|
|
1597
1766
|
ciUnderlinedOutlined,
|
|
1598
1767
|
ciUndoOutlined,
|
|
1768
|
+
ciUnitedKingdomCircle,
|
|
1599
1769
|
ciVideoOutlined,
|
|
1600
1770
|
ciWAlertOutlined,
|
|
1601
1771
|
ciWBirthdaysUpcomingOutlined,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ci: {
|
|
2
2
|
[key in MyIconType]: string;
|
|
3
3
|
};
|
|
4
|
-
export declare type MyIconType = 'click-outlined' | '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-ol' | '16-editor-ul' | '16-flash-circle-outlined' | '16-lock-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'flash-circle-outlined' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'gift-outlined' | 'globe-outlined' | 'gradient-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'microsoft-teams' | 'microsoft-yammer' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'question-mark-circle-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'restart-outlined' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'w-blog-article-recommended-outlined' | 'write-outlined' | '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-clock-outlined' | '16-cross' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-image' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-external-link' | '16-flag' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-pen-outlined' | '16-pin-outlined' | '16-targeted-outlined' | '16-warning-circle-outlined' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'alert-box-outlined' | 'alert-circle-outlined' | 'apple-safari' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'check-double-outlined' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'comment-outlined' | 'compass-outlined' | 'copy-outlined' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'flag-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'group-outlined' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'link-break-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'more-horizontal-filled' | 'mozilla-firefox' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'planet-filled' | 'planet-outlined' | 'push-notification' | 'puzzle-piece-outlined' | 'quote-outlined' | 'redo-outlined' | 'sliders-outlined' | 'social-media-outlined' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'tag-outlined' | 'targeted-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'translate-box-filled' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'video-outlined' | 'w-alert-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-teaser-outlined' | 'w-html-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'xing';
|
|
4
|
+
export declare type MyIconType = 'click-outlined' | '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | '16-editor-h-1' | '16-editor-h-2' | '16-editor-h-3' | '16-editor-h-4' | '16-editor-h-5' | '16-editor-h-6' | '16-editor-headline' | '16-editor-indent-decrease' | '16-editor-indent-increase' | '16-editor-ol' | '16-editor-ul' | '16-flash-circle-outlined' | '16-lock-outlined' | '16-thumbs-up-outlined' | '16-translate-box-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'danger-filled' | 'danger-outlined' | 'dots-circle-outlined' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'external-link-outlined' | 'flash-circle-outlined' | 'flash-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'gift-outlined' | 'globe-outlined' | 'gradient-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'location-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'maybe-circle-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'microsoft-teams' | 'microsoft-yammer' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profile-circle-outlined' | 'profiles-filled' | 'profiles-outlined' | 'question-mark-circle-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'restart-outlined' | 'search-filled' | 'search-outlined' | 'search-restart-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sp-grid-2-cols' | 'sp-grid-3-cols' | 'sp-grid-4-cols' | 'sp-grid-full' | 'sp-grid-sidebar-left-lg' | 'sp-grid-sidebar-left' | 'sp-grid-sidebar-right-lg' | 'sp-grid-sidebar-right' | 'sp-grid-social' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-box-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'w-blog-article-recommended-outlined' | 'write-outlined' | '16-bell-strikethrough' | '16-bell' | '16-check-circle-filled' | '16-check-circle-outlined' | '16-check-double' | '16-check' | '16-clock-outlined' | '16-cross' | '16-earth-outlined' | '16-editor-arrow-down' | '16-editor-arrow-up' | '16-editor-bold' | '16-editor-delete' | '16-editor-image' | '16-editor-italic' | '16-editor-link-break' | '16-editor-link' | '16-editor-paragraph' | '16-editor-plus' | '16-editor-search' | '16-editor-settings' | '16-external-link' | '16-flag' | '16-info-circle-outlined' | '16-link-large' | '16-link-medium' | '16-link-small' | '16-pen-outlined' | '16-pin-outlined' | '16-targeted-outlined' | '16-warning-circle-outlined' | 'a-11-y-outlined' | 'ai-filled' | 'ai-outlined' | 'albania-circle' | 'alert-box-outlined' | 'alert-circle-outlined' | 'apple-safari' | 'armenia-circle' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-pointing-box-outlined' | 'arrow-redo-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'blank' | 'block-align-center-outlined' | 'block-align-fw-outlined' | 'block-align-left-outlined' | 'block-align-right-outlined' | 'block-caption-outlined' | 'bold-outlined' | 'brush-brackets-outlined' | 'calendar-check-outlined' | 'calendar-cross-outlined' | 'calendar-outlined' | 'calendar-pen-outlined' | 'check-double-outlined' | 'china-circle' | 'circle-filled-s' | 'circle-filled' | 'circle-outlined-s' | 'circle-outlined' | 'comment-outlined' | 'compass-outlined' | 'copy-outlined' | 'croatia-circle' | 'czech-republic-circle' | 'denmark-circle' | 'estonia-circle' | 'eye-closed-outlined' | 'eye-open-outlined' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'filter-outlined' | 'fingerprint-outlined' | 'finland-circle' | 'flag-outlined' | 'france-circle' | 'germany-circle' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'greece-circle' | 'group-outlined' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'history-outlined' | 'hungary-circle' | 'iceland-circle' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'italic-outlined' | 'italy-circle' | 'japan-circle' | 'latvia-circle' | 'link-break-outlined' | 'linkedin' | 'list-ordered-outlined' | 'list-unordered-outlined' | 'loop-outlined' | 'mail-open-outlined' | 'mail-outlined' | 'menu-left-outlined' | 'menu-outlined' | 'menu-right-outlined' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'more-horizontal-filled' | 'mozilla-firefox' | 'netherlands-circle' | 'north-macedonia-circle' | 'norway-circle' | 'openai' | 'paperplane-tilt-outlined' | 'pen-outlined' | 'pen-writing' | 'planet-filled' | 'planet-outlined' | 'poland-circle' | 'portugal-circle' | 'push-notification' | 'puzzle-piece-outlined' | 'quote-outlined' | 'redo-outlined' | 'romania-circle' | 'russia-circle' | 'serbia-circle' | 'sliders-outlined' | 'slovakia-circle' | 'slovenia-circle' | 'social-media-outlined' | 'south-korea-circle' | 'spain-circle' | 'status-available' | 'status-away' | 'status-dnd' | 'status-invisible' | 'status-ooo' | 'stream-filled' | 'stream-outlined' | 'strikethrough-outlined' | 'sweden-circle' | 'tag-outlined' | 'targeted-outlined' | 'text-extend-outlined' | 'text-shorten-outlined' | 'text-summary-outlined' | 'thailand-circle' | 'translate-box-filled' | 'turkey-circle' | 'twitter' | 'underlined-outlined' | 'undo-outlined' | 'united-kingdom-circle' | 'video-outlined' | 'w-alert-outlined' | 'w-birthdays-upcoming-outlined' | 'w-blog-article-new-outlined' | 'w-blog-article-outlined' | 'w-bookmarks-outlined' | 'w-button-outlined' | 'w-colleagues-new-outlined' | 'w-complete-profile-outlined' | 'w-divider-outlined' | 'w-do-you-know-outlined' | 'w-document-outlined' | 'w-documents-m-365-outlined' | 'w-documents-new-outlined' | 'w-download-outlined' | 'w-events-upcoming-outlined' | 'w-facegame-outlined' | 'w-feed-outlined' | 'w-gallery-outlined' | 'w-hashtags-outlined' | 'w-headline-outlined' | 'w-hero-teaser-outlined' | 'w-html-outlined' | 'w-iframe-outlined' | 'w-image-outlined' | 'w-launchpad-outlined' | 'w-media-outlined' | 'w-online-users-outlined' | 'w-plugin-trello-outlined' | 'w-plugin-twitter-outlined' | 'w-poll-outlined' | 'w-profile-outlined' | 'w-rss-feed-outlined' | 'w-subscriptions-outlined' | 'w-suggested-communities-outlined' | 'w-suggested-pages-outlined' | 'w-teaser-outlined' | 'w-text-outlined' | 'w-video-outlined' | 'w-welcome-outlined' | 'w-wiki-article-new-outlined' | 'w-wiki-article-outlined' | 'wechat' | 'xing';
|