UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.58 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagScIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagScIcon = (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(#FlagScIcon__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: "#FFDA44", d: "M26.8 4.196A15.94 15.94 0 0 0 16 0q-1.01 0-2.012.125L6.26 9.044.507 20.009a16 16 0 0 0 1.673 4.057L16 16z" }), react_1.default.createElement("path", { fill: "#6DA544", d: "m29.32 24.865-22.385 4.32A15.92 15.92 0 0 0 16 32c5.557 0 10.453-2.834 13.32-7.135" }), react_1.default.createElement("path", { fill: "#D80027", d: "M26.803 4.198 2.188 24.08a16 16 0 0 0 2.293 3.023L32 16a15.96 15.96 0 0 0-5.197-11.802" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M0 16c0 1.352.17 2.699.507 4.008L13.987.124C6.102 1.116 0 7.845 0 16" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagScIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagScIcon.displayName = 'FlagScIcon';