UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.58 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagDoIcon = 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(#FlagDoIcon__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: "M.551 20.174A16.03 16.03 0 0 0 11.826 31.45V20.174z" }), React.createElement("path", { fill: "#0052B4", d: "M11.826.551A16.03 16.03 0 0 0 .55 11.826h11.275z" }), React.createElement("path", { fill: "#D80027", d: "M31.449 11.826A16.03 16.03 0 0 0 20.174.55v11.275z" }), React.createElement("path", { fill: "#0052B4", d: "M20.174 31.449A16.03 16.03 0 0 0 31.45 20.174H20.174z" }), React.createElement("path", { fill: "#496E2D", d: "M20.174 16a4.174 4.174 0 1 1-8.348 0c0-2.305 4.174-4.174 4.174-4.174s4.174 1.868 4.174 4.174" }), React.createElement("path", { fill: "#0052B4", d: "M11.826 16a4.174 4.174 0 1 1 8.348 0" }), React.createElement("path", { fill: "#D80027", d: "M13.653 13.913v2.609a2.348 2.348 0 0 0 4.696 0v-2.61z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagDoIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagDoIcon.displayName = 'FlagDoIcon';