UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagCdIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagCdIcon = (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(#FlagCdIcon__a)" }, react_1.default.createElement("path", { fill: "#FFDA44", d: "m8.673 30.228 11.754-9.801 9.8-11.754a16.07 16.07 0 0 0-6.891-6.896l-11.763 9.796-9.795 11.763a16.07 16.07 0 0 0 6.896 6.892z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M27.314 27.316c5.049-5.05 6.018-12.63 2.91-18.651L8.663 30.222c6.021 3.108 13.603 2.139 18.65-2.91z" }), react_1.default.createElement("path", { fill: "#6DA544", d: "M4.686 4.686c-5.048 5.047-6.017 12.63-2.908 18.65L23.336 1.778c-6.02-3.11-13.603-2.14-18.65 2.908" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagCdIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagCdIcon.displayName = 'FlagCdIcon';