UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.56 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagSgIcon = 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(#FlagSgIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), React.createElement("path", { fill: "#D80027", d: "M0 16C0 7.164 7.164 0 16 0s16 7.164 16 16" }), React.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "M13.564 3.6A4.87 4.87 0 0 0 9.74 8.35a4.87 4.87 0 0 0 3.825 4.752 4.871 4.871 0 0 1-5.913-4.756 4.87 4.87 0 0 1 5.913-4.748m2.791 1.289L16 3.826l-.317 1.063h-1.118l.904.658-.355 1.063.904-.658.906.658-.355-1.063.904-.658zM13.29 5.913l.345 1.063h1.117l-.904.658.356 1.063-.904-.658-.904.658.355-1.063-.904-.658h1.118zm5.778 1.063-.356-1.063-.315 1.063H17.28l.904.658-.355 1.063.904-.658.904.658-.356-1.063.904-.658zm-1.4 2.068.356 1.063h1.117l-.904.658.356 1.063-.904-.658-.904.658.356-1.063-.905-.658h1.118zm-2.99 1.063-.345-1.063-.325 1.063H12.89l.904.658-.356 1.063.904-.658.904.658-.355-1.063.904-.658z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagSgIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagSgIcon.displayName = 'FlagSgIcon';