UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 3.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagDmIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagDmIcon = (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(#FlagDmIcon__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: "#496E2D", fillRule: "evenodd", d: "M31.693 12.87A16.02 16.02 0 0 0 19.13.306v12.562zM12.87 31.691A16.02 16.02 0 0 1 .307 19.129h12.562zM31.692 19.13a16.02 16.02 0 0 1-12.563 12.562V19.13zM.307 12.87A16.02 16.02 0 0 1 12.869.306v12.562z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M14.956.036V12.87H12.87V.308a16 16 0 0 1 2.087-.272M12.87 19.13h2.087v12.834q-1.052-.066-2.087-.272z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#3D3D3D", fillRule: "evenodd", d: "m16 0 1.044.036V12.87h-2.088V.036zm0 32-1.044-.036V19.13h2.088v12.835z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M12.87 12.87v2.086H.034a16 16 0 0 1 .272-2.087zm19.096 2.086H19.131V12.87h12.563q.205 1.035.272 2.087", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#3D3D3D", fillRule: "evenodd", d: "m0 16 .036-1.044H12.87v2.088H.036zm31.966 1.044H19.13v-2.088h12.835L32 16z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#D80027", d: "M16 23.652a7.652 7.652 0 1 0 0-15.304 7.652 7.652 0 0 0 0 15.304" }), react_1.default.createElement("path", { fill: "#496E2D", fillRule: "evenodd", d: "m16 9.739.267.797h.838l-.678.492.266.798-.675-.493-.678.493.266-.798-.678-.492h.838zm1.742 7.114c-.569-1.138-1.31-2.293-1.31-2.293l.019-.838a.853.853 0 0 0-1.704-.074.673.673 0 0 0-.267 1.268.97.97 0 0 1 .576-.535 1 1 0 0 0 .136.092l.11.053s-.406 1.143-.406 1.758c0 1.726 1.138 2.257 1.138 2.257v.018l-.57.569h1.139V17.99l.569.57q0-.003.014-.011c.125-.091 1.03-.746.554-1.697zm-4.744-5.427-.678-.493.236.798-.678.492h.838l.267.797.267-.797h.838l-.678-.492.266-.798zm-2.954 2.639h.839l.266-.797.267.797h.838l-.678.492.267.798-.679-.493-.678.493.267-.798zm.679 3.377-.679.492h.808l.267.797.267-.797h.838l-.678-.492.266-.798-.678.493-.678-.493zm1.597 3.623.267-.798-.679-.492h.839l.266-.797.267.797h.838l-.678.492.267.798-.679-.493zm3.413.398.267.797.236-.797h.839l-.679-.492.267-.798-.678.493-.678-.493.266.798-.678.492zm3.947-.398-.678-.493-.678.493.266-.798-.678-.492h.838l.267-.797.26.797h.838l-.679.492zm1.437-3.13h.839l-.709-.493.267-.798-.678.493-.679-.493.267.798-.678.492h.838l.267.797zm.839-3.87-.679.492.267.798-.678-.493-.678.493.266-.798-.678-.492h.838l.267-.797.26.797zm-2.543-2.334.267-.798-.708.493-.679-.493.267.798-.678.492h.838l.267.797.266-.797h.839z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagDmIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagDmIcon.displayName = 'FlagDmIcon';