UNPKG

@fluent-windows/icons

Version:
27 lines 542 B
import createIcon from './utils/createIcon'; export const jsx = { type: 'svg', props: { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24' }, children: [{ type: 'g', props: null, children: [{ type: 'path', props: { fill: 'none', d: 'M0 0h24v24H0z' }, children: [] }, { type: 'path', props: { d: 'M12 3v2H3V3h9zm4 16v2H3v-2h13zm6-8v2H3v-2h19z' }, children: [] }] }] }; export default createIcon(jsx, 'BarChartHorizontalLine');