UNPKG

@ozen-ui/icons

Version:

A collection of icons

19 lines (18 loc) 3.35 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCCIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_6046)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#6DA544" }), React.createElement("path", { d: "M24.5614 22.957L25.0005 23.8751L25.992 23.646L25.548 24.5617L26.3453 25.1939L25.3525 25.4177L25.3553 26.4353L24.5614 25.7987L23.7675 26.4353L23.7703 25.4177L22.7776 25.1939L23.5749 24.5617L23.1309 23.646L24.1223 23.8751L24.5614 22.957Z", fill: "#FFDA44" }), React.createElement("path", { d: "M20.4769 13.2181L20.9161 14.1361L21.9076 13.907L21.4635 14.8227L22.2608 15.455L21.2681 15.6787L21.2709 16.6963L20.4769 16.0597L19.6831 16.6963L19.6858 15.6787L18.6931 15.455L19.4904 14.8227L19.0464 13.907L20.0379 14.1361L20.4769 13.2181Z", fill: "#FFDA44" }), React.createElement("path", { d: "M24.5614 7.65283L25.0005 8.57089L25.992 8.34164L25.548 9.25739L26.3453 9.88971L25.3525 10.1134L25.3552 11.1311L24.5614 10.4944L23.7675 11.1311L23.7703 10.1134L22.7777 9.88971L23.5749 9.25739L23.1309 8.34164L24.1224 8.57089L24.5614 7.65283Z", fill: "#FFDA44" }), React.createElement("path", { d: "M28.1291 11.8257L28.5682 12.7438L29.5597 12.5146L29.1157 13.4304L29.913 14.0626L28.9203 14.2864L28.923 15.3041L28.1291 14.6674L27.3352 15.3041L27.3379 14.2864L26.3453 14.0626L27.1426 13.4304L26.6985 12.5146L27.69 12.7438L28.1291 11.8257Z", fill: "#FFDA44" }), React.createElement("path", { d: "M25.578 16.696L25.9235 17.759H27.041L26.1368 18.4159L26.4823 19.4787L25.578 18.8219L24.674 19.4787L25.0193 18.4159L24.1152 17.759H25.2327L25.578 16.696Z", fill: "#FFDA44" }), React.createElement("path", { d: "M17.7391 20.522C15.2418 20.522 13.2173 18.4975 13.2173 16.0002C13.2173 13.503 15.2417 11.4785 17.7391 11.4785C18.5177 11.4785 19.2504 11.6754 19.89 12.022C18.8866 11.0406 17.5144 10.435 15.9998 10.435C12.9263 10.435 10.4347 12.9266 10.4347 16.0002C10.4347 19.0737 12.9263 21.5654 15.9998 21.5654C17.5143 21.5654 18.8866 20.9597 19.8899 19.9784C19.2504 20.3251 18.5177 20.522 17.7391 20.522Z", fill: "#FFDA44" }), React.createElement("path", { d: "M10.0616 6.26112C9.58035 5.42962 8.68191 4.86981 7.65216 4.86981C6.62241 4.86981 5.72397 5.42962 5.24272 6.26112H10.0616Z", fill: "#FFDA44" }), React.createElement("path", { d: "M10.0708 6.27753L7.65213 8.69621L5.23344 6.27753C5.00226 6.68321 4.86957 7.1524 4.86957 7.65278C4.86957 9.18959 6.11538 10.4354 7.65219 10.4354C9.189 10.4354 10.4348 9.18965 10.4348 7.65278C10.4348 7.1524 10.302 6.68321 10.0708 6.27753Z", fill: "#FFDA44" }), React.createElement("path", { d: "M6.9566 8V10.3471C7.17892 10.4043 7.41204 10.4348 7.65223 10.4348C7.89242 10.4348 8.12554 10.4043 8.34785 10.3471V8H6.9566Z", fill: "#A2001D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6046" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagCCIcon.displayName = 'FlagCCIcon';