@nant-design/nant-icons
Version:
8 lines (6 loc) • 328 B
JSX
import React from 'react';
export const CaretForwardOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="m190.06 414 163.12-139.78a24 24 0 0 0 0-36.44L190.06 98c-15.57-13.34-39.62-2.28-39.62 18.22v279.6c0 20.5 24.05 31.56 39.62 18.18Z"/>
</svg>;
};