UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagCyIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagCyIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagCyIcon__a)" }, react_1.default.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_1.default.createElement("path", { fill: "#6DA544", d: "M25.044 13.913h-2.088A6.96 6.96 0 0 1 16 20.869a6.96 6.96 0 0 1-6.956-6.956H6.956a9.05 9.05 0 0 0 6.575 8.702 2.32 2.32 0 0 0 .242 2.527l2.273-1.822 2.274 1.822c.6-.75.66-1.756.23-2.55 3.752-1.103 6.493-4.57 6.493-8.68" }), react_1.default.createElement("path", { fill: "#FFDA44", d: "M10.436 13.218s0 3.478 3.478 3.478l.696.696H16s.696-2.087 2.087-2.087c0 0 0-1.391 1.391-1.391h2.087s-.696-2.782 2.783-4.87l-1.392-.696s-4.869 3.479-8.346 2.783v1.39h-1.392l-.696-.695-2.087 1.39z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagCyIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagCyIcon.displayName = 'FlagCyIcon';