import React from 'react';
import { createIcon } from '../createIcon';
import { G, Path } from '../nbSvg';
export const ArrowUpIcon = createIcon({
viewBox: '0 0 24 24',
path: (
),
});
export const ArrowDownIcon = createIcon({
viewBox: '0 0 24 24',
path: (
),
});
export const ArrowForwardIcon = createIcon({
viewBox: '0 0 24 24',
path: (
),
});
export const ArrowBackIcon = createIcon({
viewBox: '0 0 24 24',
path: (
),
});