UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.34 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagAwIcon = 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(#FlagAwIcon__a)" }, React.createElement("path", { fill: "#FFDA44", 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: "#338AF3", d: "M16 32c4.85 0 9.195-2.158 12.129-5.565H3.87A15.96 15.96 0 0 0 16 32M32 16c0-8.836-7.163-16-16-16S0 7.164 0 16c0 1.444.193 2.843.551 4.174H31.45c.358-1.33.551-2.73.551-4.174M1.272 22.26q.464 1.09 1.076 2.088h27.304q.612-.998 1.076-2.087z" }), React.createElement("path", { fill: "#F0F0F0", d: "m7.332 10.091-3.126-1.38 3.126-1.379 1.38-3.126 1.38 3.126 3.125 1.38-3.126 1.38-1.38 3.125z" }), React.createElement("path", { fill: "#D80027", d: "m8.712 5.93.852 1.93 1.93.852-1.93.852-.852 1.93-.852-1.93-1.93-.852 1.93-.852z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagAwIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagAwIcon.displayName = 'FlagAwIcon';