UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagAuIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagAuIcon = (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("path", { fill: "#0052B4", d: "M32 16c0 8.836-7.164 16-16 16S0 24.836 0 16C0 16.004 16 .002 16 0c8.836 0 16 7.164 16 16" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16.05 8.444 16.047.062C7.185.066.002 7.25 0 16.112h8.373v-4.716l4.716 4.715h2.917l.043-.043v-2.917l-4.716-4.707z" }), react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M1.906 7.871A15.95 15.95 0 0 1 7.87 1.907h7.846V6.05H6.048v9.668H1.906zm8.169.25 5.642 5.643v1.953L8.122 8.122z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#fff", d: "m9.305 18.56.895 1.856 2.022-.462-.906 1.85 1.626 1.279-2.024.453.006 2.057-1.618-1.287-1.618 1.287.005-2.057-2.024-.453 1.627-1.278-.907-1.851 2.023.462zM23.89 22.076l.449.928 1.01-.232-.453.925.813.64-1.013.226.003 1.028-.81-.643-.808.643.003-1.028-1.014-.226.814-.64-.454-.924 1.01.23zM19.726 12.231l.448.928 1.01-.231-.452.924.813.64-1.013.226.002 1.029-.809-.644-.809.644.003-1.029-1.013-.226.813-.64-.453-.924 1.01.231zM23.89 6.608l.449.928 1.01-.231-.453.924.813.64-1.014.226.003 1.029-.81-.644-.808.644.003-1.029-1.014-.226.813-.64-.454-.924 1.011.231zM27.529 10.827l.448.928 1.01-.231-.453.924.814.64-1.014.226.003 1.028-.809-.643-.809.643.003-1.028-1.014-.226.814-.64-.453-.924 1.01.23zM24.927 15.748l.352 1.075h1.14l-.922.664.352 1.074-.922-.664-.922.664.352-1.074-.921-.664h1.14z" }))); }); exports.FlagAuIcon.displayName = 'FlagAuIcon';