UNPKG

@ozen-ui/icons

Version:

A collection of icons

19 lines (18 loc) 2.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagSkIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagSkIcon = (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(#FlagSkIcon__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: "M16 32c8.837 0 16-7.163 16-16 0-1.956-.356-3.822-.996-5.565H.996A16.1 16.1 0 0 0 0 16c0 8.837 7.163 16 16 16" }), react_1.default.createElement("path", { fill: "#D80027", d: "M16 32a16 16 0 0 0 15.004-10.436H.996A16 16 0 0 0 16 32" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M4.133 9.04v7.982c0 4.534 5.93 5.93 5.93 5.93S16 21.563 16 17.021V9.04z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M5.529 9.04v7.982c0 .534.115 1.04.355 1.511h8.374c.23-.47.355-.977.355-1.51V9.04z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M12.853 14.604h-2.097V13.21h1.395v-1.387h-1.395v-1.395H9.36v1.395H7.982v1.396h1.396v1.395h-2.09V16h2.09v1.396h1.395V16h2.09z" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M7.778 20.48c.889.56 1.813.889 2.293 1.04a9.7 9.7 0 0 0 2.293-1.04c.907-.569 1.538-1.218 1.903-1.938a2.42 2.42 0 0 0-1.405-.444c-.178 0-.373.026-.55.062a2.45 2.45 0 0 0-2.223-1.458c-.978 0-1.849.596-2.222 1.458a2.2 2.2 0 0 0-.551-.062 2.5 2.5 0 0 0-1.405.444c.356.711.996 1.378 1.893 1.938z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagSkIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagSkIcon.displayName = 'FlagSkIcon';