UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ReplySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.6552 3.93022V5.36413C6.6552 5.82527 7.01834 6.18905 7.45977 6.21351C10.7952 6.39834 13.3938 8.97062 13.3938 12.2996C13.3938 12.3374 13.3935 12.3752 13.3928 12.4129C12.3132 10.5333 10.3149 9.12995 7.97946 9.12995C7.79339 9.12995 7.60996 9.13844 7.42958 9.15424C6.98383 9.19327 6.6552 9.56743 6.6552 10.0002L6.6552 12.1801L2.62264 8.14751C2.57163 8.0965 2.57163 8.0138 2.62264 7.96279L6.6552 3.93022ZM8.1552 3.18256C8.1552 2.12211 6.87307 1.59104 6.12322 2.34089L1.56198 6.90213C0.92518 7.53892 0.92518 8.57138 1.56198 9.20817L6.12322 13.7694C6.87307 14.5193 8.1552 13.9882 8.1552 12.9277L8.1552 10.6336C10.1606 10.7174 11.903 12.225 12.5228 14.1251C12.6846 14.6211 13.1251 14.8918 13.5375 14.9286C13.9763 14.9677 14.5328 14.7354 14.6805 14.1177C14.8201 13.5337 14.8938 12.9248 14.8938 12.2996C14.8938 8.32896 11.9384 5.2658 8.1552 4.77257L8.1552 3.18256Z", fill: "currentColor" }))); }); ReplySIcon.displayName = 'ReplySIcon';