UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.59 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagByIcon = 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(#FlagByIcon__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: "#A2001D", d: "m6.609 14.84-1.74-3.155L6.61 8.58l1.74 3.105z" }), React.createElement("path", { fill: "#A2001D", fillRule: "evenodd", d: "m1.391 11.685 1.74 3.156 1.738-3.156L3.131 8.58zm3.478 8.58 1.74 3.155 1.74-3.155-1.74-3.106zM8.356 3.106 8.352 3.1l.003-.004zM8.352 3.1l-.489-.883c-.88.522-1.71 1.127-2.475 1.807l1.227 2.228zM3.131 23.42l-1.74-3.155 1.74-3.106 1.738 3.106zm2.238 4.536 1.24-2.216 1.74 3.105-.507.92a16 16 0 0 1-2.473-1.81", clipRule: "evenodd" }), React.createElement("path", { fill: "#6DA544", d: "M9.74 20.174V30.73c1.98.841 4.109 1.274 6.26 1.271 6.88 0 12.744-4.342 15.004-10.436L9.74 20.174" }), React.createElement("path", { fill: "#A2001D", d: "M31.004 21.564c.66-1.78.998-3.665.996-5.564 0-8.836-7.164-16-16-16a15.8 15.8 0 0 0-6.26 1.271v20.293z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagByIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagByIcon.displayName = 'FlagByIcon';