@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.26 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCDIcon = 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_6087)" },
React.createElement("path", { d: "M8.67291 30.2276L20.4267 20.4267L30.2276 8.67292C28.6999 5.71612 26.2918 3.30655 23.336 1.77692L11.5734 11.5734L1.7778 23.336C3.30743 26.2918 5.717 28.6999 8.6738 30.2276H8.67291Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M27.3138 27.3156C32.3627 22.2667 33.3316 14.6863 30.2231 8.66492L8.664 30.2223C14.6853 33.3298 22.2667 32.3609 27.3147 27.3129L27.3138 27.3156Z", fill: "#D80027" }),
React.createElement("path", { d: "M4.6863 4.68626C-0.361701 9.73337 -1.33059 17.3156 1.77785 23.336L23.3361 1.77782C17.3156 -1.33152 9.73341 -0.361738 4.6863 4.68626Z", fill: "#6DA544" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6087" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagCDIcon.displayName = 'FlagCDIcon';