@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.24 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCwIcon = 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(#FlagCwIcon__a)" },
React.createElement("path", { fill: "#FFDA44", 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: "#0052B4", d: "M16 32c5.25 0 9.91-2.529 12.827-6.434H3.173C6.091 29.47 10.75 32 16 32M32 16c0-8.836-7.163-16-16-16S0 7.164 0 16c0 1.892.33 3.707.932 5.392h30.136c.603-1.685.932-3.5.932-5.392" }),
React.createElement("path", { fill: "#F0F0F0", d: "m10.951 10.261.864 2.657h2.794l-2.26 1.643.863 2.657-2.26-1.642-2.26 1.642.863-2.657-2.26-1.643h2.793zM6.153 7.479l.518 1.594h1.677l-1.356.985.518 1.595-1.357-.986-1.356.986.518-1.595-1.356-.985h1.677z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagCwIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagCwIcon.displayName = 'FlagCwIcon';