@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2.13 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagUsIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagUsIcon = (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(#FlagUsIcon__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: "M29.636 7.644H15.28V3.467h10.667a16.1 16.1 0 0 1 3.689 4.177M32 16H15.289v-4.178h16.16A16 16 0 0 1 32 16M16 32a15.9 15.9 0 0 0 9.956-3.476H6.044A15.9 15.9 0 0 0 16 32m13.653-7.645H2.347A16 16 0 0 1 .55 20.179H31.45a16 16 0 0 1-1.796 4.177", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M7.427 2.489h-.014v.009zm0 0h1.444l-1.36.978.516 1.6-1.36-.978-1.351.978.444-1.378a16 16 0 0 0-3.093 3.467h.47l-.861.622-.392.684.41 1.271-.774-.56-.533 1.245.444 1.395H3.12l-1.342.987.515 1.6-1.36-.978-.8.587A15 15 0 0 0 0 16h16V0a15.9 15.9 0 0 0-8.573 2.489m.597 11.903.012.008h-.01zM7.511 12.8l.513 1.592-1.357-.97-1.36.978.515-1.6-1.36-.978h1.69l.515-1.6.515 1.6h1.69zm.009-4.658.516 1.6-1.36-.978-1.36.978.515-1.6-1.36-.978H6.16l.516-1.6.515 1.6H8.88zm4.898 5.28 1.36.978-.516-1.6 1.36-.978h-1.689l-.515-1.6-.516 1.6h-1.689l1.36.978-.515 1.6zm.844-5.28.516 1.6-1.36-.978-1.36.978.515-1.6-1.36-.978h1.69l.515-1.6.515 1.6h1.69zm.516-3.058-.516-1.6 1.36-.977h-1.689l-.515-1.6-.516 1.6h-1.689l1.36.977-.515 1.6 1.36-.977z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagUsIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagUsIcon.displayName = 'FlagUsIcon';