UNPKG

@gechiui/icons

Version:
13 lines (10 loc) 253 B
/** * GeChiUI dependencies */ import { SVG, Path } from '@gechiui/primitives'; const justifyLeft = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <Path d="M9 9v6h11V9H9zM4 20h1.5V4H4v16z" /> </SVG> ); export default justifyLeft;