UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagAsIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagAsIcon = (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(#FlagAsIcon__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: "#0052B4", d: "M23.762 2.007A15.9 15.9 0 0 0 16 0C7.164 0 .001 7.162 0 15.998l11.13-5.563zM0 16.002c.001 8.836 7.164 15.999 16 15.999 2.817 0 5.463-.73 7.762-2.007L11.13 21.566z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M25.096 2.838q-.645-.446-1.334-.83L0 16v.004l23.762 13.991q.689-.383 1.334-.829L2.739 16.001z" }), react_1.default.createElement("path", { fill: "#A2001D", d: "M27.826 15.403H25.92a1.514 1.514 0 0 0-.093-2.038 1.514 1.514 0 0 0 0-2.142l-.036.036c.592-.591.627-1.586.036-2.177l-8.566 8.566a1.494 1.494 0 0 0 2.125-.007l.164-.151 4.102-.373v1.764h1.392v-1.89l2.086-.19z" }), react_1.default.createElement("path", { fill: "#FFDA44", d: "M17.392 19.478 16 18.782l1.392-.695h9.043v1.391z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagAsIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagAsIcon.displayName = 'FlagAsIcon';