UNPKG

@ozen-ui/icons

Version:

A collection of icons

25 lines (24 loc) 3.87 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTVIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTVIcon = (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_7707)" }, react_1.default.createElement("path", { d: "M32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16L16 0C24.8366 0 32 7.16344 32 16Z", fill: "#338AF3" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.78345 8L15.1111 13.1715V8H9.78345ZM12.2771 16H7.11111L7.12814 12.6603L7.79197 10.6581L12.2771 16Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M16.8701 8.81037V0C7.55302 0 0 7.56141 0 16.8889H8.80996V11.916L13.7773 16.8889H16.842L16.8889 16.842V13.7738L11.9216 8.80099H16.8701V8.81037Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 8.04761C3.9435 5.81074 5.79887 3.95775 8.03859 2.68253V2.66666H15.1111V6.39682H6.40158V15.1111H2.66666V8.04761ZM9.81911 7.99999L15.1111 13.292V15.1111L7.99999 7.99999H9.81911Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M16.6593 26.4889L17.0346 27.5556H18.2168L17.2598 28.2133L17.6351 29.28L16.678 28.6222L15.721 29.28L16.0963 28.2133L15.1111 27.5556H16.2933L16.6593 26.4889Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M26.0514 19.5556L26.4267 20.6222H27.6089L26.6519 21.28L27.0272 22.3467L26.0701 21.6889L25.1131 22.3467L25.4884 21.28L24.5314 20.6222H25.7136L26.0514 19.5556Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M28.4064 9.11111L28.7817 10.1778H29.9639L29.0069 10.8356L29.3822 11.9022L28.4252 11.2444L27.4681 11.9022L27.8435 10.8356L26.8864 10.1778H28.0686L28.4064 9.11111Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M28.9975 16.7644L29.3728 17.8311H30.5551L29.598 18.4889L29.9733 19.5555L29.0163 18.8978L28.0593 19.5555L28.4346 18.4889L27.4775 17.8311H28.6598L28.9975 16.7644Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M18.3481 24L19.399 24.5067L20.2435 23.7067L20.0558 24.8089L21.1067 25.3156L19.9432 25.4933L19.7556 26.5956L19.2207 25.6L18.0573 25.7778L18.9017 24.9778L18.3481 24Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M18.3481 19.8222L19.399 20.3289L20.2435 19.5289L20.0558 20.6311L21.1067 21.1378L19.9432 21.3156L19.7556 22.4178L19.2207 21.4222L18.0573 21.6L18.9017 20.8L18.3481 19.8222Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M22.0168 22.5067L23.0677 23.0133L23.9121 22.2133L23.7244 23.3156L24.7753 23.8222L23.6118 24L23.4242 25.1022L22.8894 24.1067L21.7259 24.2845L22.5704 23.4845L22.0168 22.5067Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M22.0168 13.5645L23.0677 14.0711L23.9121 13.2711L23.7244 14.3733L24.7753 14.88L23.6118 15.0578L23.4242 16.16L22.8894 15.1645L21.7259 15.3422L22.5704 14.5422L22.0168 13.5645Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M25.5728 13.4578L26.6237 13.9645L27.4682 13.1645L27.2805 14.2667L28.3314 14.7733L27.1679 14.9511L26.9803 16.0533L26.4454 15.0578L25.282 15.2356L26.1264 14.4356L25.5728 13.4578Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7707" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagTVIcon.displayName = 'FlagTVIcon';