@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagSnIcon = 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(#FlagSnIcon__a)" },
React.createElement("path", { fill: "#FFDA44", d: "M22.956 1.588A15.9 15.9 0 0 0 16 0a15.9 15.9 0 0 0-6.956 1.588L7.654 16l1.39 14.412A15.9 15.9 0 0 0 16 32c2.409.003 4.787-.54 6.956-1.588L24.346 16z" }),
React.createElement("path", { fill: "#496E2D", fillRule: "evenodd", d: "M0 16C0 9.657 3.692 4.176 9.044 1.588v28.824C3.692 27.824 0 22.343 0 16m17.381-1.313L16 10.436l-1.383 4.25h-4.471l3.618 2.628-1.382 4.251L16 18.938l3.616 2.628-1.381-4.251 3.617-2.628z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#D80027", d: "M22.957 1.588v28.824C28.307 27.824 32 22.343 32 16S28.308 4.176 22.956 1.588" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagSnIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagSnIcon.displayName = 'FlagSnIcon';