UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 343 B
import React from 'react'; export default function FormatVerticalAlignTopIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-vertical-align-top ${props.className}`} viewBox="0 0 24 24" > <path d="M8 11h3v10h2V11h3l-4-4-4 4M4 3v2h16V3H4z" /> </svg> ); }