@gechiui/icons
Version:
GeChiUI Icons package, based on dashicon.
13 lines (10 loc) • 299 B
JavaScript
/**
* GeChiUI dependencies
*/
import { Path, SVG } from '@gechiui/primitives';
const resizeCornerNE = (
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<Path d="M12.5 4.2v1.6h4.7L5.8 17.2V12H4.2v7.8H12v-1.6H6.8L18.2 6.8v4.7h1.6V4.2z" />
</SVG>
);
export default resizeCornerNE;