@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.75 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagLkIcon = 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(#FlagLkIcon__a)" },
React.createElement("path", { fill: "#FF9811", d: "M.076 2.777V29.16 2.777" }),
React.createElement("path", { fill: "#FFDA44", d: "M16.031 31.938c8.82 0 15.969-7.15 15.969-15.97S24.85 0 16.03 0C7.211 0 .062 7.15.062 15.969s7.15 15.969 15.97 15.969" }),
React.createElement("path", { fill: "#FF9811", d: "M12.56 2.777H7.03q-.366.252-.719.522L4.923 15.97 6.31 28.638q.352.27.72.522h5.529z" }),
React.createElement("path", { fill: "#6DA544", d: "M.063 15.969c0 5.161 2.449 9.75 6.248 12.67V3.298C2.512 6.22.063 10.808.063 15.97" }),
React.createElement("path", { fill: "#FFDA44", d: "M25.762 9.735v.4l.02.002z" }),
React.createElement("path", { fill: "#8D153A", d: "M30.727 20.135h-3.009l-1.272 1.388V24.3h-2.777v-1.388h1.388v-2.777h-6.249v1.735H17.42v-3.308a2.08 2.08 0 0 1-.694-1.552V7.984c0-1.15.932-2.082 2.082-2.082v12.844h2.778l.953-.794a3.3 3.3 0 0 1-.26-1.289V14.58h-2.082v-4.165h4.166c0-.695 1.041-1.39 1.041-1.39s1.042.695 1.042 1.39v4.165c.772.01 2-.01 3.325 0a4.2 4.2 0 0 1-.548-2.082c0-1.226.529-2.327 1.37-3.09a16.03 16.03 0 0 0-5.561-6.63h-10.39V29.16h10.39a16 16 0 0 0 6.244-8.426z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagLkIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagLkIcon.displayName = 'FlagLkIcon';