UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 297 B
import React from 'react'; export const StatsChartSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M128 496H48V304h80Zm224 0h-80V208h80Zm112 0h-80V96h80Zm-224 0h-80V16h80Z"/> </svg>; };