UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 1.85 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagDoIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagDoIcon = (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(#FlagDoIcon__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: "#D80027", d: "M.551 20.174A16.03 16.03 0 0 0 11.826 31.45V20.174z" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M11.826.551A16.03 16.03 0 0 0 .55 11.826h11.275z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M31.449 11.826A16.03 16.03 0 0 0 20.174.55v11.275z" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M20.174 31.449A16.03 16.03 0 0 0 31.45 20.174H20.174z" }), react_1.default.createElement("path", { fill: "#496E2D", d: "M20.174 16a4.174 4.174 0 1 1-8.348 0c0-2.305 4.174-4.174 4.174-4.174s4.174 1.868 4.174 4.174" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M11.826 16a4.174 4.174 0 1 1 8.348 0" }), react_1.default.createElement("path", { fill: "#D80027", d: "M13.653 13.913v2.609a2.348 2.348 0 0 0 4.696 0v-2.61z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagDoIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagDoIcon.displayName = 'FlagDoIcon';