@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.97 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagLrIcon = 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(#FlagLrIcon__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: "#F0F0F0", fillRule: "evenodd", d: "M3.658 5.819H28.34a16 16 0 0 0-3.142-2.91H6.8a16 16 0 0 0-3.142 2.91M0 16l.067 1.454h31.866L32 16l-.067-1.454H.067zm30.255 7.273H1.745a16 16 0 0 1-1.142-2.91h30.794a16 16 0 0 1-1.142 2.91M6.8 29.09h18.4a16 16 0 0 0 3.142-2.91H3.657a16 16 0 0 0 3.142 2.91zm24.598-17.446H.603v-.01a16 16 0 0 1 1.142-2.9h28.511c.471.922.855 1.896 1.142 2.91", clipRule: "evenodd" }),
React.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M25.2 2.91H7.644C10.255 1.066 13.913 0 16 0c3.425 0 6.597 1.067 9.2 2.91m5.056 5.817H15.304v-2.91h13.04a16 16 0 0 1 1.912 2.91m-14.951 5.819h16.63a16 16 0 0 0-.537-2.91H15.304v2.91m16.628 2.9a16 16 0 0 1-.536 2.91H.603a16 16 0 0 1-.536-2.91zM3.658 26.172H28.34a16 16 0 0 0 1.913-2.909H1.744a16 16 0 0 0 1.914 2.91M25.2 29.091A15.9 15.9 0 0 1 16 32a15.9 15.9 0 0 1-9.2-2.91z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#0052B4", d: "M.603 11.636a16 16 0 0 0-.536 2.91H16V0C8.676 0 2.502 4.92.603 11.636" }),
React.createElement("path", { fill: "#F0F0F0", d: "m9.524 4.174 1.036 3.189h3.353L11.2 9.333l1.036 3.189-2.712-1.97-2.71 1.97 1.035-3.189-2.711-1.97h3.35z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagLrIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagLrIcon.displayName = 'FlagLrIcon';