UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.12 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagClIcon = 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(#FlagClIcon__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", d: "M32 16c0 8.836-7.164 16-16 16S0 24.836 0 16s16 0 16 0z" }), React.createElement("path", { fill: "#0052B4", d: "M0 16C0 7.164 7.164 0 16 0v16z" }), React.createElement("path", { fill: "#F0F0F0", d: "m9.524 5.564 1.037 3.189h3.353l-2.711 1.97 1.035 3.189-2.71-1.97-2.712 1.97 1.036-3.188-2.71-1.971h3.347z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagClIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagClIcon.displayName = 'FlagClIcon';