@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.3 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagJeIcon = 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(#FlagJeIcon__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: "M28.694 25.742 18.952 16l9.742-9.742a16.2 16.2 0 0 0-2.952-2.952L16 13.05 6.258 3.306a16.2 16.2 0 0 0-2.952 2.952L13.05 16l-9.743 9.742a16.2 16.2 0 0 0 2.952 2.952L16 18.952l9.742 9.742a16.2 16.2 0 0 0 2.952-2.952" }),
React.createElement("path", { fill: "#FFDA44", d: "M13.217 4.87 16 5.565l2.783-.695V2.504l-1.114.557L16 1.39l-1.67 1.67-1.113-.557z" }),
React.createElement("path", { fill: "#D80027", d: "M13.217 4.87v1.739C13.217 8.739 16 9.39 16 9.39s2.783-.652 2.783-2.782v-1.74z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagJeIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagJeIcon.displayName = 'FlagJeIcon';