UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 422 B
import React from 'react'; export default function FormatTextRotationVerticalIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-text-rotation-vertical ${props.className}`} viewBox="0 0 24 24" > <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> ); }