UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.18 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBwIcon = 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(#FlagBwIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", d: "M.756 11.13A16 16 0 0 0 0 16c0 1.698.267 3.333.756 4.87L16 21.563l15.244-.696a16.07 16.07 0 0 0 0-9.738L16 10.436z" }), React.createElement("path", { fill: "#3D3D3D", d: "M32 16c0-.95-.084-1.88-.242-2.782H.242a16.1 16.1 0 0 0 0 5.564h31.516c.161-.918.242-1.85.242-2.782" }), React.createElement("path", { fill: "#338AF3", fillRule: "evenodd", d: "M.756 11.13C2.816 4.677 8.862 0 16 0s13.184 4.676 15.244 11.13zm30.488 9.74C29.184 27.323 23.138 32 16 32S2.816 27.324.756 20.87z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagBwIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagBwIcon.displayName = 'FlagBwIcon';