iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 689 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 Flag1 = (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-6h12.75a.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.058H6.273v-1zm0 2.5h11.59l-1.497 3.327a2.25 2.25 0 000 1.847l1.497 3.326H6.273v-8.5z", fill: "#323544" }));
exports.default = Flag1;