@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2.32 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagLKIcon = 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_7476)" },
React.createElement("path", { d: "M0.0757389 2.77719H0.07565V29.1603H0.0757389V15.9689V2.77719Z", fill: "#FF9811" }),
React.createElement("path", { d: "M16.0311 31.9375C24.8504 31.9375 31.9999 24.788 31.9999 15.9687C31.9999 7.14945 24.8504 0 16.0311 0C7.21183 0 0.0623779 7.14945 0.0623779 15.9687C0.0623779 24.788 7.21183 31.9375 16.0311 31.9375Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M12.5598 2.77719H7.03093C6.78591 2.94468 6.54613 3.11902 6.31115 3.29948L4.92255 15.9687L6.31115 28.638C6.54613 28.8185 6.78591 28.9929 7.03093 29.1603H12.5598V2.77719Z", fill: "#FF9811" }),
React.createElement("path", { d: "M0.0625 15.9689C0.0625 21.1304 2.51197 25.719 6.31117 28.6381V3.29956C2.51197 6.21873 0.0625 10.8074 0.0625 15.9689Z", fill: "#6DA544" }),
React.createElement("path", { d: "M25.7615 9.73499V10.1345L25.7826 10.1368L25.7615 9.73499Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M30.7272 20.1345H27.7185L26.4457 21.5231V24.3003H23.6685V22.9117H25.0571V20.1345H18.8084V21.8703H17.4198V18.5623C16.9938 18.1809 16.7256 17.6269 16.7256 17.0102V7.9844C16.7256 6.83408 17.6581 5.90153 18.8084 5.90153V18.746H21.5856L22.5385 17.9519C22.3721 17.5555 22.2799 17.1201 22.2799 16.6631V14.5803H20.197V10.4145H24.3628C24.3628 9.72026 25.4042 9.02592 25.4042 9.02592C25.4042 9.02592 26.4457 9.72019 26.4457 10.4145V11.456V14.5803C27.2181 14.5895 28.4454 14.5695 29.7712 14.5803C29.4229 13.9715 29.2228 13.2491 29.2228 12.4975C29.2228 11.2723 29.7518 10.1708 30.5938 9.40855C29.3802 6.71912 27.4436 4.42597 25.0316 2.77719H14.6427V29.1604H25.0317C27.9646 27.1555 30.1946 24.1981 31.2765 20.7337L30.7272 20.1345Z", fill: "#8D153A" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7476" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagLKIcon.displayName = 'FlagLKIcon';