Skip to main content
Go back
Share

Type Text

React Code

npm install @mynaui/icons-react
import { TypeText } from "@mynaui/icons-react";

const App = () => {
  return <TypeText />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M12.53 20 7.764 4 3 20m1.596-5.03h6.337m4.244-3.03C16.765 10.933 21 9.925 21 13.451V20m0-5.541c-1.588.504-6.353.504-6.353 3.526 0 3.023 4.765 2.015 6.353-.504'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/type-text.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-type-text"></use>
</svg>