UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.75 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagAdIcon = 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(#FlagAdIcon__a)" }, React.createElement("path", { fill: "#FFDA44", d: "M9.044 30.413A15.9 15.9 0 0 0 16 32c2.409.003 4.787-.54 6.956-1.587L24.346 16l-1.39-14.412A15.9 15.9 0 0 0 16 0a15.9 15.9 0 0 0-6.956 1.588L7.654 16z" }), React.createElement("path", { fill: "#D80027", d: "M22.957 30.412C28.307 27.824 32 22.343 32 16S28.308 4.176 22.956 1.588z" }), React.createElement("path", { fill: "#0052B4", d: "M9.044 30.412V1.588C3.692 4.176 0 9.657 0 16s3.692 11.824 9.044 14.412" }), React.createElement("path", { fill: "#D80027", d: "M16 21.564V16h4.174v2.087c0 .363-.696 1.69-2.412 2.782-.65.414-1.325.547-1.76.696zM11.826 11.826H16V16h-4.174z" }), React.createElement("path", { fill: "#FF9811", fillRule: "evenodd", d: "M16.696 9.044a1.39 1.39 0 0 1 1.391 1.391h3.479v6.957c0 2.59-2.057 4.088-3.67 4.864A1.39 1.39 0 0 1 16 24.163a1.39 1.39 0 0 1-1.896-1.907c-1.612-.777-3.668-2.275-3.668-4.864v-6.956h3.477A1.39 1.39 0 0 1 16 9.23a1.4 1.4 0 0 1 .696-.187m1.065 10.905c1.717-1.09 1.717-2.194 1.717-2.557h.002v-4.87h-6.956v4.87c0 .362 0 1.466 1.717 2.557a8.4 8.4 0 0 0 1.76.831 8.5 8.5 0 0 0 1.76-.83", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagAdIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagAdIcon.displayName = 'FlagAdIcon';