UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.34 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagScIcon = 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(#FlagScIcon__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: "#FFDA44", d: "M26.8 4.196A15.94 15.94 0 0 0 16 0q-1.01 0-2.012.125L6.26 9.044.507 20.009a16 16 0 0 0 1.673 4.057L16 16z" }), React.createElement("path", { fill: "#6DA544", d: "m29.32 24.865-22.385 4.32A15.92 15.92 0 0 0 16 32c5.557 0 10.453-2.834 13.32-7.135" }), React.createElement("path", { fill: "#D80027", d: "M26.803 4.198 2.188 24.08a16 16 0 0 0 2.293 3.023L32 16a15.96 15.96 0 0 0-5.197-11.802" }), React.createElement("path", { fill: "#0052B4", d: "M0 16c0 1.352.17 2.699.507 4.008L13.987.124C6.102 1.116 0 7.845 0 16" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagScIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagScIcon.displayName = 'FlagScIcon';