UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 324 B
import * as React from 'react'; export function SvgChartBar(props) { return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 32 32" }, props), React.createElement("path", { d: "M13 3v24h-2V7H5v20H3v2h26v-2h-2V14h-6v13h-2V3zm2 2h2v22h-2z" }))); } export default SvgChartBar;