UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 2.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagCkIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagCkIcon = (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(#FlagCkIcon__a)" }, react_1.default.createElement("path", { fill: "#0052B4", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16C0 16.004 16 .002 16 0c8.837 0 16 7.164 16 16" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M15.957 16H16v-.042z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 8.348V0h-.003C7.162.002 0 7.164 0 16h8.348v-4.7l4.7 4.7h2.91l.042-.043V13.05l-4.7-4.701z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M8.095 2.087a16.1 16.1 0 0 0-6.008 6.008V16H6.26V6.261H16V2.087z" }), react_1.default.createElement("path", { fill: "#D80027", d: "m16 14.032-5.685-5.684H8.348L16 16z" }), react_1.default.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "m22.498 18.57-.31-.982.789-.606h-.975l-.31-.982-.31.982h-.976l.79.607-.31.982.788-.607zm1.817 1.461.476-.913.986.129-.69-.69.476-.914-.914.475-.69-.69.13.988-.914.475.987.129zm1.296 2.157-.982.31.607-.824-.607-.789.982.31.607-.788v.975l.982.31-.982.31v.975zm-8.023 0 .982.31-.606-.824.607-.789-.983.31-.606-.788v.975l-.982.31.982.31v.975zm1.53 2.603.913-.476-1.011-.153-.13-.987-.474.914-.987-.13.69.69-.476.914.914-.475.69.69zm4.057-.476.914.476-.13.986.69-.69.914.476-.475-.914.69-.69-.987.13-.476-.914-.129.987zm-4.76-5.198.476.914.153-1.011.987-.13-.914-.474.13-.987-.69.69-.914-.476.475.914-.69.69zm3.773 6.494.31-.982-.824.607-.789-.607.31.982-.788.607h.975l.31.982.31-.982h.975z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagCkIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagCkIcon.displayName = 'FlagCkIcon';