@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.6 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagSbIcon = 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(#FlagSbIcon__a)" },
React.createElement("path", { fill: "#496E2D", d: "M27.314 27.314c6-6 6.237-15.582.713-21.867L16 16 5.449 28.027c6.284 5.524 15.865 5.287 21.867-.713z" }),
React.createElement("path", { fill: "#0052B4", d: "M4.686 4.686c6-6 15.583-6.237 21.867-.713L16 16 3.973 26.551c-5.524-6.284-5.287-15.865.713-21.866z" }),
React.createElement("path", { fill: "#FFDA44", d: "M26.551 3.973 3.973 26.551l.713.763.763.713L28.027 5.45l-.714-.763z" }),
React.createElement("path", { fill: "#F0F0F0", d: "m6.741 5.564.347 1.064h1.116l-.904.657.344 1.062-.904-.658-.904.658.347-1.063-.904-.658h1.117zM12.45 5.564l.346 1.064h1.118l-.904.657.346 1.063-.904-.657-.904.657.347-1.063-.904-.657h1.117zM6.741 11.13l.347 1.064h1.116l-.904.657.345 1.064-.904-.658-.904.658.347-1.063-.904-.658h1.117zM12.45 11.13l.346 1.064h1.118l-.904.657.346 1.064-.904-.658-.904.658.347-1.063-.904-.658h1.117zM9.596 8.347l.346 1.063h1.118l-.904.658.346 1.063-.904-.658-.904.658.347-1.063-.904-.658h1.117z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagSbIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagSbIcon.displayName = 'FlagSbIcon';