UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 2.47 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({ 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(#FlagTvIcon__a)" }, react_1.default.createElement("path", { fill: "#338AF3", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16L16 0c8.837 0 16 7.163 16 16" }), react_1.default.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "m9.783 8 5.328 5.172V8zm2.494 8H7.111l.017-3.34.664-2.002z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16.87 8.81V0C7.553 0 0 7.561 0 16.889h8.81v-4.973l4.967 4.973h3.065l.047-.047v-3.068L11.922 8.8h4.948z" }), react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M2.667 8.048a14.4 14.4 0 0 1 5.372-5.365v-.016h7.072v3.73h-8.71v8.714H2.668zM9.819 8l5.292 5.292v1.82L8 8z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#FFDA44", d: "m16.66 26.489.375 1.067h1.182l-.957.657.375 1.067-.957-.658-.957.658.375-1.067-.985-.657h1.182zM26.051 19.556l.376 1.066h1.182l-.957.658.375 1.067-.957-.658-.957.658.375-1.067-.957-.658h1.183zM28.406 9.111l.376 1.067h1.182l-.957.658.375 1.066-.957-.658-.957.658.375-1.066-.957-.658h1.183zM28.998 16.764l.375 1.067h1.182l-.957.658.375 1.066-.957-.657-.957.657.376-1.066-.957-.658h1.182zM18.348 24l1.051.507.845-.8-.188 1.102 1.05.507-1.163.177-.187 1.103-.535-.996-1.164.178.845-.8zM18.348 19.822l1.051.507.845-.8-.188 1.102 1.05.507-1.163.178-.187 1.102-.535-.996-1.164.178.845-.8zM22.017 22.507l1.05.506.845-.8-.188 1.103 1.051.506-1.163.178-.188 1.102-.535-.995-1.163.178.844-.8zM22.017 13.565l1.05.506.845-.8-.188 1.102 1.051.507-1.163.178-.188 1.102-.535-.995-1.163.177.844-.8zM25.573 13.458l1.05.506.845-.8-.187 1.103 1.05.506-1.163.178-.188 1.102-.535-.995-1.163.178.844-.8z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagTvIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagTvIcon.displayName = 'FlagTvIcon';