UNPKG

react-text-editor-kit

Version:

React Text Editor Kit is a customizable rich text editor component for React applications. It provides a flexible and easy-to-use interface for users to create and edit content with various formatting options. And also easy to integrate in react applicati

23 lines (21 loc) 521 B
import React from "react"; export default function PreviewIcon() { return ( <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48" > <g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4" > <path d="M24 36c11.046 0 20-12 20-12s-8.954-12-20-12S4 24 4 24s8.954 12 20 12Z" /> <path d="M24 29a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z" /> </g> </svg> ); }