UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

26 lines (25 loc) 1.68 kB
import { memo } from 'react'; import Svg, { G, Path, Defs, ClipPath } from 'react-native-svg'; const Serbia = /* @__PURE__ */ memo(function Serbia(_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="M20 40c11.046 0 20-8.955 20-20S31.046 0 20 0 0 8.954 0 20s8.954 20 20 20"/> <Path fill="#0052B4" d="M20 0C8.954 0 0 8.954 0 20c0 2.446.44 4.79 1.244 6.956h37.512A20 20 0 0 0 40 20C40 8.954 31.046 0 20 0"/> <Path fill="#D80027" d="M20 0C11.4 0 4.07 5.428 1.244 13.044h37.512C35.93 5.428 28.6 0 20 0"/> <Path fill="#D80027" d="M5.172 11.304v9.978c0 5.675 7.414 7.414 7.414 7.414S20 26.956 20 21.282v-9.978z"/> <Path fill="#FFDA44" d="M8.238 13.043h8.696V9.565l-1.74.87-2.608-2.61-2.609 2.61-1.739-.87zM18.261 22.67l-5.652-5.652-5.652 5.652 1.845 1.845 3.807-3.808 3.808 3.808z"/> <Path fill="#F0F0F0" d="M18.261 17.391h-2.637a1.74 1.74 0 1 0-3.038-1.69 1.738 1.738 0 1 0-3.037 1.69H6.957c0 .96.837 1.74 1.797 1.74h-.058c0 .96.779 1.738 1.74 1.738 0 .851.61 1.558 1.417 1.709l-1.37 3.094a5.6 5.6 0 0 0 2.126.415c.753 0 1.47-.148 2.127-.415l-1.37-3.094a1.74 1.74 0 0 0 1.417-1.709c.96 0 1.74-.778 1.74-1.739h-.058c.96 0 1.796-.778 1.796-1.739"/> </G> <Defs> <ClipPath id="a"> <Path fill="#fff" d="M0 0h40v40H0z"/> </ClipPath> </Defs> </Svg>); }); /** * Flags by `Deji.Zeal`: Serbia * @see {@link https://www.figma.com/community/file/1088904439772569873/alphabetical-country-flags Alphabetical Country Flags} */ export { Serbia };