@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 3.3 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagPGIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagPGIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_7144)" },
react_1.default.createElement("path", { d: "M26.5773 26.5773C20.4968 32.6578 10.6383 32.6578 4.55782 26.5773C-1.52269 20.4968 -1.52269 10.6384 4.55782 4.55786C10.6378 -1.52214 19.5459 -0.562142 25.6173 5.51786C31.6886 11.5979 32.6573 20.4973 26.5686 26.5773H26.5773Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M4.5578 4.55785C10.6383 -1.52266 20.4968 -1.52266 26.5773 4.55785C32.6578 10.6384 32.6578 20.4968 26.5773 26.5773", fill: "#A2001D" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.82481 13.5438L10.2572 14.8411H11.6151L10.5167 15.6368L10.9491 16.9341L9.85076 16.1384L8.75238 16.9341L9.18481 15.6368L8.08644 14.8411H9.44427L9.82481 13.5438ZM11.9005 20.9816L12.1599 21.76H12.9729L12.3156 22.2357L12.5751 23.0141L11.9178 22.5384L11.2605 23.0141L11.5199 22.2357L10.8627 21.76H11.6756L11.9005 20.9816ZM10.2572 24.3114L9.82481 23.0141L9.44427 24.3114H8.08644L9.18481 25.107L8.75238 26.4043L9.85076 25.6087L10.9491 26.4043L10.5167 25.107L11.6151 24.3114H10.2572ZM13.8032 16.9341L14.2356 18.2314H15.5675L14.4691 19.027L14.9016 20.3243L13.8032 19.5287L12.7048 20.3243L13.1372 19.027L12.0389 18.2314H13.3967L13.8032 16.9341ZM6.27887 18.2314L5.84643 16.9341L5.4486 18.2314H4.09076L5.18914 19.027L4.74806 20.3243L5.84643 19.5287L6.94481 20.3243L6.51238 19.027L7.61076 18.2314H6.27887Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M26.0583 11.5287C25.3664 10.8368 24.4583 10.4216 23.4897 10.3524L26.3956 8.0865C25.2367 6.91893 23.6973 6.40001 22.1751 6.52109C22.0021 5.87244 21.6562 5.24974 21.1373 4.73947L19.9783 7.03136C19.8919 6.89298 19.8054 6.7719 19.6929 6.65082C19.0356 5.99353 17.9632 5.99353 17.2973 6.65082C16.6313 7.30812 16.64 8.38055 17.2973 9.0465C17.4097 9.15893 17.5394 9.25407 17.6778 9.3319L15.3773 10.4822C15.8962 11.0011 16.5016 11.347 17.1589 11.52C17.0464 13.0335 17.574 14.5903 18.7156 15.7578L21.2583 12.4887C21.4486 12.2984 21.6908 12.1946 21.9675 12.1946C22.2443 12.1946 22.4864 12.2984 22.6854 12.4887C22.8843 12.6789 22.9794 12.9384 22.9794 13.2065C22.9794 13.4746 22.8756 13.7254 22.6854 13.9243L23.6367 14.8757C24.0864 14.426 24.3286 13.8378 24.3286 13.1978C24.3286 12.6789 24.1556 12.186 23.8616 11.7795C24.3201 11.9017 24.7379 12.1435 25.0724 12.48C26.1275 13.5351 26.1275 15.2476 25.0724 16.3114L26.0237 17.2627C26.8021 16.4843 27.2173 15.4724 27.2173 14.3914C27.2173 13.3103 26.7848 12.2897 26.0237 11.52L26.0583 11.5287Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7144" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagPGIcon.displayName = 'FlagPGIcon';