@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 886 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.18 1c.327 0 .623.128.837.335l13.549 6.498c.13.063.24.16.317.279a.73.73 0 0 1 0 .793.8.8 0 0 1-.317.278L6.36 15.517v5.35c0 .301-.124.59-.345.801A1.2 1.2 0 0 1 5.18 22c-.313 0-.613-.12-.834-.332a1.1 1.1 0 0 1-.346-.8V2.13c0-.3.124-.589.346-.8.221-.213.521-.331.834-.331", clipRule: "evenodd" }))); });
exports.FlagMIcon.displayName = 'FlagMIcon';