@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.32 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCAIcon = 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_3422_2197)" },
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: "#F0F0F0" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 16C0 22.3431 3.69156 27.824 9.04356 30.4124V1.58756C3.69156 4.176 0 9.65689 0 16ZM32 16C32 9.65689 28.3084 4.176 22.9564 1.58756V30.4124C28.3084 27.8249 32 22.3431 32 16ZM21.5644 16.696L18.7822 18.0871L19.4773 19.4782H16.6951V21.5653H15.304V19.4782H12.5218L13.2178 18.0871L10.4356 16.696L11.8267 16V14.6089L14.6089 16L13.2178 13.2178H14.6089L16 11.1307L17.3911 13.2178H18.7822L17.3911 16L20.1742 14.6089V16L21.5644 16.696Z", fill: "#D80027" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_3422_2197" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagCAIcon.displayName = 'FlagCAIcon';