UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.96 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBiIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBiIcon = (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(#FlagBiIcon__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", fillRule: "evenodd", d: "M6.258 3.307a16.01 16.01 0 0 1 19.484 0L16 13.049zm0 25.386L16 18.951l9.742 9.742a16.01 16.01 0 0 1-19.484 0", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#6DA544", fillRule: "evenodd", d: "M3.307 6.258 13.049 16l-9.742 9.742a16.01 16.01 0 0 1 0-19.484m25.386 19.484L18.951 16l9.742-9.742a16.01 16.01 0 0 1 0 19.484", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 22.957a6.956 6.956 0 1 0 0-13.913 6.956 6.956 0 0 0 0 13.912" }), react_1.default.createElement("path", { fill: "#D80027", d: "m16 11.13.603 1.044h1.205l-.603 1.044.603 1.043h-1.205L16 15.305l-.603-1.044h-1.204l.603-1.043-.603-1.044h1.204zM12.938 16l.602 1.044h1.205l-.603 1.043.603 1.044H13.54l-.602 1.043-.603-1.043h-1.204l.602-1.044-.602-1.043h1.204zM19.062 16l.603 1.044h1.204l-.602 1.043.602 1.044h-1.204l-.603 1.043-.602-1.043h-1.205l.603-1.044-.603-1.043h1.205z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagBiIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagBiIcon.displayName = 'FlagBiIcon';