UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 387 B
import React from 'react'; export default function FormatTextRotationVerticalIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-format-text-rotation-vertical ${props.className}`} > <path d="M15.75 5h-1.5L9.5 16h2.1l.9-2.2h5l.9 2.2h2.1L15.75 5m-2.62 7L15 7l1.87 5h-3.74M6 19.75l3-3H7V4.25H5v12.5H3l3 3z" /> </svg> ); }