export const LayoutOne = ({ value }) => { return ( ); }; export const LayoutTwo = ({ value }) => { return ( ); }; export const LayoutFour = ({ value }) => { return ( ); }; export const LayoutFive = ({ value }) => { return ( ); }; export const SmartListsIcon = ({ value }) => { return ( ); }; export const AlignTop = () => ( ); export const AlignMiddle = () => ( ); export const BackgroundShapeSquare = ({ value }) => ( ); export const BackgroundShapeCircle = ({ value }) => ( ); export const BackgroundShapeHexagon = ({ value }) => ( ); export const BackgroundShapeDiamond = ({ value }) => ( ); export const BackgroundShapeStarburst = ({ value }) => ( ); export const ArrowRight = ({ active }) => ( ); export const Check = ({ active }) => ( ); export const Square = ({ active }) => ( ); export const CheckCircle = ({ active }) => ( ); export const ChevronRight = ({ active }) => ( ); export const Dot = ({ active }) => ( ); export const SquareBorder = ({ active }) => ( ); export const RightArrow = ({ active }) => ( ); export const NumberIcon = ({ active }) => ( ); export const Hand = ({ active }) => ( ); export const FillStar = ({ active }) => ( ); export const NpArrow = ({ active }) => ( ); export const BulletPoint = ({ active }) => ( ); export const CircleIcon = ({ active }) => ( ); export const SmartListBlockIcon = () => { return ( ); }; export const SmartListsPreviewImage = () => { return ( ); };