UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.74 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBlIcon = 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(#FlagBlIcon__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: "#ACABB1", d: "M28.568 12.87h-5.264c0-.961-.778-1.74-1.739-1.74l-1.391 2.783s1.484 4.174 1.437 4.174h1.74c.96 0 1.739-.779 1.739-1.74.96 0 1.739-.778 1.739-1.739h-.058c.96 0 1.797-.778 1.797-1.739M3.432 12.87h5.264c0-.961.778-1.74 1.739-1.74l1.391 2.783s-1.484 4.174-1.438 4.174H8.65c-.96 0-1.739-.779-1.739-1.74a1.74 1.74 0 0 1-1.739-1.739h.058c-.96 0-1.797-.778-1.797-1.739" }), React.createElement("path", { fill: "#FFDA44", d: "M21.565 22.26v.696h-11.13v-.696H7.652v2.783h2.783v.696h11.13v-.696h2.783V22.26z" }), React.createElement("path", { fill: "#0052B4", d: "M10.435 11.131v6.957c0 4.26 5.565 5.565 5.565 5.565s5.565-1.305 5.565-5.565V11.13L16 10.436z" }), React.createElement("path", { fill: "#D80027", d: "M21.565 13.913h-11.13v4.174h11.13z" }), React.createElement("path", { fill: "#FFDA44", d: "M18.783 7.652v1.043l-.696.348-.696-.696V6.26H14.61v2.087l-.696.696-.696-.348V7.652h-2.782v3.478h11.13V7.652z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagBlIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagBlIcon.displayName = 'FlagBlIcon';