UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.11 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCvIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FlagCvIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), React.createElement("path", { fill: "#003893", d: "M16 32c4.85 0 9.195-2.157 12.129-5.564H3.862C6.805 29.843 11.15 32 16 32M32 16c0-8.836-7.164-16-16-16S0 7.164 0 16c0 1.41.185 2.813.551 4.174H31.45c.358-1.33.551-2.729.551-4.174" }), React.createElement("path", { fill: "#D80027", d: "M1.271 22.26q.465 1.09 1.076 2.087H29.65q.616-1.003 1.076-2.087z" }), React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "m11.703 17.84-.267-.796-.236.797h-.838l.678.492-.267.798.679-.493.678.493-.267-.798.678-.492zm0 10.436-.267-.797-.236.797h-.838l.678.493-.267.797.679-.492.678.492-.267-.797.678-.492zM6.58 23.95l.266.798h.838l-.678.492.267.797-.678-.492-.679.492.26-.797-.678-.492h.838zm2.131-5.065-.267-.798-.243.797h-.838l.678.493-.26.797.679-.492.678.492-.267-.797.678-.492zm-3.228 2.484h.828l.267-.797.266.797h.839l-.679.492.267.798-.678-.493-.678.493.266-.798zm2.54 6.204-.267.797.709-.493.678.493-.267-.797.679-.493h-.839l-.266-.797-.267.797h-.838zm8.27-3.624-.266.798h-.839l.679.492-.267.797.678-.492.678.492-.266-.797.678-.492h-.838zm-2.133-5.065.267-.797.236.797h.838l-.678.493.267.797-.678-.492-.679.492.267-.797-.678-.492zm3.22 2.485h-.838l-.266-.797-.267.797h-.838l.678.492-.267.798.678-.493.679.493-.267-.798zm-2.542 6.204.267.797-.709-.493-.678.493.267-.797-.678-.493h.838l.267-.797.266.797h.838z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagCvIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagCvIcon.displayName = 'FlagCvIcon';