UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 974 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.18018 1C5.50748 1 5.80331 1.12831 6.01732 1.33511L19.5657 7.83345C19.6963 7.8962 19.806 7.99255 19.8827 8.11171C19.9594 8.23087 20 8.36815 20 8.50819C20 8.64824 19.9594 8.78552 19.8827 8.90468C19.806 9.02384 19.6963 9.12019 19.5657 9.18294L6.36035 15.5167V20.8679C6.36035 21.1681 6.23601 21.4561 6.01469 21.6684C5.79336 21.8807 5.49318 22 5.18018 22C4.86717 22 4.56699 21.8807 4.34567 21.6684C4.12434 21.4561 4 21.1681 4 20.8679V2.13061C4 1.83035 4.12434 1.54239 4.34567 1.33008C4.56699 1.11777 4.86717 1 5.18018 1Z", fill: "currentColor" }))); }); FlagMIcon.displayName = 'FlagMIcon';