UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagCaIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagCaIcon = (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(#FlagCaIcon__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: "#D80027", fillRule: "evenodd", d: "M0 16c0 6.343 3.692 11.824 9.044 14.412V1.588C3.692 4.176 0 9.657 0 16m32 0c0-6.343-3.692-11.824-9.044-14.412v28.824C28.308 27.825 32 22.343 32 16m-10.436.696-2.782 1.391.695 1.391h-2.782v2.087h-1.391v-2.087h-2.782l.696-1.39-2.782-1.392 1.39-.696v-1.391L14.61 16l-1.391-2.782h1.39L16 11.13l1.391 2.087h1.391L17.392 16l2.782-1.391V16z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagCaIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagCaIcon.displayName = 'FlagCaIcon';