@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.1 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagLVIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_4218_6718)" },
React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.551111 11.8258C2.38756 5.01333 8.608 0 16 0C23.3929 0 29.6133 5.01333 31.4489 11.8258H0.551111ZM31.4489 20.1742C29.6124 26.9867 23.392 32 16 32C8.608 32 2.38756 26.9867 0.551111 20.1742H31.4489Z", fill: "#A2001D" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6718" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagLVIcon.displayName = 'FlagLVIcon';