@ozen-ui/icons 0.82.0 → 0.83.0
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/__inner__/cjs/ui/actions/index.js +258 -258
- package/__inner__/cjs/ui/brands/BrFacebookFilledColoredIcon/BrFacebookFilledColoredSIcon.js +2 -1
- package/__inner__/cjs/ui/brands/BrFacebookFilledIcon/BrFacebookFilledSIcon.js +2 -1
- package/__inner__/cjs/ui/brands/index.js +39 -39
- package/__inner__/cjs/ui/files/index.js +2 -2
- package/__inner__/cjs/ui/flags/index.js +202 -202
- package/__inner__/cjs/ui/logos/index.js +15 -15
- package/__inner__/cjs/ui/media/index.js +19 -19
- package/__inner__/esm/ui/actions/index.js +258 -258
- package/__inner__/esm/ui/brands/BrFacebookFilledColoredIcon/BrFacebookFilledColoredSIcon.js +2 -1
- package/__inner__/esm/ui/brands/BrFacebookFilledIcon/BrFacebookFilledSIcon.js +2 -1
- package/__inner__/esm/ui/brands/index.js +39 -39
- package/__inner__/esm/ui/files/index.js +2 -2
- package/__inner__/esm/ui/flags/index.js +202 -202
- package/__inner__/esm/ui/logos/index.js +15 -15
- package/__inner__/esm/ui/media/index.js +19 -19
- package/__inner__/types/ui/actions/index.d.ts +258 -258
- package/__inner__/types/ui/brands/index.d.ts +39 -39
- package/__inner__/types/ui/files/index.d.ts +2 -2
- package/__inner__/types/ui/flags/index.d.ts +202 -202
- package/__inner__/types/ui/logos/index.d.ts +15 -15
- package/__inner__/types/ui/media/index.d.ts +19 -19
- package/br_facebook_filled_colored_s_icon.svg +15 -2
- package/br_facebook_filled_s_icon.svg +5 -3
- package/package.json +1 -1
|
@@ -6,9 +6,11 @@
|
|
|
6
6
|
xmlns="http://www.w3.org/2000/svg"
|
|
7
7
|
>
|
|
8
8
|
<path
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
d="M6.30897 10.1391V14.7939C6.85057 14.9282 7.41686 15 7.99998 15C8.2871 15 8.57 14.9823 8.84804 14.9487V10.1391H10.7417L11.1345 8H8.84804V7.24349C8.84804 6.11308 9.29153 5.67829 10.4393 5.67829C10.7959 5.67829 11.0828 5.687 11.248 5.70439V3.76528C10.935 3.67831 10.1698 3.59137 9.72631 3.59137C7.38719 3.59137 6.30897 4.69569 6.30897 7.07826V8H4.86551V10.1391H6.30897Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.2829 3.26002 14.0374 6.30897 14.7939V10.1391H4.86551V8H6.30897V7.07826C6.30897 4.69569 7.38719 3.59137 9.72631 3.59137C10.1698 3.59137 10.935 3.67831 11.248 3.76528V5.70439C11.0828 5.687 10.7959 5.67829 10.4393 5.67829C9.29153 5.67829 8.84804 6.11308 8.84804 7.24349V8H11.1345L10.7417 10.1391H8.84804V14.9487C12.314 14.5301 15 11.5789 15 8Z"
|
|
12
14
|
fill="currentColor"
|
|
13
15
|
/>
|
|
14
16
|
</svg>
|