UNPKG

@gechiui/icons

Version:
13 lines (10 loc) 268 B
/** * GeChiUI dependencies */ import { SVG, Path } from '@gechiui/primitives'; const stretchFullWidth = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <Path d="M5 4v11h14V4H5zm3 15.8h8v-1.5H8v1.5z" /> </SVG> ); export default stretchFullWidth;