import React from 'react';
import type { IconProps } from '../types';
export const ActionsSmooth = (props: IconProps) => (
);
export const ActionsSimplify = (props: IconProps) => (
);
export const ActionsCombine = (props: IconProps) => (
);
export const ActionsCombineMerge = (props: IconProps) => (
);
export const ActionsCombineIntersect = (props: IconProps) => (
);
export const ActionsCombineSubtract = (props: IconProps) => (
);
export const ActionsSetting = (props: IconProps) => (
);
export const ActionsInterpolate = (props: IconProps) => (
);
export const ActionsBidirectional = (props: IconProps) => (
);