UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 958 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ReplyMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.654 4.255c0-1.135-1.361-1.685-2.122-.857l-6.2 6.75a1.27 1.27 0 0 0 0 1.714l6.2 6.75c.76.829 2.122.28 2.122-.856v-2.977c1.772.075 3.322.436 4.683 1.203 1.54.868 2.904 2.293 4.072 4.564.38.737 1.533.547 1.573-.357.17-3.815-.887-7.055-2.872-9.35-1.841-2.129-4.437-3.394-7.456-3.57zm-1.473.634v3.109c0 .424.339.753.738.753 2.943 0 5.4 1.132 7.087 3.083 1.291 1.493 2.162 3.502 2.432 5.924-.995-1.368-2.123-2.379-3.389-3.092-1.834-1.034-3.893-1.406-6.13-1.406-.4 0-.738.33-.738.753v3.11l-5.617-6.118z", clipRule: "evenodd" }))); }); ReplyMIcon.displayName = 'ReplyMIcon';