iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 812 B
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 Flag2 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.273 3.41a.75.75 0 10-1.5 0v18.5a.75.75 0 001.5 0v-6h5.25a2.25 2.25 0 002.25 2.25h5.25a.75.75 0 00.684-1.058l-1.973-4.384a.75.75 0 010-.616l1.973-4.384a.75.75 0 00-.684-1.058h-6a2.25 2.25 0 00-2.25-2.25h-4.5v-1zm0 2.5h4.5a.75.75 0 01.75.75v7.75h-5.25v-8.5zm6.75 2.25h4.84l-1.497 3.327a2.25 2.25 0 000 1.847l1.497 3.326h-4.09a.75.75 0 01-.75-.75V8.16z", fill: "#323544" }));
exports.default = Flag2;