@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
25 lines (24 loc) • 2.49 kB
JavaScript
import { memo } from 'react';
import Svg, { G, Path, Defs, ClipPath } from 'react-native-svg';
const UzbekistAn = /* @__PURE__ */ memo(function UzbekistAn(_props) {
const { color = 'black', size = 24, ...props } = _props;
return (<Svg fill="none" viewBox="0 0 40 40" width={size} height={size} {...props}>
<G clipPath="url(#a)">
<Path fill="#F0F0F0" d="M.944 13.913A20 20 0 0 0 0 20c0 2.122.332 4.167.944 6.087l19.056.87 19.056-.87c.612-1.92.944-3.965.944-6.087 0-2.123-.332-4.168-.944-6.087L20 13.043z"/>
<Path fill="#D80027" d="m39.055 13.913-19.056-.87-19.055.87q-.272.855-.47 1.74h39.05a20 20 0 0 0-.47-1.74M.475 24.348q.196.885.468 1.739h.002l19.054.87 19.055-.87q.273-.855.47-1.74z"/>
<Path fill="#6DA544" d="M20 40c8.924 0 16.48-5.844 19.056-13.913H.946C3.52 34.156 11.077 40 20 40"/>
<Path fill="#338AF3" d="M20 0C11.079 0 3.52 5.844.946 13.913h38.111C36.481 5.843 28.924 0 20.001 0"/>
<Path fill="#F0F0F0" d="M9.14 8.26a3.914 3.914 0 0 1 3.074-3.821q-.405-.09-.838-.091a3.913 3.913 0 1 0 .838 7.735A3.914 3.914 0 0 1 9.14 8.261M14.527 10.04l.264.815h.857l-.693.504.265.815-.694-.504-.693.504.265-.815-.694-.504h.857zM17.263 10.04l.265.815h.857l-.694.504.265.815-.693-.504-.694.504.265-.815-.693-.504h.857zM20 10.04l.264.815h.857l-.693.504.265.815-.694-.504-.694.504.265-.815-.693-.504h.857zM22.736 10.04l.264.815h.858l-.694.504.265.815-.694-.504-.693.504.265-.815-.694-.504h.858zM25.472 10.04l.265.815h.857l-.694.504.265.815-.693-.504-.694.504.265-.815-.693-.504h.857zM17.263 7.194l.265.815h.857l-.694.504.265.815-.693-.504-.694.504.265-.815-.693-.504h.857zM20 7.194l.264.815h.857l-.693.504.265.815-.694-.504-.694.504.265-.815-.693-.504h.857zM22.736 7.194l.264.815h.858l-.694.504.265.815-.694-.504-.693.504.265-.815-.694-.504h.858zM25.472 7.194l.265.815h.857l-.694.504.265.815-.693-.504-.694.504.265-.815-.693-.504h.857zM20 4.348l.264.815h.857l-.693.504.265.815-.694-.504-.694.504.265-.815-.693-.504h.857zM22.736 4.348l.264.815h.858l-.694.504.265.815-.694-.504-.693.504.265-.815-.694-.504h.858zM25.472 4.348l.265.815h.857l-.694.504.265.815-.693-.504-.694.504.265-.815-.693-.504h.857z"/>
</G>
<Defs>
<ClipPath id="a">
<Path fill="#fff" d="M0 0h40v40H0z"/>
</ClipPath>
</Defs>
</Svg>);
});
/**
* Flags by `Deji.Zeal`: Uzbekist An
* @see {@link https://www.figma.com/community/file/1088904439772569873/alphabetical-country-flags Alphabetical Country Flags}
*/
export { UzbekistAn };