UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.12 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCdIcon = 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(#FlagCdIcon__a)" }, React.createElement("path", { fill: "#FFDA44", d: "m8.673 30.228 11.754-9.801 9.8-11.754a16.07 16.07 0 0 0-6.891-6.896l-11.763 9.796-9.795 11.763a16.07 16.07 0 0 0 6.896 6.892z" }), React.createElement("path", { fill: "#D80027", d: "M27.314 27.316c5.049-5.05 6.018-12.63 2.91-18.651L8.663 30.222c6.021 3.108 13.603 2.139 18.65-2.91z" }), React.createElement("path", { fill: "#6DA544", d: "M4.686 4.686c-5.048 5.047-6.017 12.63-2.908 18.65L23.336 1.778c-6.02-3.11-13.603-2.14-18.65 2.908" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagCdIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagCdIcon.displayName = 'FlagCdIcon';