UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.18 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCaIcon = 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(#FlagCaIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", 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: "#D80027", fillRule: "evenodd", d: "M0 16c0 6.343 3.692 11.824 9.044 14.412V1.588C3.692 4.176 0 9.657 0 16m32 0c0-6.343-3.692-11.824-9.044-14.412v28.824C28.308 27.825 32 22.343 32 16m-10.436.696-2.782 1.391.695 1.391h-2.782v2.087h-1.391v-2.087h-2.782l.696-1.39-2.782-1.392 1.39-.696v-1.391L14.61 16l-1.391-2.782h1.39L16 11.13l1.391 2.087h1.391L17.392 16l2.782-1.391V16z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagCaIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagCaIcon.displayName = 'FlagCaIcon';