@haiilo/catalyst-icons 0.3.38 → 0.3.39
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 +8 -1
- package/dist/js/icons.constants.js +5 -0
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +1 -0
- package/dist/style/sprite.css.css +323 -314
- package/dist/style/sprite.css.less +323 -314
- package/dist/style/sprite.css.scss +323 -314
- package/dist/style/sprite.view.css +323 -314
- package/dist/style/sprite.view.less +323 -314
- package/dist/style/sprite.view.scss +323 -314
- 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/bulgaria-circle.svg +1 -0
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g clip-path="url(#bulgaria-circle__a)"><path fill="#249F58" 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="#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"/></g><defs><clipPath id="bulgaria-circle__a"><rect width="20" height="20" x="2" y="2" fill="#fff" rx="10"/></clipPath></defs></svg>
|