iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const PartyFlags = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.963 8.998a.75.75 0 00-1.02-.92l-.007.003-.027.012a13.44 13.44 0 01-.6.236c-.426.155-1.053.365-1.847.575a25.446 25.446 0 01-6.461.842c-2.627 0-4.873-.42-6.462-.842-.794-.21-1.42-.42-1.846-.575a13.458 13.458 0 01-.6-.236l-.028-.012-.006-.003a.75.75 0 00-1.022.918l1.75 5.38a.75.75 0 001.215.325l3.631-3.266 2.738 4.212a.75.75 0 001.258 0l2.739-4.213 3.63 3.266a.75.75 0 001.215-.326l1.75-5.376zm-1.904 1.001l-.915 2.814-2.247-2.021a26.626 26.626 0 001.95-.438c.456-.12.862-.242 1.212-.355zm-14.904.355a26.59 26.59 0 001.95.438l-2.248 2.022L3.941 10c.35.113.757.234 1.214.355zm8.583.835L12 13.862l-1.738-2.673a26.381 26.381 0 003.476 0z", fill: "#323544" }));
exports.default = PartyFlags;